Re: Problem with copying text to the Windows clipboard
- Posted by bernie Mar 21, 2009
- 1041 views
Robert:
I am not an expert on using the Clipboard or that particular
clipboard code but I have a few ideas.
The global allocate function was originally used by MS for 16-bit
applications running in win32 and allocates memory from the
internal Heap. Euphoria 3.11 also uses the same Heap for its
memory management. Ver 4.0 has changed the way it handles
memory management on Win XP. Therefore you might consider
trying to use Ver 4.0 for your application and see if you
experience the same problem.
The other thing you could try is to open an edit window in XP.
Open your calculator program and paste some notation to
and from the edit window and see if that works ok.
If does not work then it could be something in the calculator
code.