Re: Will not work in win32lib BUT does work in its OWN folder... Why ?
- Posted by DerekParnell (admin) Jun 02, 2010
- 1188 views
The following programme works.
But, when I put the includes into winlib Include file, and run the prog in the eudir environment it gives all sorts of error messages.
Sure the code is old .
So.. how do I bring it into the "new world" of euphoria?
shellExecute will not work. Button will not work yet PushButton does.
So, can someone point out the start to recode ??
I am learning. But, this is all beyond me.
Old files will not work.
Surely there is a way around.
Or maybe I stick with the old ???
Please help a learner ...
I haven't got time to write a detailed response yet. The problem is that the program you gave is no longer supported using the current win32lib. It has nothing to do with Euphoria.
The onXXX[] interface was removed from win32lib many years ago. You need to replace those with the setHandler() interface.