[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
lynx-dev current_codepage error during linking
From: |
Mike Bledig |
Subject: |
lynx-dev current_codepage error during linking |
Date: |
Mon, 10 Jan 2000 23:08:38 +0200 |
Hey there guys,
the error:
Error: Unresolved external '_current_codepage' referenced from
module src/lycurses.c
Has been blocked out, but I feel that's not the
answer.
The code compiles ok, but during the linking faze, that error comes
up unless it is blocked.
Do you think that it might have something to do with the way I
compiled the pdcurses.lib? I compiled "pdcurses.lib" and "zlib.lib"
with the "-tWM" switch as was suggested to me.
Though compiling the "zlib.lib" with the "-tWM" option, stops an
error with errno, it doesn't fix the one with current_codepage.
Perhaps if one compiles the "pdcurses.lib" as a large model, that
error won't come up any more during the linking faze? or does
using "-tWM" switch already compile the "pdcurses.lib" as a large
model?
Have any guess as to what's up?
Kind regards
Mike