Search found 4 matches
- Mon Aug 09, 2004 7:09 pm
- Forum: Resource Builder
- Topic: It removes the #include <windows.h> everytime I save
- Replies: 3
- Views: 17803
- Sun Aug 08, 2004 6:49 am
- Forum: Resource Builder
- Topic: It removes the #include <windows.h> everytime I save
- Replies: 3
- Views: 17803
It removes the #include <windows.h> everytime I save
I'm working on the following resource: #include <windows.h> /********************************************* File: C:\MIS C\20040807\SETUP01\DIALOGBOXES.RC Generated by Resource Builder 2.0. *********************************************/ // Below are important 3 lines, don't change them! /* OutputExt=...
- Mon Aug 02, 2004 12:12 pm
- Forum: Resource Builder
- Topic: Problems using .rc files
- Replies: 1
- Views: 13508
Problems using .rc files
I'm using the following .rc file: #include "resources.h" /********************************************* File: D:\C\EJEMPLOS\DIALOGBOXES\RESOURCES.RC Generated by Resource Builder 2.0. *********************************************/ // Below are important 3 lines, don't change them! /* Outpu...
- Sun Aug 01, 2004 9:51 pm
- Forum: Resource Builder
- Topic: windres error with RCDATA Resource
- Replies: 1
- Views: 14554
windres error with RCDATA Resource
I use Dev-C++ 4.9.8.0. I trying to compile a simple Windows Application in C which uses a .rc file like this: #include <windows.h> RCDATA_0 RCDATA MOVEABLE PURE LOADONCALL DISCARDABLE LANGUAGE LANG_NEUTRAL, 0 BEGIN '50 4B 03 04 14 00 00 00 08 00 6C 8E 83 25 A0 DE ' '2D 2A B0 C3 03 00 0E 3B 0F 00 08 ...