Re: Compiling issue
- Posted by andi49 Feb 06, 2012
- 1710 views
jimcbrown said...
circmot.ew
global procedure InitMotion() ? -2 end procedure
circmot.exw
include circmot.ew global procedure WinMain() EventLoop() end procedure global procedure EventLoop() InitMotion() end procedure WinMain()
Hallo again
It seems i wasn't accurate enough with the Filenames. The original filename where "CircMot.ew" and "CircMot.exw".
I didn't take care about upper/lower case becouse Windows normally ingnores them in filenames. But it seems that in some places there are differences.
If i change at least one letter in "circmot.exw" to uppercase like "Circmot.exw" or "cirCmot.exw" then the compiling fails. Any changes to "circmot.ew" have no effect.
I hope someone can proof this behavior, with the little examples that jimcbrown provided. (or maybe I'am going totally mad, that could be also a reason for what I'am seeing ont the screen ;)
Thank you Andreas