[Bf-committers] tests of branch NDOF

Nathan Letwory jesterking at letwory.net
Fri Mar 14 21:33:15 CET 2008


On Fri, Mar 14, 2008 at 10:02 PM, Ettore Pasquini
<ettore_pasquini at 3dconnexion.com> wrote:
> On 3/14/08 11:57 AM, "jmsoler at free.fr" <jmsoler at free.fr> wrote:
>
>  > It seems to compile well on MSVC 8.0 with a very small modif
>  > in the file : intern\ghost\intern\ghost_c-api.cpp
>  > the function 'GHOST_OpenNDOF' has to return something.
>  > (I have added return 0; and it works well or it looks like if
>  > it works well).
>
>  I am also using VC8 on windows and I didn't get that error, but I got a
>  bunch of linker errors I believe on OpenEXR stuff:
>
>  IlmImf.lib(ImfHuf.obj) : error LNK2001: unresolved external symbol "public:
>  void __thiscall std::_String_base::_Xran(void)const "
>  (?_Xran at _String_base@std@@QBEXXZ)

you should make sure you link against the proper openexr libs
(lib_vs2005). Check the win32-vc-config.py for the commented out line
and use that in your user-config.py

/Nathan


More information about the Bf-committers mailing list