Search found 1 match
- Wed Jul 18, 2007 12:38 am
- Forum: Developer's Forum for Windows
- Topic: Compiling without SDK installation
- Replies: 5
- Views: 19584
Create a wrapper
Hi, We had the same problem, and the way we got around this was to develop a simple DLL that communicated with COM objects, and exported several "C" functions. This way we could dynamicly load the dll (GetProcAddress not using the import library) if it was available, and setup a callback f...