
15 Jul
2004
15 Jul
'04
10:07 a.m.
And the tests themself must be build with dynamic runtime, right? It would took me a lot of time to figure out.
Yes.
Thanks for figuring this out. But... how comes that *everything* works except for importing a variable. I recall reading that __declspec(dllimport) on functions is just an optimization -- maybe this is the explanation.
I don't know: VC7.1 at least mangles the names differently when __declspec(dllimport) is used. In fact when I built from the IDE I got initially got errors from the free-functions as well, but I didn't see those on the command line for some reason :-( John.