Hello,
I am taking a break from studying for my final for Calc 3 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...
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";
I am taking a break from studying for my final for Calc 3 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";