Problem building Hello world code

Now configuration set to release and these libraries set to Properties -> Linker -> Input -> Additional Depedencies:
libp3framework.lib
libpanda.lib
libpandafx.lib
libpandaexpress.lib
libp3dtool.lib
libp3dtoolconfig.lib
libp3pystub.lib
libp3direct.lib

Heres the error message now…

1>------ Rebuild All started: Project: Panda3D_test, Configuration: Release Win32 ------
1>Deleting intermediate and output files for project 'Panda3D_test', configuration 'Release|Win32'
1>Compiling...
1>main.cpp
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\vector(439) : warning C4275: non dll-interface class 'std::_Container_base_aux' used as base for dll-interface class 'std::_Container_base_aux_alloc_real<_Alloc>'
1>        with
1>        [
1>            _Alloc=pallocator_array<std::string>
1>        ]
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(377) : see declaration of 'std::_Container_base_aux'
1>        d:\ohjelmat\panda3d\panda3d-1.6.2\include\vector_src.h(64) : see reference to class template instantiation 'std::vector<_Ty,_Ax>' being compiled
1>        with
1>        [
1>            _Ty=std::string,
1>            _Ax=pallocator_array<std::string>
1>        ]
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\vector(439) : warning C4275: non dll-interface class 'std::_Container_base_aux' used as base for dll-interface class 'std::_Container_base_aux_alloc_real<_Alloc>'
1>        with
1>        [
1>            _Alloc=pallocator_array<Config::SymbolEnt>
1>        ]
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(377) : see declaration of 'std::_Container_base_aux'
1>        d:\ohjelmat\panda3d\panda3d-1.6.2\include\vector_src.h(64) : see reference to class template instantiation 'std::vector<_Ty,_Ax>' being compiled
1>        with
1>        [
1>            _Ty=Config::SymbolEnt,
1>            _Ax=pallocator_array<Config::SymbolEnt>
1>        ]
1>d:\ohjelmat\panda3d\panda3d-1.6.2\python\include\pyconfig.h(51) : warning C4005: 'HAVE_IO_H' : macro redefinition
1>        d:\ohjelmat\panda3d\panda3d-1.6.2\include\dtool_config.h(56) : see previous definition of 'HAVE_IO_H'
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\vector(439) : warning C4275: non dll-interface class 'std::_Container_base_aux' used as base for dll-interface class 'std::_Container_base_aux_alloc_real<_Alloc>'
1>        with
1>        [
1>            _Alloc=pallocator_array<TypedWritable *>
1>        ]
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(377) : see declaration of 'std::_Container_base_aux'
1>        d:\ohjelmat\panda3d\panda3d-1.6.2\include\vector_src.h(64) : see reference to class template instantiation 'std::vector<_Ty,_Ax>' being compiled
1>        with
1>        [
1>            _Ty=TypedWritable *,
1>            _Ax=pallocator_array<TypedWritable *>
1>        ]
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\vector(439) : warning C4275: non dll-interface class 'std::_Container_base_aux' used as base for dll-interface class 'std::_Container_base_aux_alloc_real<_Alloc>'
1>        with
1>        [
1>            _Alloc=pallocator_array<int>
1>        ]
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(377) : see declaration of 'std::_Container_base_aux'
1>        d:\ohjelmat\panda3d\panda3d-1.6.2\include\vector_src.h(64) : see reference to class template instantiation 'std::vector<_Ty,_Ax>' being compiled
1>        with
1>        [
1>            _Ty=int,
1>            _Ax=pallocator_array<int>
1>        ]
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\socket_address.h(182) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\vector(439) : warning C4275: non dll-interface class 'std::_Container_base_aux' used as base for dll-interface class 'std::_Container_base_aux_alloc_real<_Alloc>'
1>        with
1>        [
1>            _Alloc=pallocator_array<unsigned char>
1>        ]
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(377) : see declaration of 'std::_Container_base_aux'
1>        d:\ohjelmat\panda3d\panda3d-1.6.2\include\vector_src.h(64) : see reference to class template instantiation 'std::vector<_Ty,_Ax>' being compiled
1>        with
1>        [
1>            _Ty=unsigned char,
1>            _Ax=pallocator_array<unsigned char>
1>        ]
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(195) : warning C4996: 'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.inl(101) : see declaration of 'gmtime'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(198) : warning C4996: 'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.inl(101) : see declaration of 'gmtime'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(212) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.inl(114) : see declaration of 'localtime'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(218) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.inl(114) : see declaration of 'localtime'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(250) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(264) : warning C4996: 'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.inl(114) : see declaration of 'localtime'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(298) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_clock.h(311) : warning C4996: 'gmtime': This function or variable may be unsafe. Consider using gmtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\time.inl(101) : see declaration of 'gmtime'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_span.h(372) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_span.h(375) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_span.h(378) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_span.h(381) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_span.h(384) : warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(366) : see declaration of 'sprintf'
1>d:\ohjelmat\panda3d\panda3d-1.6.2\include\time_general.h(161) : warning C4996: 'sscanf': This function or variable may be unsafe. Consider using sscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\stdio.h(324) : see declaration of 'sscanf'
1>C:\Program Files\Microsoft Visual Studio 9.0\VC\include\vector(439) : warning C4275: non dll-interface class 'std::_Container_base_aux' used as base for dll-interface class 'std::_Container_base_aux_alloc_real<_Alloc>'
1>        with
1>        [
1>            _Alloc=pallocator_array<GraphicsWindowInputDevice>
1>        ]
1>        C:\Program Files\Microsoft Visual Studio 9.0\VC\include\xutility(377) : see declaration of 'std::_Container_base_aux'
1>        d:\ohjelmat\panda3d\panda3d-1.6.2\include\vector_src.h(64) : see reference to class template instantiation 'std::vector<_Ty,_Ax>' being compiled
1>        with
1>        [
1>            _Ty=GraphicsWindowInputDevice,
1>            _Ax=pallocator_array<GraphicsWindowInputDevice>
1>        ]
1>Linking...
1>main.obj : error LNK2001: unresolved external symbol "public: virtual class CycleData * __thiscall GeomVertexData::CDataCache::make_copy(void)const " (?make_copy@CDataCache@GeomVertexData@@UBEPAVCycleData@@XZ)
1>main.obj : error LNK2001: unresolved external symbol "public: virtual class CycleData * __thiscall Geom::CDataCache::make_copy(void)const " (?make_copy@CDataCache@Geom@@UBEPAVCycleData@@XZ)
1>main.obj : error LNK2001: unresolved external symbol "public: virtual class CycleData * __thiscall Geom::CDataCache::make_copy(void)const " (?make_copy@CDataCache@Geom@@$$FUBEPAVCycleData@@XZ)
1>main.obj : error LNK2001: unresolved external symbol "public: virtual __thiscall Geom::CDataCache::~CDataCache(void)" (??1CDataCache@Geom@@$$FUAE@XZ)
1>main.obj : error LNK2001: unresolved external symbol "public: virtual class CycleData * __thiscall GeomVertexData::CDataCache::make_copy(void)const " (?make_copy@CDataCache@GeomVertexData@@$$FUBEPAVCycleData@@XZ)
1>main.obj : error LNK2001: unresolved external symbol "private: static class TypeHandle Geom::CDataCache::_type_handle" (?_type_handle@CDataCache@Geom@@0VTypeHandle@@A)
1>main.obj : error LNK2001: unresolved external symbol "private: static class TypeHandle GeomVertexData::CDataCache::_type_handle" (?_type_handle@CDataCache@GeomVertexData@@0VTypeHandle@@A)
1>C:\Users\sami\Desktop\Sekalaiset\Koodaus\Panda3D\Panda3D_test\Release\Panda3D_test.exe : fatal error LNK1120: 7 unresolved externals
1>Build log was saved at "file://c:\Users\sami\Desktop\Sekalaiset\Koodaus\Panda3D\Panda3D_test\Panda3D_test\Release\BuildLog.htm"
1>Panda3D_test - 8 error(s), 22 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========