ARToolKit | Mailing List Archive |
![]() |
From: | "Cornelia Wunderlich" <cornelia.wunderlich@w .....> | Received: | Aug 21, 2001 |
To | artoolkit@h .................. | ||
Subject: | VRML objects under windows | ||
Hi list, does anybody know how to load VRML objects into the ARToolkit under Windows. I have downloaded the VRML Parser from the website of Mark Billinghurst, but they doesn't run under Windows. Thanks Conny _______________________________________________________________________ 1.000.000 DM gewinnen - kostenlos tippen - http://millionenklick.web.de IhrName@w ....., 8MB Speicher, Verschluesselung - http://freemail.web.de |
From: | Mark Billinghurst <grof@h ..................> | Received: | Aug 21, 2001 |
To | Xu Ke <engp1673@n .........> | ||
Subject: | RE: VRML objects under windows | ||
Hi Xu, I believe that you are getting this error because Microsoft changed the Vision SDK API slightly. When you are compiling your code please try linking to the Vision SDK files available from http://www.hitl.washington.edu/people/grof/SharedSpace/Download/ARToolKitPC.htm Look under the Microsoft Vision SDK version 1.2 link. If this does not work please let me know and we will fix the problem.. Mark On Wed, 22 Aug 2001, Xu Ke wrote: > Hi, > > Can anyone help me on this? I got this error message when trying to compile > the codes for simple.exe > > --------------------Configuration: simple - Win32 Debug------------------- > Compiling... > draw_object.c > object.c > simpleTest.c > Linking... > ARvideoWin32.lib(videoWin32.obj) : error LNK2001: unresolved external symbol > "__declspec(dllimport) class CVisImageSource __stdcall > VisFindImageSource(class CWnd *,bool)" > (__imp_?VisFindImageSource@@Y .?AVCVisImageSource@@P ......@@_N@Z ) > ..\..\bin/simple.exe : fatal error LNK1120: 1 unresolved externals > Error executing link.exe. > > simple.exe - 2 error(s), 0 warning(s) > > > > Thanks! > > Best Regards, > Xu Ke > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Mark Billinghurst | Human Interface Technology Laboratory grof@h .................. | University of Washington, Box 352-142 fax: +1-206-543-5380 | Seattle, WA 98195 |
From: | Xu Ke <engp1673@n .........> | Received: | Aug 22, 2001 |
To | "'artoolkit@h .................. '" <artoolkit@h ..................> | ||
Subject: | RE: VRML objects under windows | ||
Hi, Can anyone help me on this? I got this error message when trying to compile the codes for simple.exe --------------------Configuration: simple - Win32 Debug------------------- Compiling... draw_object.c object.c simpleTest.c Linking... ARvideoWin32.lib(videoWin32.obj) : error LNK2001: unresolved external symbol "__declspec(dllimport) class CVisImageSource __stdcall VisFindImageSource(class CWnd *,bool)" (__imp_?VisFindImageSource@@Y .?AVCVisImageSource@@P ......@@_N@Z ) ..\..\bin/simple.exe : fatal error LNK1120: 1 unresolved externals Error executing link.exe. simple.exe - 2 error(s), 0 warning(s) Thanks! Best Regards, Xu Ke |