runtime error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • adina
    New Member
    • Mar 2007
    • 9

    #1

    runtime error

    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__;__WXM SW__;_WINDOWS;N OPCH;_CRTDBG_MA P_ALLOC;STRICT; _WINSOCKAPI_;WP CAP;HAVE_REMOTE

    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.l ib wxmsw28d_adv.li b wxmsw28d_html.l ib 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
Working...