Andi (And ADS Linux users):

 

In your new ace32.c  "GetProcAddress" approach, there's a MessageBox call:

 

         char __szError[256];

         sprintf( __szError, "Cannot find function address: %s", szFuncName
);

         MessageBox( NULL, __szError, szFuncName, MB_ICONSTOP );

         return NULL;

 

We've been trying to remove all Windows UI from the lib (Such as the
adsShowError calls)

as they cause trouble for some users.  Shouldn't this be throwing an error
instead,

and let the user decide how the error should be displayed?

 

Also, I'm confused since I don't use Linux at all.

What happens for people who ARE using Linux?  Is there some other file than
the

windows ace32.dll involved?  In which case isn't going down this road a
problem

in supporting different platforms?

 

Thanks,

 

--

Brian Hays

 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
xHarbour-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to