Hi.

When I use osg::Vec3Array( also Vec4Array), it makes a link error

"testfileinput.obj : error LNK2001: __imp___CrtDbgReportW"

For linking this code, I used below lib files
"osgd.lib osgDBd.lib osgViewerd.lib osgTextd.lib"

Is there lib file what I have to connect my VS?

------------
osg::Vec3Array* HUDBackgroundVertices = new osg::Vec3Array();
osg::Vec4Array* HUDcolors = new osg::Vec4Array();
------------
These syntax are making a trouble.

please give me a more information.

thank you.
(My environments are VS8.0, OSG 2.0 and MS windows XP professional SP2)

_________________________________________________________________
MSN Messenger를 통해 온라인상에 있는 친구와 대화를 나누세요. http://www.msn.co.kr/messenger
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to