> 1. Does it matter whether a DLL is linked in character or windows
> mode?  (It makes no GDI calls).

Shouldn't.

> 2. Should I use gcc -shared or gcc -mdll to build?

gcc -shared.  The "-mdll" option *only* sets the "I'm a dll" flag in
the PE header.  It doesn't do anything else different.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

Reply via email to