Not sure, but in my experience when you get a "parse error before ..." in gcc, it means that theres something that wasn't #defined or declared there. I would look and see what the token before LOADED_IMAGE is and see if it is defined somewhere - I bet it isn't.
Kelly ----- Original Message ----- From: "Steven Edwards" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 18, 2003 8:54 PM Subject: Parse error when trying to build imagehlp with the w32api headers > Does anyone have any idea as to what is going on here. I dont really see why mingw has a problem. > > access.c: In function `ImageUnload': > access.c:204: parse error before "LOADED_IMAGE" > access.c:210: parse error before "LOADED_IMAGE" > make1: *** [access.o] Error 1 > > Thanks > Steven > > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free, easy-to-use web site design software > http://sitebuilder.yahoo.com >
