Re: [fpc-pascal] string comparison with strcomp

2005-04-11 Thread Marc Santhoff
Am Mo, den 11.04.2005 schrieb Matthias Hryniszak um 18:06: > > Do you use that one with fpc? The source looks rather Delphi/Kylix'ish. > > Nope, but I guess you can find there the solution for it. Just get the > GNUGetText.pas and look for changes made in version 1.2. Since this version > GNUGetTe

Re: [fpc-pascal] Tips on building OLEServer calls

2005-04-11 Thread Michael Van Canneyt
On Mon, 11 Apr 2005, Mark, Joseph Sweeney wrote: > Thanks for the quick response. > I did read somewhere Jedi and FPC could do this together. > Do you know anything about this? Unfortunately not, it's been years since I looked at Jedi. AFAIK they're not very FPC minded. Michael. _

Re: [fpc-pascal] string comparison with strcomp

2005-04-11 Thread Matthias Hryniszak
Do you use that one with fpc? The source looks rather Delphi/Kylix'ish. Nope, but I guess you can find there the solution for it. Just get the GNUGetText.pas and look for changes made in version 1.2. Since this version GNUGetText supports UTF8 strings in strids. On the other hand I missed the possi

Re: [fpc-pascal] Tips on building OLEServer calls

2005-04-11 Thread Mark, Joseph Sweeney
Thanks for the quick response. I did read somewhere Jedi and FPC could do this together. Do you know anything about this? Cheers Mark From: Michael Van Canneyt <[EMAIL PROTECTED]> Reply-To: FPC-Pascal users discussions To: FPC-Pascal users discussions Subject: Re: [fpc-pascal] Tips on building OL

Re: [fpc-pascal] Tips on building OLEServer calls

2005-04-11 Thread Michael Van Canneyt
On Mon, 11 Apr 2005, Mark, Joseph Sweeney wrote: Hello there, I'm trying to use FPC to compile and build an application that includes an COM type library. This type library was generated through Borland Delphi 7. When doing this through FPC it asks for OleServer, which then uses the TDispId class.

[fpc-pascal] Tips on building OLEServer calls

2005-04-11 Thread Mark, Joseph Sweeney
Hello there, I'm trying to use FPC to compile and build an application that includes an COM type library. This type library was generated through Borland Delphi 7. When doing this through FPC it asks for OleServer, which then uses the TDispId class. Do you know if FPC can use OleServer, or

Re: [fpc-pascal] string comparison with strcomp

2005-04-11 Thread Marc Santhoff
Am So, den 10.04.2005 schrieb Marc Santhoff um 01:00: > > I reported this a long time ago, and got an answer like: gettext doesn't > > accept source strings in UTF-8. > > Ah, I see. This inspired me to do some further tests and I found a > solution that is more acceptable than doing what I don't w

Re: [fpc-pascal] string comparison with strcomp

2005-04-11 Thread Marc Santhoff
Trying again, third time the server was blacklisted ... Hi Matthias, Am So, den 10.04.2005 schrieb Matthias Hryniszak um 17:06: > You might look at the GNUGetText for Delphi - they have solved the problem > of non-english source identifiers. Thanks for your hint. Do you use that one with fpc?