Scott:
Do these dlls exist outside of the .h and .cpp files in the SDK?
Osler
DeviceAPI.dll or Device.dll
Re: DeviceAPI.dll or Device.dll
They are not part of the SDK. Not sure where you are seeing them or where they are required.
Scott
Re: DeviceAPI.dll or Device.dll
The beep device in the SDK is derived from the device class (device.h and device.cpp). I am looking for a way to use platform invoke (p/invoke) to marshal between HouseBot and .NET. If such a dll existed it would be easier to use dll import in .NET and explicit marshaling for C++ types to creat devices in .NET. Hence, my question.
Osler
Osler