Tuesday, July 28, 2009

How to distribute header (C++) file without .cpp file?

I am assuming that you want to keep the source hidden?


If that's the case then compile it into a DLL and change the header to instantiate the class instance from the DLL.





There quite an extensive article here:


http://www.codeguru.com/Cpp/W-P/dll/impo...


No comments:

Post a Comment