ARToolKit | Mailing List Archive |
![]() |
From: | "Aitor Linaza/LABEIN" <alinaza@l ........> | Received: | Oct 9, 2003 |
To | artoolkit@h .................. | ||
Subject: | Problem when compiling (cannot open file 'libAR32.lib') | ||
Hello users! I'm using the version 2.52 VRML. I would like to modify the code of the mk_patt.cpp, because when I run mk_patt.exe, the image appears like "in a mirror". So, I need to change some of the code in order to flip the image When I try to compile and link this, the following error appears: "mk_patt fatal error LNK1104: cannot open file mk_patt fatal error LNK1104: cannot open file 'libAR32.lib'" I don't have this library. How can I solve it? Any help will be helpful Thanks in advance Aitor |
From: | "Romano J M Silva" <rmagacho@p ................> | Received: | Oct 10, 2003 |
To | <artoolkit@h ..................> | ||
Subject: | Re: Problem when compiling (cannot open file 'libAR32.lib') | ||
Aitor, this library is supposed to be built with the solution, but the dependencies in the Visual Studio files have some problems. I had to fix all vcproj files by hand in Notepad to get things working. I am also having some problems with the capture. Sometimes it runs too slow. The render callback is hardly called. I am using DSVideoLib. In the debug version, DSVideoLib report that some objects are still opened and the program continues working even after closing its windows. Is Pintarik in this list? Thanks, Romano ----- Original Message ----- From: "Aitor Linaza/LABEIN" <alinaza@l ........> To: <artoolkit@h ..................> Sent: Thursday, October 09, 2003 1:30 PM Subject: Problem when compiling (cannot open file 'libAR32.lib') > Hello users! > > I'm using the version 2.52 VRML. > > I would like to modify the code of the mk_patt.cpp, because when I run > mk_patt.exe, the image appears like "in a mirror". > So, I need to change some of the code in order to flip the image > > When I try to compile and link this, the following error appears: "mk_patt > fatal error LNK1104: cannot open file mk_patt fatal error LNK1104: cannot > open file 'libAR32.lib'" > > I don't have this library. > How can I solve it? > Any help will be helpful > > Thanks in advance > > Aitor > > |
From: | "Romano J M Silva" <rmagacho@p ................> | Received: | Oct 10, 2003 |
To | <artoolkit@h ..................> | ||
Subject: | Re: Problem when compiling (cannot open file 'libAR32.lib') | ||
Aitor, this library is supposed to be built with the solution, but the dependencies in the Visual Studio files have some problems. I had to fix all vcproj files by hand in Notepad to get things working. I am also having some problems with the capture. Sometimes it runs too slow. The render callback is hardly called. I am using DSVideoLib. In the debug version, DSVideoLib report that some objects are still opened and the program continues working even after closing its windows. Is Pintarik in this list? Thanks, Romano ----- Original Message ----- From: "Aitor Linaza/LABEIN" <alinaza@l ........> To: <artoolkit@h ..................> Sent: Thursday, October 09, 2003 1:30 PM Subject: Problem when compiling (cannot open file 'libAR32.lib') > Hello users! > > I'm using the version 2.52 VRML. > > I would like to modify the code of the mk_patt.cpp, because when I run > mk_patt.exe, the image appears like "in a mirror". > So, I need to change some of the code in order to flip the image > > When I try to compile and link this, the following error appears: "mk_patt > fatal error LNK1104: cannot open file mk_patt fatal error LNK1104: cannot > open file 'libAR32.lib'" > > I don't have this library. > How can I solve it? > Any help will be helpful > > Thanks in advance > > Aitor > > |