VS2010+Nuget Template: LNK1104 error when compiling sample Topic is solved

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
guarib
Knows some wx things
Knows some wx things
Posts: 28
Joined: Fri Sep 16, 2005 1:05 pm
Location: Rio de Janeiro - Brazil
Contact:

VS2010+Nuget Template: LNK1104 error when compiling sample

Post by guarib »

I get the error when try to compile minimal sample using Nuget wxWindowsTemplate with DLL Release option:

LNK1104: cannot open file 'wxmsw30u_core.lib'

The installation path: C:\wxWidgets-3.0.1

The file exists at C:\wxWidgets-3.0.1\lib\vc_dll

If compiled with DLL Debug no error but when try to run issue wxmsw30ud_core_vc_custom.dll cannot be founded.
guarib
Knows some wx things
Knows some wx things
Posts: 28
Joined: Fri Sep 16, 2005 1:05 pm
Location: Rio de Janeiro - Brazil
Contact:

Re: VS2010+Nuget Template: LNK1104 error when compiling samp

Post by guarib »

Just abandoned the Nuget package and used the instructions of installation docs and all is fine.
Post Reply