lazarus
DLLImport crash in Mono (linux): icall_wrapper_mono_marshal_free
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[详细]
2022-12-16 04:44 分类:问答Listing Files On Directory On a TListView
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[详细]
2022-12-16 04:31 分类:问答How Is Syntax Highlighting Built?
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:[详细]
2022-12-16 01:07 分类:问答Problem with Splash Screen in Lazarus app
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:[详细]
2022-12-15 23:26 分类:问答Use Controls Of Another Form
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:[详细]
2022-12-15 12:01 分类:问答Output Of a Process
I\'m developing a program using Lazarus, that execute gcc: var AProcess: TProcess; begin if SaveDialog1.Execute then[详细]
2022-12-15 11:41 分类:问答TOpenDialog And Spaces
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.[详细]
2022-12-14 20:15 分类:问答Catching stack-trace in Free Pascal
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 -[详细]
2022-12-14 19:56 分类:问答Install the latest build of Indy 10 on Lazarus
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[详细]
2022-12-13 19:44 分类:问答Does anyone have a good example of how to use Synapse's Heartbeat function?
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.[详细]
2022-12-13 05:58 分类:问答