PDA

View Full Version : Calling DLL


Unregistered
September 24, 2003, 10:52:50
Hello

I am trying to add your library files to my own DLL.

I write C# on .NET to develop my application.

When I compiled my project, the following error message appears:

"The application has failed to start because MFC71D.DLL was not found. Re-installing the application may fix this problem."

I have already used the *._vc71 lib or dll files to make my own DLL.

Anything wrong




Thanks a lot

Stefan Geissler
September 25, 2003, 08:48:06
Hello,

First of all, there is no really released support of C# for IC Imaging Control. The libraries you use, are for .NET C++ 7.1 (2003). You need to install this version of .NET on you computer.
The “D” at the end of the DLL name signals, that the debug version of the .NET DLLs are needed. May be, you have created only a debug version and want to use it on a release environment.