troubles with CyberVRML97 with VC++ and VS.NET - vrml
This is a discussion on troubles with CyberVRML97 with VC++ and VS.NET - vrml ; Hello there.
I am trying to include CyberVRML97 in a windows project written in
Visual C++ .Net. I am having trouble getting all the libs right. Did
anyone manage to compile anything from CyberVRML97 in Visual Net ?
Currently I ...
-
troubles with CyberVRML97 with VC++ and VS.NET
Hello there.
I am trying to include CyberVRML97 in a windows project written in
Visual C++ .Net. I am having trouble getting all the libs right. Did
anyone manage to compile anything from CyberVRML97 in Visual Net ?
Currently I am trying to rebuild VRMLBrowser. I am using the 'debug'
configuration (but didn't manage to do anything in 'release' mode either)
As I didn't find a suitable libjpeg6a.lib for windows, I erased the
SUPPORT_JPEG and removed the lib from the linker options.
Apparently, LIBC.lib, MSVCRTD.lib and LibCyberVRML97.lib have redundant
definitions of functions. I tried every possible permutation of
NODEFAULTLIB but didn't manage to make all the linker error vanish.
Currently I only ignore LIBC still get errors on functions like
public: unsigned int __thiscall std::basic_string
which seems to be defined in LibCyberVRML97.lib and msvcprtd.lib
and also a lot of undefined symbols in LibCyberVRML97.lib (only Xran and
Xlen actually, but in many submodules)
Can anyone help me ? Or does anyone have experience to share on these
problems ?
Any reply appreciated!
Thanks.
Yves
-
Re: troubles with CyberVRML97 with VC++ and VS.NET
Hello Yves
I had a similar problem with XRan and Xlen (not for CyberVRML97). After
alot of muckinig around, I found out the problem. It racked my brain so
when I found the solution I thought I'd better go back to Google and
share it with others!
One of my libraries had been compiled under a much older version of
STL, and was using a different version of the standard std::string
class. The solution is to recompile your included library modules under
VC7 again - you'll never fix it otherwise. Hope this helps - and it may
fix some other problems too.
Regards and bonne chance
Pete
>
> and also a lot of undefined symbols in LibCyberVRML97.lib (only Xran and
> Xlen actually, but in many submodules)
>
> Can anyone help me ? Or does anyone have experience to share on these
> problems ?
>
> Any reply appreciated!
>
> Thanks.
>
> Yves
Similar Threads
-
By Application Development in forum Inetserver
Replies: 5
Last Post: 08-01-2006, 04:04 AM
-
By Application Development in forum DOTNET
Replies: 0
Last Post: 03-01-2006, 03:15 PM
-
By Application Development in forum basic.visual
Replies: 3
Last Post: 04-26-2005, 12:56 PM
-
By Application Development in forum vrml
Replies: 3
Last Post: 02-16-2005, 01:09 PM