Page 1 of 1
DeviceAPI.dll or Device.dll
Posted: Thu Oct 24, 2013 10:04 pm
by Osler
Scott:
Do these dlls exist outside of the .h and .cpp files in the SDK?
Osler
Re: DeviceAPI.dll or Device.dll
Posted: Thu Oct 24, 2013 10:40 pm
by ScottBot
They are not part of the SDK. Not sure where you are seeing them or where they are required.
Re: DeviceAPI.dll or Device.dll
Posted: Thu Oct 24, 2013 11:07 pm
by Osler
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