theluckin
January 27th, 2006, 04:29 AM
Dear all,
in my application, user specifies a .rc file , then the program read the .rc file and display only the dialog box present in the rc file.
the problem is that how could i will do it???
one way is compiling this .rc file inside the application to .res, can you
suggest how to link the compiler with this .rc file inside application and how to add a .h file inside an application in programming.
The other way is parsing this .rc file and creating dialog template..which
is really a huge job.......
please let me know if anyone knows how to compile and link .rc file to your application by writing code..not manually....in SDK programming
in my application, user specifies a .rc file , then the program read the .rc file and display only the dialog box present in the rc file.
the problem is that how could i will do it???
one way is compiling this .rc file inside the application to .res, can you
suggest how to link the compiler with this .rc file inside application and how to add a .h file inside an application in programming.
The other way is parsing this .rc file and creating dialog template..which
is really a huge job.......
please let me know if anyone knows how to compile and link .rc file to your application by writing code..not manually....in SDK programming