From: Braden M. <br...@en...> - 2008-04-30 00:33:31
|
On Tue, 2008-04-29 at 08:47 -0700, M. van Doeselaar wrote: > > Braden McDaniel wrote: > > > > I don't see this with the project files from the OpenVRML distribution. > > Perhaps you modified the "Additional Include Directories" in the project > > settings such that the compiler can no longer find "openvrml-config.h"? > > > > -- > > Braden McDaniel e-mail: <br...@en...> > > <http://endoframe.com> Jabber: <br...@ja...> > > > You were right about that, I had the order mixed up, now I can build > everything. > > However I can't seem to open wrl-files in the included sdl-viewer (or an > other program which uses openvrml). Every wrl-file I try to open I get the > console message: > "unrecognized error during resolution > no alternative URI could be resolved" > And in my output-window: "First-chance exception at 0x7c812a5b in > sdl-viewer.exe: Microsoft C++ exception: openvrml::no_alternative_url at > memory location 0x0246fb58.." > I can't exactly trace back in the code where this error occurs, so I hope > you have an idea? How are you invoking sdl-viewer? It only accepts valid URIs. And in the case of sdl-viewer, it only accepts file (or relative) URIs. -- Braden McDaniel e-mail: <br...@en...> <http://endoframe.com> Jabber: <br...@ja...> |