Re: dlopen error

2006-07-31 Thread Christopher Faylor
On Mon, Jul 31, 2006 at 05:14:17PM +0200, Angelo Graziosi wrote: >Christopher Faylor wrote: >>What does a "false positive" have to do with the simple request to >>attach cygcheck output? You do see that many people manage to do this, >>right? So, there should be no reason why you can't do so as w

Re: dlopen error

2006-07-31 Thread Angelo Graziosi
Christopher Faylor wrote: > What does a "false positive" have to do with the simple request to > attach cygcheck output? You do see that many people manage to do this, > right? So, there should be no reason why you can't do so as well. Previously (as one can verify from Cygwin archives) the cy

Re: dlopen error

2006-07-31 Thread Christopher Faylor
On Mon, Jul 31, 2006 at 03:40:37PM +0200, Angelo Graziosi wrote: >On Mon, 31 Jul 2006, Eric Blake wrote: >>Please ATTACH this output, not paste it inline, so that the search >>engine does not get false positives. > >Usually I got false positives when I ATTACH and some time also when I >copy/paste.

Re: dlopen error

2006-07-31 Thread Angelo Graziosi
On Mon, 31 Jul 2006, Eric Blake wrote: > > Please ATTACH this output, not paste it inline, so that the search engine > does not get false positives. > Usually I got false positives when I ATTACH and some time also when I copy/paste. (I expected that the post was rejected instead it was not re

Re: dlopen error

2006-07-31 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Angelo Graziosi on 7/31/2006 7:15 AM: > $ ./guiviewer.exe > dlopen error: No such file or directory > Load Error: Failed to load Dynamic link library > /usr/local/root/lib/libASImage.dll > Error in : class TASImage not found in > plugin A

Re: dlopen error with nested dll's

2002-03-15 Thread Greg Hood
After digging through many web pages, I found the examples in dllhelpers ( http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/dll-stuff/ ) to be very helpful. The problem was related to how I was building the dll's. The way that works correctly for my test example is: gcc -g -c -o m.o m.c