Bernard-

Friday, March 23, 2007, 8:32:25 AM, you wrote:

> I'm looking at how I would extend both Python and Rev apps with
> externals.  In both cases C is the assumed default, but I had thought
> it should be possible in principle to use FreePascal instead.

In principle, yes. How much control do you have over dll formatting in
FreePascal? My experience has been that Pascal compilers generate
uppercase exported symbols. You'll have to export mixed-case symbols
to work with rev's engine. And I believe, but I'm not sure, that
FreePascal allows you to set the calling protocol to stdcall rather
than the Pascal one (which I can't remember off the top of my head).
At any rate, it's documented in the sdk.

-- 
-Mark Wieder
 [EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to