[eq-dev] Framedata unresolved symbol lunchbox::byteswap
17 views
Skip to first unread message
Robert Hauck
unread,
May 7, 2013, 10:45:06 AM5/7/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to eq-...@equalizergraphics.com
Hi all
I use a program based on osgScaleViewer, but with the newest Git version, I
get some
error LNK2019: unresolved external symbol "void __cdecl
lunchbox::byteswap<class osg::Quat>(
with osg::Vec3f, Quat or other classes. They come from serializing or
deserializing variables in the framedata. When I use eq::Vector3f and others
It works. But with eq 1.4 it also worked with OSG classes. Am I missing
something? Or has anything changed?
How can I serialize non-eq-classes in framedata?
(Sorry for the several topics opened, upgrading to new eq versions :-) )
> I use a program based on osgScaleViewer, but with the newest Git version, I get some
>
> error LNK2019: unresolved external symbol "void __cdecl lunchbox::byteswap<class osg::Quat>(
Set CO_IGNORE_BYTESWAP: If set, no byteswapping of transmitted data is performed. Enable when you get unresolved symbols for lunchbox::byteswap and you don't care about mixed-endian environments.