1. Win32 constant ???
- Posted by Bernie Ryan <bwryan at PCOM.NET> Jul 19, 1999
- 439 views
I need a constant to use with the win32lib. The microsoft windows header files define it as (DWORD)-10 Does any one know the correct value to use in win32lib. I think it means to cast the minus ten to a double word but I can't think how to represent it in Euphoria. Bernie
2. Re: Win32 constant ???
- Posted by JJProg at CYBERBURY.NET Jul 20, 1999
- 396 views
EU>I need a constant to use with the win32lib. EU>The microsoft windows header files define it as (DWORD)-10 EU>Does any one know the correct value to use in win32lib. EU>I think it means to cast the minus ten to a double word but I EU>can't think how to represent it in Euphoria. EU>Bernie I believe this would be simply -10. Jeffrey Fielding JJProg at cyberbury.net http://members.tripod.com/~JJProg/