Welcome, Guest
Username: Password: Remember me
General discussions, feature requests for CodeTyphon Project and discussions that don't fit in any of the other specific CodeTyphon forum categories.
  • Page:
  • 1

TOPIC:

Hard hung compiler 2 hours 42 minutes ago #19592

  • W. Peterson
  • W. Peterson 's Avatar Topic Author
  • Away
  • Junior Member
  • Junior Member
  • Posts: 22
  • Thank you received: 0
var data : string;
begin
     data := (Memo1.Lines.Strings[SendMessage(Memo3.Handle, EM_LINEFROMCHAR, Memo3.SelStart, 0)]);
     data := copy(data, pos('.', data), 100);

As you can see, I didn't change all the Memo parameters to Memo1 in the 3rd line above.  Upon trying to run the program with
the bomb run button, the program didn't start and the compiler completely locked up the CodeTyphon interface and I had to
hard kill the gdb.exe to get it to free up.

Please Log in or Create an account to join the conversation.

Last edit: by W. Peterson .
  • Page:
  • 1