problems linking on windows

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                |
|-----------------------------------------------------------------|

Received on Friday, 22 December 1995 05:49:24 UTC