I'm using Microsoft Visual Studio 2010 Express: the C++ and VB versions.
- There is some VB code that forms the body of a program, and all the GUI.
- There is also some C++ code that does some fast processing (lots of loops).
I am trying to call the C++ code, compiled as a dll, using:
Private Declare Sub CalcGraph Lib "Model.dll" ()
And at the moment keep getting the error:
Unhandled exception has occurred in your application.
Unable to find an entry point named 'CalcGraph' in DLL 'Model.dll'
Could someone explain how to correctly call the DLL, please?
Do you need any other information to better understand the problem?
I'm fairly new to programming, so please be patient with me!
That said, I'm prepared to do the leg-work, and have already spent quite a while reading around on this and other sites. Nothing seems to match quite well enough to help me understand what's going wrong.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…