Question for RDS
- Posted by David Guy <dguy at MINDSPRING.COM> Jun 29, 1999
- 496 views
Hi, Does Euphoria in any way intercept calls to routines in Windows DLLs, in particular RegisterClassEx or CreateWindowEx, or does it let calls pass thru untouched? The reason I ask is because, when I used to program using Watcom C/C++ and used the style "WS_CAPTION | WS_POPUP | WS_BORDER", I would get a window without a System Menu Button, without Min/Max buttons and with a disabled (ie. Grayed) Close button. When I switched to Visual C/C++, using the same above style I'd get a window without any buttons at all. Now, when I create a window via Euphoria with a the above style, I get the same type of window as when programming with Watcom. I know Euphoria is programmed in Watcom, that's why I'm wondering if Euphoria in any was touches certain calls. Thanks in advance, David Guy