hey,
Kinda came across a tricky situ here :D I need to be able to incorporate classes into dlls. I need to do this by having the function prototypes in a header and the main data for the functions in the dll itself.
How can i do this ?
Printable View
hey,
Kinda came across a tricky situ here :D I need to be able to incorporate classes into dlls. I need to do this by having the function prototypes in a header and the main data for the functions in the dll itself.
How can i do this ?
This works for VC++ 5, so it should for versions above that as well: