Hi,
I've got a lib. And I want to write a wrapper dll for the lib. Is that I
have to set some special setting in the VC? Also, if I run on device, what
files that I need to provide to the device?
--
JC
Michael Brown - 07 Nov 2005 23:51 GMT
I'm not expert, but you can create an ATL Project in Visual Studio (C++),
and link to the lib under Project -> ProjectName Properties... ->
Configuration Properties -> Linker -> Input -> Additional Dependencies
You can write the wrapper in C++, and provide COM level access to it. I'm
still having problems with mine, as it's not properly creating new instances
of the object (sharing resources?)... anyhow, hope that helps
-Mike
> Hi,
>
[quoted text clipped - 4 lines]
> --
> JC
Stephen MacKenzie - 13 Dec 2005 15:27 GMT
There is a device emulator with VS 2005. More info:
http://msdn.microsoft.com/vs2005/teams/devices/default.aspx

Signature
Stephen MacKenzie
Microsoft Visual C++
> Hi,
>
[quoted text clipped - 4 lines]
> --
> JC