Search found 4 matches

by dit6a9
Mon Aug 09, 2004 7:09 pm
Forum: Resource Builder
Topic: It removes the #include <windows.h> everytime I save
Replies: 3
Views: 15040

You're right. That way it all works out well. Many thanks. But I've got another probem/question. I'd like to use names instead of numbers in order to indetify the different controls. Something like this: /********************************************* #include "resorces.h" File: C:\MIS C\20...
by dit6a9
Sun Aug 08, 2004 6:49 am
Forum: Resource Builder
Topic: It removes the #include <windows.h> everytime I save
Replies: 3
Views: 15040

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=...
by dit6a9
Mon Aug 02, 2004 12:12 pm
Forum: Resource Builder
Topic: Problems using .rc files
Replies: 1
Views: 11693

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...
by dit6a9
Sun Aug 01, 2004 9:51 pm
Forum: Resource Builder
Topic: windres error with RCDATA Resource
Replies: 1
Views: 12257

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 ...