Re: Creating DLLs with Cygwin/g++

2003-02-22 Thread Charles Wilson
http://www.neuro.gatech.edu/users/cwilson/cygutils/dll-stuff/index.html --Chuck -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Creating DLLs with Cygwin/g++

2003-02-22 Thread Wil Hunt
That was wonderful, thank you! Now on to my next issues... ;) Wil "Elfyn McBratney" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hey all, > > > > I'm rather new to DLL programming and my C++ days are five years > behind > > me. So please bear with me. :) > > > > I'd l

Re: Creating DLLs with Cygwin/g++

2003-02-22 Thread Elfyn McBratney
> Hey all, > > I'm rather new to DLL programming and my C++ days are five years behind > me. So please bear with me. :) > > I'd like to write a C++ program that will link as a DLL to be loaded as > a plugin in another application. I've broken the learning process down as > follows: > > 1)