[Prev][Next][Index][Thread]
problems linking on windows
-
To: www-lib@w3.org
-
Subject: problems linking on windows
-
From: Laurent Vinesse <lvinesse@jouve.fr>
-
Date: Fri, 22 Dec 95 11:49:37 +0100
-
From lvinesse@jouve.fr Fri Dec 22 05: 49:24 1995
-
Message-Id: <9512221046.AA09357@chester.jouve.fr>
-
X-Mailer: Windows Eudora Version 2.1.1
-
X-Sender: lv@aglae
Hello all,
When trying to link LibWWW DLL export LIBs & remaining modules to an
existing MFC application, a serious amount of warning & unresolved external
occurs.
e.g. there is a TTYPRINT function, but dumping the WWWDLL.LIB, I realised
this was rather declared as a PTTYPRINT export, which is also the case in
the .def.
HTML.obj : error LNK2001: unresolved external symbol "_HTMLP_dtd"
HTTeXGen.obj : error LNK2001: unresolved external symbol "_HTMLP_dtd"
(...)
HTWSRC.obj : error LNK2001: unresolved external symbol "_TTYPrint"
(...)
There are 18 of them producing 41 linking errors.
Also there is the HAVE_STR_ERROR preprocessor flag which generates warnings
almost everywhere when switched off.
thanks to the person who answered my previous mail, as he suggested, I shall
try the static lib.
|-----------------------------------------------------------------|
| Laurent Vinesse | JOUVE |
| Ingenieur logiciel / Software engineer | 12, rue des landelles |
| Telephone/Phone : (+33) 99 86 98 12 | Immeuble Hercule II |
| Fax : (+33) 99 86 98 01 | 35510 Cesson-Sevigne |
| E-mail : lvinesse@jouve.fr | FRANCE |
|-----------------------------------------------------------------|