DeviceAPI.dll or Device.dll

General HouseBot discussion. Any issues that don't fit into any of the other topics belong here.
Post Reply
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

DeviceAPI.dll or Device.dll

Post by Osler »

Scott:

Do these dlls exist outside of the .h and .cpp files in the SDK?

Osler
ScottBot
Site Admin
Posts: 2787
Joined: Thu Feb 13, 2003 6:46 pm
Location: Georgia (USA)
Contact:

Re: DeviceAPI.dll or Device.dll

Post by ScottBot »

They are not part of the SDK. Not sure where you are seeing them or where they are required.
Scott
Osler
HouseBot Guru
Posts: 742
Joined: Fri Feb 03, 2006 11:18 pm

Re: DeviceAPI.dll or Device.dll

Post 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
Post Reply