[fpc-pascal] C++ > C wrapper callback > Pascal

2005-07-25 Thread Urbansound
Hi List, I'm probably over my head on this one and some of the FPC forum entries talk about limited functionality toward C++, but here goes. A Windows pascal application is recieving data from a C++, VisC API, which is set up as a class, and a conventional C wrapper, attempting to exte

RE: [fpc-pascal] Freepascal and good usage of TStringList

2005-07-25 Thread Jean-Marc Chourot
dear Mariano, OH.. many thanks... How stupid I was ! I feel better now ! JM -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] la part de Mariano Envoyé : lundi 25 juillet 2005 20:11 À : 'FPC-Pascal users discussions' Objet : RE: [fpc-pascal] Freepascal and good usage of

Re: [fpc-pascal] RE: Exporting pointers to classes or objects

2005-07-25 Thread Marc Santhoff
Am Montag, den 25.07.2005, 13:29 -0500 schrieb Jeff Pohlmeyer: > > Since it's not online at Borlands website any more (from somewhen in 1998) > Is this it ? > http://info.borland.com/borlandcpp/papers/bc360/ Yes, that's the one I was talking about. Marc

[fpc-pascal] RE: Exporting pointers to classes or objects

2005-07-25 Thread Jeff Pohlmeyer
> Since it's not online at Borlands website any more (from somewhen in 1998) Is this it ? http://info.borland.com/borlandcpp/papers/bc360/ ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: [fpc-pascal] Freepascal and good usage of TStringList

2005-07-25 Thread Mariano
Well... :-P i'm not good too... but i think that the problems is: List0 and List1 are pointers to an TStringList Object... so, the right sentence must be: List0 := TStringList.Create; List1 := TStringList.create; intead List0.create; List1.create; ".Create" are a class method that give a point

Re: [fpc-pascal] Freepascal and good usage of TStringList

2005-07-25 Thread Martin Smat
Jean-Marc Chourot wrote: Dear All, Could any one help me debug the little piece of code thereafter ? I get a SIGSEGV.. and I don't know why (OK.. i am not that good). Thanks for your help. JM * Program TestStringList; Uses CLasses; var TheStringList:TStringList; P

[fpc-pascal] Freepascal and good usage of TStringList

2005-07-25 Thread Jean-Marc Chourot
Dear All, Could any one help me debug the little piece of code thereafter ? I get a SIGSEGV.. and I don't know why (OK.. i am not that good). Thanks for your help. JM * Program TestStringList; Uses CLasses; var TheStringList:TStringList; Procedure PopulateList(var

Re: [fpc-pascal] FPC and CD-ROMs

2005-07-25 Thread John Coppens
On Mon, 25 Jul 2005 17:14:02 +0300 Alexey Pavluchenko <[EMAIL PROTECTED]> wrote: > Hello Pianoman, > > Monday, July 25, 2005, 1:35:21 PM, you wrote: > > P> Hi everyone. I have one simple question : How can i eject/close > P> certain CD-ROM drive? I write Certain because I ave more than one so >

Re: [fpc-pascal] FPC and CD-ROMs

2005-07-25 Thread Alexey Pavluchenko
Hello Pianoman, Monday, July 25, 2005, 1:35:21 PM, you wrote: P> Hi everyone. I have one simple question : How can i eject/close certain P> CD-ROM drive? I write Certain because I ave more than one so I have to P> specify which. P> Is there some API call to do this? I searched the help files but

[fpc-pascal] FPC and CD-ROMs

2005-07-25 Thread Pianoman
Hi everyone. I have one simple question : How can i eject/close certain CD-ROM drive? I write Certain because I ave more than one so I have to specify which. Is there some API call to do this? I searched the help files but I didn't found very much about it. Thanx for response Pianoman- Original

Re: [fpc-pascal] String to Unicode?

2005-07-25 Thread Thomas Zastrow
John Coppens wrote: On Sat, 23 Jul 2005 17:00:15 +0200 Thomas Zastrow <[EMAIL PROTECTED]> wrote: Hi there, I'm producing some XML-Output with a FPC-program. The problem is that there are special charakters like < and > in the content of some tags, also some german special charakters whic