|
From: Braden M. <br...@en...> - 2012-06-16 07:11:55
|
On Thu, 2012-06-14 at 14:46 +0900, Yukio Koga wrote: > Dear Mr.McDaniel, > > I will ask you about parse-vrml97.exe with Visual Studio 2010. > > When I debug started, parse-vrml97.exe program opened console window and output error message and stopped. > > Error message is that, > parse-vrml97.exe の 0x763bfc56 で初回の例外が発生しました: Microsoft C++ の例外: > `anonymous namespace'::no_environment_var (メモリの場所 0x0028efe4)。 > parse-vrml97.exe の 0x763bfc56 で初回の例外が発生しました: Microsoft C++ の例外: > `anonymous namespace'::no_registry_key (メモリの場所 0x0028e968)。 > > argv[1] is now setting "Anchor.wrl", but program didn't reach main(). > > What is a correct setting example argv[1]? Is "Anchor.wrl" right? You need to have set the environment variables described in the "Usage" section of README. Alternatively, there are some registry keys you can set; see src/libopenvrml/openvrml/local/conf.cpp. -- Braden McDaniel <br...@en...> |