Call upon FOP within a c++ application

2002-11-29 Thread Amit Bhatnagar
Is it possible to call upon FOP with a c++ application? The FAQ mentions how to intrgrate it within a java app, but I am not too sure what to do in this case. If it isn't possible, is my only alternative to make a system call and execute the FOP.bat? thanks for your help. amit.

Re: Call upon FOP within a c++ application

2002-11-29 Thread Bertrand Delacretaz
On Friday 29 November 2002 01:43, Amit Bhatnagar wrote: Is it possible to call upon FOP with a c++ application? Should be possible using JNI, the Java Native Interface (info at java.sun.com). If it isn't possible, is my only alternative to make a system call and execute the FOP.bat? You

AW: Call upon FOP within a c++ application

2002-11-29 Thread Mirko Sertic
- Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 29. November 2002 08:05 An: [EMAIL PROTECTED] Betreff: Re: Call upon FOP within a c++ application On Friday 29 November 2002 01:43, Amit Bhatnagar wrote: Is it possible to call upon FOP with a c++ application? Should