Archive: linking errors


linking errors
I try to rebuild the makensis.exe (2.03) as it is a demand in my organisation before you can use it in your own solutions. I'm using MS Visual C++ 6.0 Enterprise Edition. Doing so I got the following errors. Anyone to help me out?

Deleting intermediate files and output files for project 'exehead_bzip2 - Win32 Release'.
Deleting intermediate files and output files for project 'exehead_zlib - Win32 Release'.
Deleting intermediate files and output files for project 'exehead_lzma - Win32 Release'.
Deleting intermediate files and output files for project 'makenssi - Win32 Debug'.
--------------------Configuration: exehead_bzip2 - Win32 Release--------------------
Compiling resources...
Compiling...
bzlib.c
decompress.c
huffman.c
Generating Code...
Compiling...
bgbg.c
crc32.c
exec.c
fileform.c
Main.c
Ui.c
util.c
Generating Code...
Linking...
Ui.obj : error LNK2001: unresolved external symbol __aullshr
Release-bzip2/exehead_bzip2.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

makensis.exe - 2 error(s), 0 warning(s)


problem solved
After I typed-in the right keyword I found the answer in another post on this forum. The question remains: why the error occurred using the original sources?


I compile in Visual C++ 6.0 also have this problem, but compile success in VS 2003.NET.


GWdeBolster, your question is answered in in the original thread.