NO way to import a rc file

All announcements, questions and issues related to the Resource Builder
Post Reply
maquesur@gmail.com
Posts: 2
Joined: Thu Sep 15, 2022 2:22 pm

NO way to import a rc file

Post by maquesur@gmail.com »

Fist error was range of the integers used on the resources.h, change the whole file to values below 32000 or so.
Now I get :
Error message: DRAW.RC. Line 242 : 115. Unknown Dialog Control Class: 2155152433

Any suggestion?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: NO way to import a rc file

Post by isiticov »

Hello,
Please send us sample or this RC file that we could try it on our side and try to find the problem.
Best regards,
Igor Siticov.
maquesur@gmail.com
Posts: 2
Joined: Thu Sep 15, 2022 2:22 pm

Re: NO way to import a rc file

Post by maquesur@gmail.com »

New resouce file .rc created right now from VS2019,just a dialog and a bitmap inside, try to import to Resource builder and get invalid format.
I see format isn ot on the list of files to be imported.
It looks like will not work, can I get a refund?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Re: NO way to import a rc file

Post by isiticov »

You don't need to IMPORT an RC file. Just open it into Resource Builder. RC is a "native" format for the Resource Builder. Please see video sample at https://www.resource-builder.com/vs2019_rc/. Just be sure to comment out the #include "winres.h" line in the RC file or you will need to add all Studio's include folders to the Compiler's Include directories and define all Studio's global variables.
Best regards,
Igor Siticov.
Post Reply