ARToolKit | Mailing List Archive |
![]() |
From: | Bruno <bruno@i .....> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | vrml support documentation | ||
Hi, Does anyone know where I can find documentation for the Artoolkit with VRML support? When I try to run the VRML examples, it says that I miss the "msvcirtd.dll". What should I install to get this dll? Thanks, Bruno Fernandes. |
From: | Bruno <bruno@i .....> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | vrml support documentation | ||
Hi, Does anyone know where I can find documentation for the Artoolkit with VRML support? When I try to run the VRML examples, it says that I miss the "msvcirtd.dll". What should I install to get this dll? Thanks, Bruno Fernandes. |
From: | "Curtis Bartley" <curtisb@h ..................> | Received: | Mar 18, 2003 |
To | "'Bruno'" <bruno@i .....>, artoolkit@h .................. | ||
Subject: | RE: vrml support documentation | ||
Bruno: I've seen this problem after building an ARToolKit project using Visual Studio.NET and then trying to run it on a machine that has Visual Studio 6 installed on it. I've dealt with this situation by copying the DLL from the \Windows\System32 directory on the first machine into the working directory of my program on the second machine. -- Curtis Bartley -----Original Message----- From: owner-artoolkit@h .................. [mailto:owner-artoolkit@h ..................] On Behalf Of Bruno Sent: Tuesday, March 18, 2003 2:12 AM To: artoolkit@h .................. Subject: vrml support documentation Hi, Does anyone know where I can find documentation for the Artoolkit with VRML support? When I try to run the VRML examples, it says that I miss the "msvcirtd.dll". What should I install to get this dll? Thanks, Bruno Fernandes. |
From: | "Curtis Bartley" <curtisb@h ..................> | Received: | Mar 18, 2003 |
To | "'Bruno'" <bruno@i .....>, artoolkit@h .................. | ||
Subject: | RE: vrml support documentation | ||
Bruno: I've seen this problem after building an ARToolKit project using Visual Studio.NET and then trying to run it on a machine that has Visual Studio 6 installed on it. I've dealt with this situation by copying the DLL from the \Windows\System32 directory on the first machine into the working directory of my program on the second machine. -- Curtis Bartley -----Original Message----- From: owner-artoolkit@h .................. [mailto:owner-artoolkit@h ..................] On Behalf Of Bruno Sent: Tuesday, March 18, 2003 2:12 AM To: artoolkit@h .................. Subject: vrml support documentation Hi, Does anyone know where I can find documentation for the Artoolkit with VRML support? When I try to run the VRML examples, it says that I miss the "msvcirtd.dll". What should I install to get this dll? Thanks, Bruno Fernandes. |
From: | Robert Hinn <exodus@o ........> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | Re: vrml support documentation | ||
That looks like the example needs some debug libraries... Usually the DLL files that end with a 'd' are debug versions. Microsoft Visual Studio should have these DLLs. You might also try searching the web for the file and then copy it either into the directory of the program that needs it, or into your Windows directory (I wouldn't do that, because if you get it from the web you don't know if it's a version that fits your system...). Anyway, I think that programs that are distributed should not be linked to debug libraries (e.g. link them as release versions), because only few people have those debug libs installed if they aren't developing software themselves... Hope this helps, Robert. Bruno schrieb: > Hi, > > Does anyone know where I can find documentation for the Artoolkit with > VRML support? > > When I try to run the VRML examples, it says that I miss the > "msvcirtd.dll". What should I install to get this dll? > > Thanks, > Bruno Fernandes. > > > |
From: | Robert Hinn <exodus@o ........> | Received: | Mar 18, 2003 |
To | artoolkit@h .................. | ||
Subject: | Re: vrml support documentation | ||
That looks like the example needs some debug libraries... Usually the DLL files that end with a 'd' are debug versions. Microsoft Visual Studio should have these DLLs. You might also try searching the web for the file and then copy it either into the directory of the program that needs it, or into your Windows directory (I wouldn't do that, because if you get it from the web you don't know if it's a version that fits your system...). Anyway, I think that programs that are distributed should not be linked to debug libraries (e.g. link them as release versions), because only few people have those debug libs installed if they aren't developing software themselves... Hope this helps, Robert. Bruno schrieb: > Hi, > > Does anyone know where I can find documentation for the Artoolkit with > VRML support? > > When I try to run the VRML examples, it says that I miss the > "msvcirtd.dll". What should I install to get this dll? > > Thanks, > Bruno Fernandes. > > > |
From: | Bruno <bruno@i .....> | Received: | Mar 19, 2003 |
To | artoolkit@h .................. | ||
Subject: | Re: vrml support documentation | ||
Thanks for everyone that answered my e-mail. The artoolkit with vrml support is already working in my computer. I just discovered that we can dowload this Visual Studio/C++ dlls from the artoolkit page, it's in: http://www.hitl.washington.edu/people/grof/SharedSpace/Download/ARToolKitPC.htm as a note in the end of the page. They say: "ARToolKit runs on PCs that have Microsoft Visual C++ Version 6.0 installed. If you do not have Visual C++ Version 6.0 installed you may need to download the Visual C++ dlls - you can find them here: mfczip.zip [3.2mb]" I think this download should be in the main page, it would be easyer... Anyways, now I think I'll be installing Visual Studio. Best regards, Bruno Fernandes. |