External C++ Development

Mark Wieder mwieder at ahsoftware.net
Mon Sep 27 12:07:57 EDT 2004


K-

Not sure if this answers the question you're asking, but there's no
problem using C++ in your external code. The only constraint is that
you have to disable name mangling on the exposed functions (and, of
course, pay attention to when you're calling your constructors and
destructors, but that's one of the dangers of any C++ dll).

-- 
-Mark Wieder
 mwieder at ahsoftware.net



More information about the use-livecode mailing list