|
From: Jonas B. <be...@kt...> - 2006-04-21 08:43:05
|
Hi Antonio, You can use the free "dependency walker" utility to find out what other=20 dlls your double.dll depends on... Maybe the problem is due to the fact that you compile under cygwin - the=20 dll will be dependent on the cygwin.dll, and thus can only be run from=20 within the cygwin environment. You could try to specify the option=20 -mno-cygwin to gcc, which omits this dependency, alternatively compile=20 using mingw. regards - Jonas Antonio Matta wrote: > Hi, > > I manage to compile togl 1.7 (in windows with cygwin) and all its=20 > demos right. But when > I want to start a demo, double.tcl for example, I got the following=20 > error message: > > "couldn't load library=20 > "C:/cygwin/home/amattaadmin/Togl-1.7/double.dll": this library or a=20 > dependent library could not be found in library path" > > I have tried several options where to put this dll (my PATH,=20 > tcl/share, etc) but none of them > works. > > What do I have to do in order for this to work? > > Atte, > > Antonio. > > Antonio Alejandro Matta G=F3mez. > Computer Software Engineer. > Research Assistant - Robotics and Automation Group. > Pontificia Universidad Javeriana - Cali. > Home Page: http://gar.puj.edu.co/Members/amatta/ > > Anyone who has discovered Christ must lead others to him. > A great joy cannot be kept to oneself. > It has to be passed on. > Benedict XVI > =20 > --=20 Jonas Beskow, Ph.D. Tel: +46 8 790 8965 Centre for Speech Technology Fax: +46 8 790 7854 KTH be...@sp... SE-10044 Stockholm, Sweden www.speech.kth.se/~beskow |