Hello all
I've been trying to compile ApexDC++, but with no success.
Everything goes ok in the case of the DEBUG build, and i get the 10.719MB StrongDC.exe file.
However, when trying to compile in Release, i get Link error:
1>Linking...
1>fatal error C1007: unrecognized flag '-typedil' in 'p2'
1>LINK : fatal error LNK1257: code generation failed
I read it could be the /GL optimization option, so i tried without it, but still nothing.
Noone seems to know where this error comes from.
Funny thing is, i try this compilation on a "virgin" system, just installed VS2005, put everything in place, compiled STLPort, so how come?
Compilation goes on without errors, but linking crashes...
I did a text search in all files in Apex folder: -typedil is to be found only in 2: libeay32.lib AND ssleay32.lib. For instance:
-compiler:"C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\c2.dll" -typedil -f C:\Documents and Settings\Big Muscle\Dokumenty\Projekty\openssl-0.9.8-stable-SNAP-20081107\engines\e_capi.c
What could it be? I'm totally lost
Thanks in advance,
[edit]
I downloaded another version of openssl libs from here:
http://www.deanlee.cn/programming/openssl-for-windows/
And compiled successfully.
The thing is, the downloaded .lib files are not static linking, but import libraries. Meaning, now it wants the .dll. The new error is: "Impossible finding the ordinal 3686 in dynamic linking library LIBEAY32.dll.
Still fighting... do you guys have these dll's?
Catalin