Re: integer constant overflow
- Posted by kenneth Feb 08, 2011
- 1427 views
jaygade said...
... It looks like the problem is in the code generation for "constant"
Thanks for the tip. I have a program that uses win32lib. It runs ok using eui. It compiles without complaint using openWatcom, executes without complaint and also, unfortunately, without opening its window. After changing most of the constant declarations to sequence, integer, or atom the compiled program runs properly.