I\'m stucked with a problem with Mono Interop in Linux. I have a native shared library (made in Lazarus) that I need to use in a C# assembly. The shared library is used by a Mono C# assemblie on Windo
I\'m building a program that needs to on Form_Create, populate a TListView called FileList, the directory that I want to populate is where the compiled program is + 开发者_Go百科\\Files, as I never us
I\'m now building a developers editor using Lazarus and as every good developers editor, it n开发者_JAVA百科eeds to have a syntax highlighting, because of this that I want to know some things:
I am porting a Delphi application to FPC/Lazarus and this application shows info in splash screen. When unit has initialization section then this initialization section calls something like:
I have a project on Lazarus that have two Forms, FormMain and OutputForm. I want to show a output on OutputMemo at the second Form with this code:
I\'m developing a program using Lazarus, that execute gcc: var AProcess: TProcess; begin if SaveDialog1.Execute then
I have a project on Lazarus that I want to compile a source using gcc, for this I ha开发者_高级运维ve a TOpenDialog called OpenDialog1 and a TProcess called AProcess.
I have a console application written in Free Pascal, that like most larger applications sometimes crashes. As this application is live, I usually ask people to write me down the stack-trace on crash -
Is there a step-by-step guide about how to install the Indy 10 components in Lazarus? I have checked out the last snv s开发者_运维问答napshot at https://svn.atozed.com:444/svn/Indy10
I am using Synapse for Delphi, but when during HTTP downloads, of course, the GUI freezes.Looking at the documentation, they suggest using the OnHeartbeat method.