[eclipse-clp-users] Forward of moderated message

From: <eclipse-users-bounces_at_...2...>
Date: Fri, 06 Jun 2008 11:14:14 +0100

attached mail follows:


Hi ,



Can anybody help me for

How to create the queues using eclipse C++ API

OR

How to map/write  to the queue created in the .pl file using C++ API

OR

Can any body suggest the C++ representation of the following java code.



/* Compile the CLP file*/

eclipse.compile(new File(path+"\\"+eclipseFileName));

          

/* Set up the java representation of the two (input and output) queue
streams*/

java_to_eclipse = eclipse.getToEclipseQueue("java_to_eclipse");

eclipse_to_java = eclipse.getFromEclipseQueue("eclipse_to_java");

        

/* Set up the two formatting streams*/

java_to_eclipse_formatted = new EXDROutputStream(java_to_eclipse);

eclipse_to_java_formatted = new EXDRInputStream(eclipse_to_java);



Thanks & Regards

Sadik



This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.
Any unauthorised review, use, disclosure, dissemination, forwarding, printing or copying of this email or any action taken in reliance on this e-mail is strictly
prohibited and may be unlawful.
Received on Fri Jun 06 2008 - 03:14:23 CEST

This archive was generated by hypermail 2.3.0 : Thu Feb 22 2024 - 18:13:19 CET