[vtkusers] Re: is VTK good for 3D charting?

ahgu ahgu at ahgu.homeunix.com
Sat Oct 28 17:38:35 EDT 2006


I am having trouble compiling the TimeRenderer.cxx, what I did was create a 
win32 console app in vc++ and drag the source code in. I tried to compile 
and get:
What is the correct way to compile and run these test apps?

thanks
Andrew


--------------------Configuration: test - Win32 Debug--------------------
Linking...
msvcirtd.lib(MSVCIRTD.dll) : error LNK2005: "public: class ostream & 
__thiscall ostream::operator<<(double)" (??6ostream@@QAEAAV0 at N@Z) already 
defined in libcid.lib(ostrdbl.obj)
msvcirtd.lib(MSVCIRTD.dll) : error LNK2005: "public: class ostream & 
__thiscall ostream::operator<<(char const *)" (??6ostream@@QAEAAV0 at PBD@Z) 
already defined in libcid.lib(ostream.obj)
msvcirtd.lib(MSVCIRTD.dll) : error LNK2005: "public: virtual __thiscall 
ios::~ios(void)" (??1ios@@UAE at XZ) already defined in libcid.lib(_ios.obj)
msvcirtd.lib(MSVCIRTD.dll) : error LNK2005: "protected: __thiscall 
ios::ios(void)" (??0ios@@IAE at XZ) already defined in libcid.lib(_ios.obj)
msvcirtd.lib(MSVCIRTD.dll) : error LNK2005: "public: class ostream & 
__thiscall ostream::flush(void)" (?flush at ostream@@QAEAAV1 at XZ) already 
defined in libcid.lib(ostream.obj)
msvcirtd.lib(MSVCIRTD.dll) : error LNK2005: "public: long __thiscall 
ios::flags(void)const " (?flags at ios@@QBEJXZ) already defined in 
libcid.lib(_ios.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _exit already defined in 
LIBCD.lib(crt0dat.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _free already defined in 
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _malloc already defined in 
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _sprintf already defined in 
LIBCD.lib(sprintf.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _abort already defined in 
LIBCD.lib(abort.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strncpy already defined in 
LIBCD.lib(strncpy.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _realloc already defined in 
LIBCD.lib(dbgheap.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strchr already defined in 
LIBCD.lib(strchr.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _strstr already defined in 
LIBCD.lib(strstr.obj)
MSVCRTD.lib(MSVCRTD.dll) : error LNK2005: _tolower already defined in 
LIBCD.lib(tolower.obj)
LINK : warning LNK4098: defaultlib "MSVCRTD" conflicts with use of other 
libs; use /NODEFAULTLIB:library
LIBCD.lib(wincrt0.obj) : error LNK2001: unresolved external symbol 
_WinMain at 16
Debug/test.exe : fatal error LNK1120: 1 unresolved externals
Error executing link.exe.

test.exe - 18 error(s), 1 warning(s)

----- Original Message ----- 
From: "Goodwin Lawlor" <goodwin.lawlor at ucd.ie>
To: <vtkusers at public.kitware.com>
Sent: Friday, October 27, 2006 1:02 PM
Subject: [vtkusers] Re: is VTK good for 3D charting?


> ahgu wrote:
>> Thanks Goodwin,
>>
>> Since I don't know anything about TK/TCL, I want to stick with visual c++
>> v6. Is there some sample visual c++ v6 project somewhere that can help me
>> get started?
>>
>> thanks
>> Andrew
>
> Hi Andrew,
>
> There were two c++ examples in my last post:
> /Widgets/Testing/Cxx/TestSplineWidget.cxx
> /Examples/Modelling/Cxx/finance.cxx
>
> Here's one for vtkGlyph3D (though its not a great example)
> /Rendering/Testing/Cxx/TimeRenderer.cxx
>
> There are link from the vtk documentation to examples for each class...
>
> hth
>
> Goodwin
>
>
> _______________________________________________
> This is the private VTK discussion list. Please keep messages on-topic. 
> Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> 




More information about the vtkusers mailing list