RE: [fpc-pascal] support for using an activex

2011-05-23 Thread Henrik Genssen
it depends. Active-X / COM objects with no window can be created using: CreateOleObject() function Active-X / OLE objects do not work as far as I remember regards Henrik >reply to message: >date: 23.05.2011 12:23:35 >from: "Roberto Padovani" >to: "FPC-Pascal users discussions" >subject: [fpc-

[fpc-pascal] visual ActiveX controls on windows

2010-11-18 Thread Henrik Genssen
Hi, can someone clarify, what is the status of the usage of visual activex controls with freepascal? regards Henrik ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

RE: Re: [fpc-pascal] XML-RPC and SOAP parsers

2009-11-04 Thread Henrik Genssen
Hi, I have written a TRAC client in lazarus / FPC that uses XML RPC to contact TRAC. It is base on INDY10 when using Lazarus / FPC. see: http://code.google.com/p/tracker-for-trac/ -- Hinnack >> Hello, >> >> Are there any parsers for SOAP and XML-RPC (and works in Linux) that >> written in pu

RE: Re: [fpc-pascal] someone using indy10 (tiburon)?

2009-10-27 Thread Henrik Genssen
ussions" >subject: Re: [fpc-pascal] someone using indy10 (tiburon)? > >Hinnack -- > >Do you think the Indy team would welcome some assistance with the MacOS >version of Indy 10. I am def ineterested in Indy 10 >on MacOS (Snow Leopard) > >Prince > >On Sat, Oct 24

RE: Re: [fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-25 Thread Henrik Genssen
Hi Jonas, if I use plain -g I get: [TCmdLineDebugger] Debug PID: 15860 TGDBMIDebugger.ProcessResult Error: ,msg="No symbol table is loaded. Use the \"file\" command." [Debugger] Running GDB version: Apple version gdb-437 [TDebugger.SetFileName] "/Users/hg/Downloads/@compiled/simple.app" [TMainID

RE: Re: [fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-25 Thread Henrik Genssen
Hi JoshyFun, yes, I am writeing debug information. I tried: -g -Xg and both with no success the output send earlier was made using both options. -- Hinnack >This message seems showing that no debug information was found in the >executable file: > >TGDBMIDebugger.ProcessResult Error: ,msg="No sy

[fpc-pascal] can not debug on macosx 10.4 ppc

2009-10-24 Thread Henrik Genssen
Hi, I am trying to debug an application on my old ppc mac running macosx 10.4.11 with lazarus from trunc. On debugging the app starts, but it does not accept breakpoints... The console-output is the following: [TCmdLineDebugger] Debug PID: 14010 TGDBMIDebugger.ProcessResult Error: ,msg="No symbo

[fpc-pascal] someone using indy10 (tiburon)?

2009-10-24 Thread Henrik Genssen
Hi, the indy people seem only to support/work on the Tuburon branch. For me it works on windows. But I have no luck on MACOSX! seems to be a problem with lib-iconv - but the only one on the indy-mailing-list (Remy Lebeau) claims to have no FPC at all... So my question is: is there actually someo

RE: Re: [fpc-pascal] INDY 10 for FPC

2009-09-03 Thread Henrik Genssen
ator. Stop. >" > >In short I did not find a way to even compile the latest Indy source for >FPC/Lazarus from their SVN. > >Maybe someone more knowledgeable could make a try at it and suggest some >steps that work. >As of now, only the old 2007 10.2.0.3 FPC only,

RE: [fpc-pascal] linking errors under OS X

2009-07-28 Thread Henrik Genssen
the -dev packages come with X-Code although you have to install X11 itself. It should be all on the DVD or you can download the apple website for free - although you need a free ADC account. -- Hinnack >reply to message: >date: 29.07.2009 08:27:20 >from: "Graeme Geldenhuys" >to: "FPC-Pascal use

[fpc-pascal] cocoa usage

2009-07-24 Thread Henrik Genssen
HI, I am trying to get into cocoa... using lazarus from svn TRUNK I get some files in lcl/units/i386-darwin/cocoa a lazarus wiki page says get all stuff from lazarus-cc at sf: http://wiki.lazarus.freepascal.org/Cocoa_Interface http://wiki.lazarus.freepascal.org/PasCocoa#Subversion now I have du

[fpc-pascal] ICONV status

2009-07-23 Thread Henrik Genssen
hi, can someone point out, how complete lconvencoding.pas is and a note on usage (what else is needed) and wich platforms it covers? -- Hinnack ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fp

RE: RE: Re: [fpc-pascal] XML with lazarus UTF8 problem

2009-07-06 Thread Henrik Genssen
UTF8 problem > >Moin Hinnack, > >Am Montag, den 06.07.2009, 11:28 +0200 schrieb Henrik Genssen: >> using UTF8Encode / UTF8Decode does not make any change >> I used that already - even leaving it out does not work. > >I have used that routines for using XML files encoded

RE: Re: [fpc-pascal] XML with lazarus UTF8 problem

2009-07-06 Thread Henrik Genssen
scal] XML with lazarus UTF8 problem > >Henrik Genssen raše: >> Hi, >> >> I am using DOM and XMLRead units for parsing XML files. >> The XML file is UTF-8. The text-nodes in the file contain german umlaute. >> The file is valid XML! >> >> When it try

RE: Re: [fpc-pascal] XML with lazarus UTF8 problem

2009-07-06 Thread Henrik Genssen
As I said, the file is valid XML. It parses well in: - Firefox - IE - libxml - msxml regards Hinnack >reply to message: >date: 06.07.2009 13:17:05 >from: "JoshyFun" >to: "FPC-Pascal users discussions" >subject: Re: [fpc-pascal] XML with lazarus UTF8 problem > >Hello FPC-Pascal, > >Monday, Jul

[fpc-pascal] XML with lazarus UTF8 problem

2009-07-06 Thread Henrik Genssen
Hi, I am using DOM and XMLRead units for parsing XML files. The XML file is UTF-8. The text-nodes in the file contain german umlaute. The file is valid XML! When it try to get the textnodes containing german umlaute, I get an empty string, although the length of the string seems to be correct.

[fpc-pascal] INDY 10 for FPC

2009-07-04 Thread Henrik Genssen
Hi, does someone know where to find a current indy port (or cvs / svn) for INDY10 for FPC / Lazarus? the link http://wiki.lazarus.freepascal.org/index.php/Indy_with_Lazarus points to a version 10.2.0.3 from 11/13/2007. or is this project dead? Hinnack __

[fpc-pascal] Height of Window Title Bar

2009-06-30 Thread Henrik Genssen
Hi, how do I determine the hight of a title bar of a form (where the caption goes as well as minimize, maximize btns, etc.) on WinCE? Hight and ClientHight are equal. regards Hinnack ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://

RE: Re: [fpc-pascal] Gecko / Firefox / XPCOM

2009-06-08 Thread Henrik Genssen
9 >from: "Flávio Etrusco" >to: "FPC-Pascal users discussions" >subject: Re: [fpc-pascal] Gecko / Firefox / XPCOM > >On Sun, May 24, 2009 at 9:30 AM, Jonas Maebe wrote: >> >> On 21 May 2009, at 22:34, Henrik Genssen wrote: >> >>> nsM

RE: Re: [fpc-pascal] Gecko / Firefox / XPCOM

2009-06-08 Thread Henrik Genssen
XPCOM > >On Thursday 21 May 2009 22:34:52 Henrik Genssen wrote: >> I am trying to use the gecko libs from >> http://sourceforge.net/projects/d-gecko with lazarus. > >in case you didn't know >http://lists.lazarus.freepascal.org/pipermail/qt/2009-May/001212.html &g

RE: Re: [fpc-pascal] Gecko / Firefox / XPCOM

2009-05-24 Thread Henrik Genssen
>> (...) >> nsMemory.pas(155,13) Warning: Some fields coming before "GetMem" weren't >> initialized >> nsMemory.pas(157,17) Warning: Some fields coming before "ReallocMem" weren't >> initialized >> nsMemory.pas(157,17) Error: Incompatible types: got "Realloc(Pointer, >> LongInt):^untyped" expect

[fpc-pascal] Gecko / Firefox / XPCOM

2009-05-21 Thread Henrik Genssen
Hi, I am trying to use the gecko libs from http://sourceforge.net/projects/d-gecko with lazarus. i get the following errors: Hint: Start of reading config file c:\lazarus\fpc\2.2.2\bin\i386-win32\fpc.cfg Hint: End of reading config file c:\lazarus\fpc\2.2.2\bin\i386-win32\fpc.cfg Free Pascal Com

RE: Re: [fpc-pascal] WinCe 6.1

2009-05-12 Thread Henrik Genssen
>> building apps for WinCe 6.1 results in a warning on install, that it is >> build for an older version... >> What does it mean? >What is the exact warning? When does it happen? How do you 'install' >your application on WinCe? (You copy it to the device, normally?) Installing is not copying! >S

[fpc-pascal] WinCe 6.1

2009-05-12 Thread Henrik Genssen
Hi, building apps for WinCe 6.1 results in a warning on install, that it is build for an older version... What does it mean? Can I fix that? fpc 2.2.2 using crossfpc on windows via lazarus regards Hinnack -- Henrik Genssen media factory tel: +49 451 61 95 60 voip: i...@mediafactory.de oder

RE: Re: [fpc-pascal] ActiveX COM OLE2 on WinCE Arm

2009-03-16 Thread Henrik Genssen
OM OLE2 on WinCE Arm > >On Mon, Mar 16, 2009 at 6:35 AM, Henrik Genssen > wrote: >> I was using lazarus-0.9.26-fpc-2.2.2-win32.exe. >> After updateing those files from SVN TRUNC, everything seems to work. > >With svn trunc do you mean FPC 2.3.1 ? > >-- >Felipe Mon

RE: [fpc-pascal] ActiveX COM OLE2 on WinCE Arm

2009-03-16 Thread Henrik Genssen
wince, too? regards Hinnack >reply to message: >date: 14.03.2009 11:17:53 >from: "Henrik Genssen" >to: fpc-pascal@lists.freepascal.org >subject: [fpc-pascal] ActiveX COM OLE2 on WinCE Arm > >Hi, > >I wonder how to use CreateOLEObject on Wince. >per de

[fpc-pascal] ActiveX COM OLE2 on WinCE Arm

2009-03-14 Thread Henrik Genssen
Hi, I wonder how to use CreateOLEObject on Wince. per default ActiveX, comobj, comconst, ole2 are not available for Wince. Copying the files from: C:\lazarus\fpc\2.2.2\source\packages\winunits-base\src into my project it compiles well (and links well :-)) but starting the app on a M55 device