I have x1.res (no x1.rc) file and want insert his in my project.
But I can not do it. Error: "File format not recognized" or "2 x1.rc [Resource Error] parse error" in string "STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU"
I do this x1.res in Resource Workshop 4.5
Help me
Sorry for my English
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dev-C++ use original format *.res and *.rc !!!
This is BAD because Borland products use another format.
How I can convert my *.res file in format Dev-C++?
May be this is bug?
And in winuser.h no constants VK_A...VK_Z and VK_1...VK_9 !!! This is BAD!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have x1.res (no x1.rc) file and want insert his in my project.
But I can not do it. Error: "File format not recognized" or "2 x1.rc [Resource Error] parse error" in string "STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU"
I do this x1.res in Resource Workshop 4.5
Help me
Sorry for my English
Hey bud, is that whole style line all on one line? It should be =)
Kip
Dev-C++ use original format *.res and *.rc !!!
This is BAD because Borland products use another format.
How I can convert my *.res file in format Dev-C++?
May be this is bug?
And in winuser.h no constants VK_A...VK_Z and VK_1...VK_9 !!! This is BAD!