I want to make a new dialog using DEV-C++ resource editor. But the resource file doesn't want to compile and gives an error et this line :
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
Why ???
Thanks in advance
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to make a new dialog using DEV-C++ resource editor. But the resource file doesn't want to compile and gives an error et this line :
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
Why ???
Thanks in advance
Hi,
Try #include <windows.h> in the resource file =)
Kip
Thanks a lot :)