toolmanx
May 6th, 2007, 16:29
I am using a Borland C++ compiler. I have 3 different resource
compilers to use. Two of them are Brc32 (Brcc32) and GoRC.
I am runing on a AMD with XP.
I have been able to create a .res with either of the above
but I can't get the .res into my .exe either by linking .res
with .obj or by linking .res to .exe.
Brc32 with a -v looks like it works but my program can't
find the data it needs when I run it.
My interest is not to use a Makefile. I want to learn how to
make and use a resource.rc preferably using Brc32 although
GoRC is great.
I am trying to work through a tutorial called "Forgers" tut
on Win32 API. He uses .res extensively in his tut and I
have religeously followed his code examples. My program
won't work unless I put the .res code in the .cpp.
I tried renaming my tut program .rc from resource.rc
to "Short.rc". My .cpp is named "Short.cpp". I thought
possibly [resource] was a reserved name. NOPE!
I read and tried all the hints in the tut about linking
using the Borland linker. Nothing worked.
email me at toolmanx@ij.net if I wasn't clear enough in my
problem description.
compilers to use. Two of them are Brc32 (Brcc32) and GoRC.
I am runing on a AMD with XP.
I have been able to create a .res with either of the above
but I can't get the .res into my .exe either by linking .res
with .obj or by linking .res to .exe.
Brc32 with a -v looks like it works but my program can't
find the data it needs when I run it.
My interest is not to use a Makefile. I want to learn how to
make and use a resource.rc preferably using Brc32 although
GoRC is great.
I am trying to work through a tutorial called "Forgers" tut
on Win32 API. He uses .res extensively in his tut and I
have religeously followed his code examples. My program
won't work unless I put the .res code in the .cpp.
I tried renaming my tut program .rc from resource.rc
to "Short.rc". My .cpp is named "Short.cpp". I thought
possibly [resource] was a reserved name. NOPE!
I read and tried all the hints in the tut about linking
using the Borland linker. Nothing worked.
email me at toolmanx@ij.net if I wasn't clear enough in my
problem description.