Hi Pradeep, Your new post seem to be unrelated to the old Re: post about intersection in ic_sets, so it would have been less confusing if you posted it as a new message rather than as a reply to the old one... I am also not really sure what you are asking exactly -- what exactly do you mean by 'load the data in eclipse clp'? The runtime stacks are used to store the 'state' of the running ECLiPSe program, and is not designed to be access externally. Program code compiled into ECLiPSe is stored in a heap, and this is also not designed to be accessed externally. This is the same as in other programming languages -- you should not try to access the running state of say a C program, or to try to access the code that is being run. If you want data in your ECLiPSe program to be used by some external party, you need to output that data, as in other programming languages. You can also directly send/receive data from a program written in another programming language via ECLiPSe's interface to these languages -- these are described in the Embedding and Interfacing manual, which is distributed with ECLiPSe, and also available here: http://eclipseclp.org/doc/embedding/embroot.html > I tried going through the code. Dint find any leads, Do you mean you read the ECLiPSe source code? This is not a good way to try and figure out how to program in ECLiPSe. On 10/06/2015 10:55, Pradeep Kiruvale wrote: > Hi Joachim, > > When I load the data in the eclipse clp it will store everything in a run > time/ stack. > > If I want to access the data from other storage system and then process it. > > How can I do that? > > I tried going through the code. Dint find any leads, can you please point > me how can I do that? > > Thanks & Regards, > Pradeep >Received on Wed Jun 17 2015 - 21:29:48 CEST
This archive was generated by hypermail 2.2.0 : Mon Jun 22 2015 - 06:13:12 CEST