[vtkusers] help--problem compiling simple VC++ on WinXP
Zhengyu Zhang
zzhang3 at uiuc.edu
Fri Dec 6 01:58:49 EST 2002
I just installed binary vtk4.0 on a PC that runs WinXP Pro,
then I installed a Visual C++ 6.0 introductory edition.
Now I tried to run the simplest example code ('cone.c++'),
and got it pass the 'compile' stage, yet got an error
when building it, as such:
------------------------------
Linking...
LINK : warning LNK4075: ignoring /EDITANDCONTINUE due to /INCREMENTAL:NO
specification
Cone.obj : error LNK2001: unresolved external symbol ___pfnBkCheck
Debug/test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.
test.exe - 2 error(s), 1 warning(s)
----------------------------------
Since I never used vtk in C++ wrapper before, I don't have any clue what
caused this.
Does it have anything to do with the XP?
Thanks.
--Zhengyu
More information about the vtkusers
mailing list