Posts Tagged ‘Store’

Is There A Way To Store The Code For A Class In A Windows Dll?

Sunday, August 2nd, 2009

I want to create a class, and I would like to store the implementation in a DLL. The thing is that I don’t know how to get around the extern “C” calling convention. Is there a good book about this?