Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-26 Thread Earnie Boyd
Elizabeth Barham wrote: This is just a simple report-in about the errors I mentioned having yesterday or the day before. The latest CVS libtool did not have any trouble and made the DLL fine. I'd also like to mention that the whole libtool seemed to work quicker than before. Thank you

Re: [Mingw-users] Whats the latest on libtool and the stub dll libraries?

2002-09-26 Thread Elizabeth Barham
Earnie Boyd [EMAIL PROTECTED] writes: On a related note, I have been having to add a main function to the DLL's like so: #if defined(__MINGW32__) defined(DLL_EXPORT) int main(int argc, char* argv[]) { return 0; } #endif You shouldn't do this. I posted on the