Problem during transfer of dialog resources from one app to other app
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi I have copied some files and dialog resources used in that file to my application from some other application.Now while building the application, I got too many errors saying undeclared all the ID's of the resources.It seems this is mainly because resources Id's are not defined in the resource.h file. So, how to solve this problem?
With Regards Neeraj Sinha
-
Hi I have copied some files and dialog resources used in that file to my application from some other application.Now while building the application, I got too many errors saying undeclared all the ID's of the resources.It seems this is mainly because resources Id's are not defined in the resource.h file. So, how to solve this problem?
With Regards Neeraj Sinha