how to link an external .res file with my application
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
hi,everyone. i create a static library (mystalib.lib)which contains dialog resources, and i use this library in an application, but i don't know how to use the dialogs in the library properly: i specify the mystalib.res file in the project setting->link-> object/modules, and the complier reports a warning: the mystalib.res already specifed,additional resource file ignored but the result is that mystalib.res has been linked to the final executable ,and the resource of my application is igored,so my application can't start. what's the reason for that , and how to link the mystalib.lib with my application properly? Thanks.