Click here to Skip to main content
15,891,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All

Here I have already develop one MFC share DLL.Now I wants to use this DLL in non MFC DLL.
So Please Let me know
How to access the MFC share DLL object in non MFC DLL project?

Thanks
Posted
Updated 11-Aug-11 2:11am
v2

1 solution

You should export some functions to access the other dll.
Use internet search or MSDN to learn more about exported functions.
Regards.
 
Share this answer
 
Comments
GAJERA 12-Aug-11 4:32am    
here i wants to Link VS2005 DLL to MinGW project.
mbue 12-Aug-11 6:50am    
Im afraid i dont understand exactly what you want.
Do you want to use 'MFCxxx.DLL' in your non mfc project?
GAJERA 14-Aug-11 0:31am    
yes

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