![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
hardburn's scratchpadby hardburn (Abbot) |
on Jun 01, 2004 at 21:23 UTC ( #358624=scratchpad: print w/replies, xml ) | Need Help?? |
Trying to compile a program on Win32. The MS compiler suite (free version) is at "E:\Program Files\Microsoft Visual C++ Toolkit 2003", and the MS SDK is at "E:\Program Files\Microsoft Platform SDK". ActiveState Perl 5.8.4 is at "E:\Perl". Compile goes fine, but link gives error:
The "msvcrt.lib" file does not appear in the SDK under "lib\", but it is under "lib\AMD64" Shouldn't there be a non-AMD64 version? I'm running on an AMD64, but I need to make this program work on IA32 archs. Will linking to the AMD64 version cause problems there? Relevent environment vars:
I'm not sure what other libraries I need to get this to work correctly. |
|