Adding dll to a VC++ 6.0 project.

Status
Not open for further replies.

prlokesh

Newbie level 1
Joined
Mar 10, 2010
Messages
1
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
chennai
Activity points
1,287
Can any one tell how to add the existing dll to my project. I am working with an RFID in that i have a dll called MasterRD.dll. this should be added to the VC++ 6.0 compiler that contains the project.
Please give a solution.......
 

Hello,

You have to know what to call (what functionality wished to) and how to call (name or ordinal number).
In order to run the dll during debugging time together with the application inside vc++ import the dll inside the workspace. Then create the neccessary dependency between application and dll.
Thats a menu point beneath configuration settings.

HTH
Robby
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…