|
Hello,
I receive the following error when I try to run my application:
"The application failed to start because NetBee.dll was not found. Reinstalling the application might fix the problem."
I use the C++ compiler offered by the .NET Framework. Here are the settings in the properties window of the project:
C/C++ -> General->Additional Include Directories: ../wxWidgets/lib/vc_lib/mswd,../wxWidgets/include,.,../wxWidgets/samples,../wpdpack/Include;../nbDevPack/NetBee/Include;../nbDevPack/SockUtils/Include;../nbDevPack/NetPDLProtoDB/Include
C/C++->Preprocessor->Preprocessor Definitions: WIN32;_DEBUG;__WXDEBUG__;__WXMSW__;_WINDOWS;NOPCH; _CRTDBG_MAP_ALLOC;STRICT;_WINSOCKAPI_;WPCAP;HAVE_R EMOTE
Linker->General->Additional Library Directories:
../wxWidgets/lib/vc_lib,../wpdpack/lib,../nbDevPack/NetBee/Lib,../nbDevPack/SockUtils/Lib
Linker->Input->Additionl Dependencies:
wxbase28d.lib wxmsw28d_core.lib wxmsw28d_adv.lib wxmsw28d_html.lib wxpngd.lib wxzlibd.lib wxjpegd.lib wxtiffd.lib packet.lib wpcap.lib comctl32.lib winmm.lib rpcrt4.lib ws2_32.lib NetBee.lib
In the directory nbDevPack/NetBee/Lib I have a NetBee.lib and NetBee.exp. The names in bold are the settings which I think that they are connected to my problem.
The configuration of the project is Debug. I should say that I have never encountered such a problem and I really don't know how to solve this.
Any help would be very much appreciated.
Adina
|