Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a code of dll which were created by MS Visual Studio 6.0 and and quite old build environment and it contain various modules in it,and platform was Pocket PC 2003(ARMV4). Now I have to convert the solution platform at WIN32 on vs2008.So first I have to convert all the module(all the subproject were static library in vc++) in vs2008.and now we have to merge all the module in one project(dll).So how to merge all the project and how to define single .def file for the main project.
Posted
Updated 23-Sep-11 0:27am
v2

1 solution

Assuming you are doing this from the source code, just create a new DLL project in Visual Studio. Then add the various source modules, follow the guideline notes for exporting your entry points, compile and build.
 
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