Click here to Skip to main content
15,888,301 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

I want to create a C++ DLL which can be used by applications developed in VC6 & VC2008. How to do this? Could you share me some sample code.

Regards,
Sankar.
Posted
Updated 14-Sep-11 23:16pm
v2

Try creating it in VC6 and check whether it can be used by your VC 2008 code, and then try the other way round. It may well be that the object format of DLLs has not changed. A simple test should be all you need.
 
Share this answer
 
Try this[^] one. And I don't think that there's any difference in creating Dlls in VS6 or VS8.
 
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