Menu

build Notepad++ 4.01 with VS.NET

2007-02-06
2012-11-13
  • Nobody/Anonymous

    I get a fatal erreur LNK1181 under VS.Net 2003. As you can see here (http://www.pc-optimise.com/VC7.png), the file "./Release/PluginDialog.obj is missing".

     
    • Nobody/Anonymous

      This is not a solution since it is impossible to build the project.
      So I installed VS 2005, and it is now OK.

       
    • Don HO

      Don HO - 2007-02-06

      Remove PluginDialog.h and PluginDialog.cpp from your project.

      Don