touchlib generation error
Posted: 18 July 2008 06:51 AM   [ Ignore ]
New Member
Rank
Total Posts:  3
Joined  2008-07-17

Hello all,

i downloaded touchlib from : http://code.google.com/p/touchlib/ and when i tried to compile using VS 2005… I got this error in touchlib project :

Erreur 44 error LNK2019: symbole externe non résolu “__declspec(dllimport) public: int __thiscall C1394Camera::StopVideoStream(void)” (__imp_?StopVideoStream@C1394Camera@@QAEHXZ) référencé dans la fonction “public: virtual __thiscall CMUCaptureFilter::~CMUCaptureFilter(void)” (??1CMUCaptureFilter@@UAE@XZ) CMUCaptureFilter.obj

“It’s in french… sorry !”

any one knows the solution ?

thnx !

Profile
 
 
Posted: 18 July 2008 09:46 AM   [ Ignore ]   [ # 1 ]
Elite
Avatar
RankRankRankRank
Total Posts:  119
Joined  2008-06-04

type into google touchlib click on the top listing then go to download. Download the latest build which is pre compiled follow the instructions in the folder you have downloaded

 Signature 

}---)))@

Profile
 
 
Posted: 18 July 2008 10:14 AM   [ Ignore ]   [ # 2 ]
New Member
Rank
Total Posts:  3
Joined  2008-07-17
ajlovegrove - 18 July 2008 09:46 AM

type into google touchlib click on the top listing then go to download. Download the latest build which is pre compiled follow the instructions in the folder you have downloaded

Ok ajlovegrove,
this is the we do to write wultitouch application… I am sure of that
But know I want to explore the sources…
it seams tha i dont have the best 1394camera.lib so any one can help ?

Profile
 
 
Posted: 18 July 2008 11:47 AM   [ Ignore ]   [ # 3 ]
Elite
Avatar
RankRankRankRank
Total Posts:  119
Joined  2008-06-04

Sorry i’ve not used a firewire cam with touchlib only USB!  Im sure its possible but you’ll probably need some drivers for it

 Signature 

}---)))@

Profile
 
 
Posted: 20 July 2008 02:02 AM   [ Ignore ]   [ # 4 ]
New Member
Rank
Total Posts:  2
Joined  2008-02-12

Have you installed 1394camera644.exe? And be sure, the software is installed in the “program files” directory, you should add the library directory information in your VC2005? Good luck!

Profile
 
 
Posted: 21 July 2008 08:05 AM   [ Ignore ]   [ # 5 ]
New Member
Rank
Total Posts:  3
Joined  2008-07-17
itlab - 20 July 2008 02:02 AM

Have you installed 1394camera644.exe? And be sure, the software is installed in the “program files” directory, you should add the library directory information in your VC2005? Good luck!

Ok itlab, it was this the source of problem

Profile