On Mon, Sep 25, 2006 at 02:09:11PM +0530, Rakesh Rao wrote: > I am trying to connect to a C DLL and it appears that there is a limit of 31 > characters in the > name of the DLL function? Is there any setting or variable to over-ride this > limit and use > longer named DLL functions. In this particular DLL that I have, most > functions are named 31 > characters or longer. Is there an easier option for me other than to rename > and recompile the > entire function library?
if you use the 'Alias' clause in your DLL function declarations does that get around this problem? _______________________________________________ MapInfo-L mailing list [email protected] http://www.directionsmag.com/mailman/listinfo/mapinfo-l
