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

2009-03-16 Thread Henrik Genssen
I took the files from: http://svn.freepascal.org/svn/fpc/trunk/packages/winunits-base/src/ -- Hinnack >reply to message: >date: 16.03.2009 21:24:51 >from: "Felipe Monteiro de Carvalho" >to: "FPC-Pascal users discussions" >subject: Re: [fpc-pascal] ActiveX COM OLE2 on WinCE Arm > >On Mon, Mar 16

Re: [fpc-pascal] DirectX applications crash

2009-03-16 Thread dmitry boyarintsev
Hello, if FPC interfaces are working the same that Delphi interfaces do, then you should NEVER call ._Release() explicitly This is (calling _Release()) done my the compiler implicitly: * if variable is no longer available (exiting the function local variable interfaces are released) * if variable

[fpc-pascal] DirectX applications crash

2009-03-16 Thread Felipe Monteiro de Carvalho
Hello, I've always had a problem with using COM with Free Pascal. If I release the interfaces, then the application crashes without reason somewhere unrelated with the code to do the actual release. In the following example I used the DirectX units from clootie: http://www.clootie.ru/fpc/index.ht

[fpc-pascal] ACPI WakeUp

2009-03-16 Thread Milan Marusinec
Hello, Does anybody have pascal source for programatical WakeUp in standby mode through ACPI interfaces ? -- Milan Marusinec http://www.CrossGL.com ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinf

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

2009-03-16 Thread Felipe Monteiro de Carvalho
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 Monteiro de Carvalho ___

Re: [fpc-pascal] Windows find out if an application already is running

2009-03-16 Thread Fantomas
Hello, Rainer! Sunday, March 15, 2009, 10:22:04 PM, you wrote: > I tried system.hprevinst, but this shows always 0. > If there are more copys of the program then hinstance is always the same > value. hPrevInst does not work under Win32. It is only for Win16, AFAIK. Use a named mutex, as it was

Re: [fpc-pascal] fpdoc search engine progress

2009-03-16 Thread Vincent Snijders
is like the one you made. You can download the latest version from ftp://ftp.hu.freepascal.org/pub/lazarus/fpc-lazarus-doc-chm-20090316.tar.bz2 Vincent ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] fpdoc search engine progress

2009-03-16 Thread leledumbo
> For off line search, using the chm output and a chm viewer would be good enough, > don't you think? Yes, but I haven't seen the chm output in a while. Has it been able to generate a TOC like the one I made (based on directory structure)? You may get it http://www.esnips.com/doc/914356c7-2aa2-

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

2009-03-16 Thread Henrik Genssen
I was using lazarus-0.9.26-fpc-2.2.2-win32.exe. After updateing those files from SVN TRUNC, everything seems to work. should'nt those file be copied to C:\lazarus\fpc\2.2.2\source\packages\winceunits\src or can I use all units from C:\lazarus\fpc\2.2.2\source\packages\winunits-base\src on wince,

Re: [fpc-pascal] Documentation and posts suggestions [LONG]

2009-03-16 Thread Michael Van Canneyt
On Sun, 15 Mar 2009, Francisco Reyes wrote: > Tomas Hajny writes: > > > I'm not sure if Francisco meant the Reference Guide or possibly some > > examples appearing in the other documents; > > I was looking specifically about the rtl pdf. > > > >if it's the latter, a more concrete example wou

Re: [fpc-pascal] Documentation and posts suggestions [LONG]

2009-03-16 Thread Michael Van Canneyt
On Sun, 15 Mar 2009, Tomas Hajny wrote: > > > * In cases were some code needs a particular mode other than the default > > > mode > > > we can include which mode is needed. > > > > There is no need for this: Classes and exception handling always need mode > > objfpc > > or Delphi. Regular fu

Re: [fpc-pascal] fpdoc search engine progress

2009-03-16 Thread Graeme Geldenhuys
On Mon, Mar 16, 2009 at 10:36 AM, Vincent Snijders wrote: > > For off line search, using the chm output and a chm viewer would be good > enough, don't you think? Umm, I haven't tried the new chm feature of fpdoc yet. I'll try this shortly. :) Regards, - Graeme -

Re: [fpc-pascal] fpdoc search engine progress

2009-03-16 Thread Vincent Snijders
leledumbo schreef: How's the progress of adding search engine to fpdoc? Either Graeme's work with Tipue and someone else's with Ioda. For off line search, using the chm output and a chm viewer would be good enough, don't you think? Vincent ___ fpc-

Re: [fpc-pascal] fpdoc search engine progress

2009-03-16 Thread Michael Van Canneyt
On Sun, 15 Mar 2009, leledumbo wrote: > > How's the progress of adding search engine to fpdoc? Either Graeme's work > with Tipue and someone else's with Ioda. There is none. I don't think tipue is a viable solution; Only ioda qualifies IMHO. Michael. __

Re: [fpc-pascal] fpdoc search engine progress

2009-03-16 Thread Graeme Geldenhuys
On Mon, Mar 16, 2009 at 6:14 AM, leledumbo wrote: > > How's the progress of adding search engine to fpdoc? Either Graeme's work > with Tipue and someone else's with Ioda. I managed to get tiOPF's documentation searchable with Tipue, but with anything as large as FPC's FCL or RTL it will not suff