hey,

Kinda came across a tricky situ here 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 ?