I have to convert a unix based library that we developed to a VC++ library or dll. Each function is in its own separate C file. The library contains several headers files that have #defines, a lot of structures and functions prototypes.
I need to link this into a dialog-based application I created using VC++ 6.0.
What is the best approach or starting point for this conversion? My first thought was to use the VC++ app wizard to create a Win32 DLL or Static Library. I would add all the functions to the created C++ file and header file defining the ones that need to be private and public. The problem I have is how to handle or convert all the #def's and structures.
Thanks for any help you can provide to me.
Scott Urban
Sr. Software Engineer
Lockheed Martin Astronautics
I need to link this into a dialog-based application I created using VC++ 6.0.
What is the best approach or starting point for this conversion? My first thought was to use the VC++ app wizard to create a Win32 DLL or Static Library. I would add all the functions to the created C++ file and header file defining the ones that need to be private and public. The problem I have is how to handle or convert all the #def's and structures.
Thanks for any help you can provide to me.
Scott Urban
Sr. Software Engineer
Lockheed Martin Astronautics