Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DLL Import

Status
Not open for further replies.

ronnyjljr

IS-IT--Management
Nov 23, 2003
249
US
Hello,

I am taking a break from studying for my final for Calc 3 :p I created a Dll with Visual Studio 2003 called myDll.dll that has a view classes I wrote.

How in the world do I import the dll into another program for use? I have been trying...

Code:
[blue]#import "myDll.dll"[/blue]

But VS doesn't like that and returns...
[red]\mydll.dll\1329879373': Error loading type library/DLL.

BinSearch error BK1506 : cannot open file '.\Debug\main.sbr': No such file or directory

[/red]


Any thoughts?

Thanks,
Ron

cout << "If you don't know where you want to go, we'll make sure you get taken";
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top