Skip to content
⌘ NSIS Forum Archive

So, build a nsis plugin with vs2005 = linker dies x.x

3 posts

Joel#

So, build a nsis plugin with vs2005 = linker dies x.x

Hi, people..been a while..so, you know back to my old habits, trying to update my plugin...get the new stuff....prepare the environment with
*vs2005 express edition
* platform sdk 2003 server R2

ok, compiling good 😎
linking 👎

I don't have libc.lib

Questions: Do I need to have pluginapi-x86-unicode.lib? Where can I found the source code to compile it with my environment? Does mingw32 users have a change to build my plugin?
Joel#
One less:
Do I need to have pluginapi-x86-unicode.lib?
1.- Yes, I do. And I get rid of the libc.lib with /nodefault flag (y)