|
how to create dll files?
I have this 16 bit c code, to be converted to 32 bit. It has some sql windows code also being done so. The source code i have has some dll files, custom made by the old developer. It seems that the dll files are not compatible in 32 bit. I need to convert them, or create new files. How do i do that ?
Is there any means by which i can view the source code of the dlls ?
|