Board index » cppbuilder » Rc-resource files not working!
Joan
![]() CBuilder Developer |
Wed, 05 Feb 2003 03:00:00 GMT
Rc-resource files not working!
I've tried to make a resource file whith scripting
rc-files because its more powerful than the Borland Image Editor and you are not limited to 256 colors. the problem is: I cant get it to work! Project Project1.exe raised exception class EAccessViolation with message I use Borland C++ Builder 3.0 Standard this is how I coded: File://-------------------------------- #include "Unit1.h" void __fastcall TForm1::BitBtn1Click(TObject *Sender) File://-------------------------xtraimages.rc---------------------- ID_TEST BITMAP "close.bmp" File://-----------------------xtraimages.rh------------------------ #define ID_TEST 1000 I just cant figure out whats wrong. Please help, any help |