Hans Ydelm wrote: > Luckily I found RR and I can now develop simple Windows and Linux > GUI's with the click of a button :-) What I do find is that the > interface to other languages and application is not that strong. > The open process and shell commands seems to be a bit temperamental > on windows (at least on my 1.1 version). What I would like is to > develop my application in plain C and my GUI's in RR. For this > I would need to be able to call C routines from a shared > object in RR which I believe is not possible(?)
Rev supports extensibility through externals, code modules that can be written in C and plugged in to provide additional functionality. I couldn't find the example in the Rev installation, but there's one included in the MetaCard package at: <http://www.metacard.com/get.html> -- Richard Gaskin Fourth World Media Corporation Developer of WebMerge 2.2: Publish any database on any site ___________________________________________________________ [EMAIL PROTECTED] http://www.FourthWorld.com Tel: 323-225-3717 AIM: FourthWorldInc _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
