Page 1 of 1

NO way to import a rc file

Posted: Sat Sep 17, 2022 10:05 am
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?

Re: NO way to import a rc file

Posted: Sat Sep 17, 2022 10:13 am
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.

Re: NO way to import a rc file

Posted: Sat Sep 17, 2022 10:30 am
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?

Re: NO way to import a rc file

Posted: Mon Sep 19, 2022 2:03 pm
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.