Re: Problems linking against Mingw DLL

2002-02-12 Thread Christopher Faylor
On Tue, Feb 12, 2002 at 01:47:15PM +0100, Daniel Abad wrote: >Hello all, > >I have build a mingw DLL. Then I have build a program using functions >exported from that DLL, and linked against the import library generated by >dlltool, with no problem (not using -mno-cygwin) > >When I run the program

Problems linking against Mingw DLL

2002-02-12 Thread Daniel Abad
Hello all, I have build a mingw DLL. Then I have build a program using functions exported from that DLL, and linked against the import library generated by dlltool, with no problem (not using -mno-cygwin) When I run the program I get an STATUS_ACCESS_VIOLATION. On the other hand, I tried to com