all groups > visual c libraries > october 2005 >
You're in the

visual c libraries

group:

how to link a lib in a dll library


how to link a lib in a dll library JC
10/24/2005 10:07:14 PM
visual c libraries:
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?

--
Re: how to link a lib in a dll library Michael Brown
11/7/2005 5:51:13 PM
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

[quoted text, click to view]

RE: how to link a lib in a dll library Stephen MacKenzie
12/13/2005 7:27:02 AM
There is a device emulator with VS 2005. More info:
http://msdn.microsoft.com/vs2005/teams/devices/default.aspx

--
Stephen MacKenzie
Microsoft Visual C++


[quoted text, click to view]
AddThis Social Bookmark Button