Need to access a VB.Net DLL in VC++
-
I found this guide, and I tried to use Method #2 : http://support.microsoft.com/default.aspx?kbid=194873[^] However, as you can guess, building the VC++ project failed: Error 1 fatal error C1083: Cannot open type library file: 'd:\data\visual studio 2005\projects\smbus64\smbus64\bin\x64\release\smbus64.dll': Error loading type library/DLL. d:\data\Visual Studio 2005\Projects\SMBus64\VC_DLLtest\VC_DLLtest.cpp 5 Line 5 of my Cpp is: #import "D:\data\Visual Studio 2005\Projects\SMBus64\SMBus64\bin\x64\Release\SMBus64.dll" no_namespace Does anyone know of a similar guide that works with Visual Studio 2005 ?
-
I found this guide, and I tried to use Method #2 : http://support.microsoft.com/default.aspx?kbid=194873[^] However, as you can guess, building the VC++ project failed: Error 1 fatal error C1083: Cannot open type library file: 'd:\data\visual studio 2005\projects\smbus64\smbus64\bin\x64\release\smbus64.dll': Error loading type library/DLL. d:\data\Visual Studio 2005\Projects\SMBus64\VC_DLLtest\VC_DLLtest.cpp 5 Line 5 of my Cpp is: #import "D:\data\Visual Studio 2005\Projects\SMBus64\SMBus64\bin\x64\Release\SMBus64.dll" no_namespace Does anyone know of a similar guide that works with Visual Studio 2005 ?
The linked article has nothing to do with a
VB.NET
DLL
. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
The linked article has nothing to do with a
VB.NET
DLL
. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
I found this guide, and I tried to use Method #2 : http://support.microsoft.com/default.aspx?kbid=194873[^] However, as you can guess, building the VC++ project failed: Error 1 fatal error C1083: Cannot open type library file: 'd:\data\visual studio 2005\projects\smbus64\smbus64\bin\x64\release\smbus64.dll': Error loading type library/DLL. d:\data\Visual Studio 2005\Projects\SMBus64\VC_DLLtest\VC_DLLtest.cpp 5 Line 5 of my Cpp is: #import "D:\data\Visual Studio 2005\Projects\SMBus64\SMBus64\bin\x64\Release\SMBus64.dll" no_namespace Does anyone know of a similar guide that works with Visual Studio 2005 ?