From: mfitzger@yoho.uwaterloo.ca (Mark Fitzgerald)
Subject: Re: _ctype_ undefined?
10 Dec 1998 23:00:19 -0800
Message-ID: <Pine.SOL.3.96.981210124521.19024A-100000.cygnus.gnu-win32@yoho.uwaterloo.ca>
References: <199812091624.KAA05939@modi.xraylith.wisc.edu>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Mumit Khan <khan@xraylith.wisc.edu>
Cc: gnu-win32@cygnus.com

On Wed, 9 Dec 1998, Mumit Khan wrote:

> If you contribute missing stuff for the headers, that'll be great. You
> can't of course just copy from a vendor header since that will violate
> licensing restrictions in most cases (and then you'll see why so much
> stuff is missing!). By the way, Anders Norlander has a new/alternate set 
> of headers/libs for win32api that may be of interest. Search the mailing 
> list for messages from Anders.

Interesting; I'll check Anders' stuff out.

Your statement on licensing restrictions raises the question that I've
wondered all along: How does this project avoid violating any copyright
laws or licensing agreements?  As for windowsx, I removed all the macro
calls from my code last night.  Turns out that windowsx isn't all that
helpful if you're only working with Win32, IMHO.

> That means you're picking up cygwin <ctype.h> instead of the mingw
> one. Are you compiling with -mno-cygwin as well? Check the include
> paths searched with `gcc -v' and also the actual headers referenced
> using `gcc -H'. If all else fails, just get the egcs 1.1 distrib for
> mingw32.

I'm using -mno-cygwin.  Changed my code to include <mingw32/ctype.h>.
Works well.

Thanks for the help,

Mark

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
