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

dlopen error with nested dll's

2002-03-08 Thread Greg Hood
I'm trying to dlopen a .dll which depends on another .dll, and am getting a "Win32 error 127". I'm not totally sure I am building the dll's correctly, so that might be one source of the problem. This is with Cygwin version 1.3.10, gcc version 2.95.3-5, dlltool version 2.11.92, and Windows NT 4.0.