June 30th, 2010, 11:38 PM
|
#2 (permalink)
|
|
New Member
Join Date: Jun 2010
Posts: 2
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
|
Unfortunately, you don't give much information about what your C++ actually interacts with and more importantly what the 'windows SDK dll' in question is actually doing for you.
If the DLL is doing DCOM communication against some proprietary windows protocol in the bowels of some Windows-centric hardware device then you're probably going to give up or write a stupidly large amount of complicated code to get it working. If the code is interfacing a well known socket based communication stream being controlled through GDI (or the like) then porting that app to android should be reasonably straight forward assuming you know C++/Java well enough.
Without actually knowing what DLL and what API calls you're looking to port, its impossible to give any kind of reasonable answer beyond what I've said.
|
|
|