Click here to Skip to main content
15,896,912 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a MFC dll that has some images defined in its resources files. On new development, we have added some .net forms to our project. I would like some of the images to be used from the MFC project rather than duplicate the same for my forms. Any ideas?
Posted

1 solution

I'd suggest putting the images in a C++/CLI dll and accessing them from there for both projects.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900