Re: error LNK2019: unresolved external symbol ?
Posted by Luigi Ballabio-2 on Mar 23, 2004; 1:21am
URL: http://quantlib.414.s1.nabble.com/error-LNK2019-unresolved-external-symbol-tp2836p2838.html
On 2004.03.22 04:15, Phat Loc wrote:
> When I compile this under Debug. I get the following error? Any clue
> as to what is wrong? Thanks in advance.
>
> Linking...
> QuantLib_MTDLL_d.lib(dataformatters.obj) : error LNK2019: unresolved
> external symbol
Hi,
you might want to check that your project is compiled with the
same settings of the library you're trying to link, namely, Debug
Multithreaded DLL. You can find the relevant switch under the project
settings, tab "C/C++", category "Code generation".
Later,
Luigi