Hi all,

I've use MinGW to compile the mitab libraries and test programs. 

The libraries and test programs *seem* to work OK, but I dont get any
return values. So, if I call mitab_c_open() like this:

   MitabHandle = mitab_c_open ("test.mid");
   if (NULL == MitabHandle)
   {
      fprintf (stderr, "ERROR: mitab_c_open(%s) f
      goto CLEANUP;
   }

Everything is OK if "test.mid" exists. But if "test.mid" does not
exist then my program does not even get as far as the 'if' statement.
I just does not seem to return from the call.

Could this be something to do with the error handling in mitab or is
it a MinGW problem?

I've downloaded the precompiled DLL and I'm just going to get it into
a form that MinGW can use. I'll report back when I learn something.

In the meantime, all and any help appreciated.

Cheers,
Derek.





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/dkFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/mitab/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to