Jon- Monday, June 6, 2005, 4:37:42 AM, you wrote:
J> I have no interest in writing DLLs for every platform. The whole reason J> I am trying to learn Rev is to avoid this! <g> I figured as much... J> Delphi can create DLLs. If it worked on the Mac, I wouldn't be here at J> all. Delphi (Kylix) already runs on Linux... Right, but the hard part is creating the *right* DLLs. You have to set your linker preferences to allow mixed-case exports, support C parameter passing (calling function cleans up the stack), and prevent the compiler from adding an underline prefix to exports. Can Delphi come up with this combination? J> that allowed one to force small parts of the code to be optimized. Such J> a facility in Rev would be very powerful. Not trivial, and perhaps not J> even possible, but powerful. ...but... that's the whole point of external libraries in rev... -- -Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution
