Tagged Questions

FPC ([Free Pascal Compiler][1]) is a 32/64-bit multi-architecture Object Pascal compiler with both Turbo Pascal, Apple Pascal and Delphi dialects. [1]: http://www.freepascal.org

learn more… | top users | synonyms

13
votes
3answers
298 views

List of Delphi language features and version in which they were introduced/deprecated

Before I begin, I would like to point out that I have honestly and genuinely searched repeatedly and exhaustively via Google for such a thing, and been unable to find one. I require (for a project ...
4
votes
1answer
152 views

How do I use CreateFile to access a physical disk?

I asked on the Lazarus programming forum how to open a physical disk. I want to allow the user to select physical disks from their system when they click a "Select Disk" button. There are some ...
3
votes
2answers
223 views

What would be involved in getting Free Pascal to compile into AVR, ATMega and Arduino?

Would it be too much of an effort to have FPC compile to the Arduino platform? I would really like to use Lazarus to do some "sketches".
3
votes
1answer
303 views

Execute code in the context of the main thread (Lazarus)

I have to execute some code in the context of the main thread. I am using Lazarus + FPC. I receive an event from a thread inside a DLL (shared library if on linux) and my callback function gets ...
3
votes
1answer
201 views

Where is the FPC/Lazarus community?

Calling all FreePascal and/or Lazarus big-shots!! Looking at the bulk of the questions tagged [FPC] or [Lazarus] we can find that it's Marco van de Voort that will answer most of them... But why? ...
3
votes
1answer
123 views

Active blogs about Lazarus and/or FPC

I'm getting really pissed with the whole direction that "Emborcadero" is taking and I'm really going to invest in FPC/Lazarus. Went to the Lazarus Documentation page and found the following blogs: ...
3
votes
1answer
466 views

Problem with WM_COMMAND on Lazarus/FPC

I have form with MainMenu and I want to intercept when the user selects a command item from a menu. This works in Delphi: type TForm1 = class(TForm) ... // Memo and MainMenu created protected ...
3
votes
2answers
468 views

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: ...
2
votes
1answer
96 views

Is there a command line interpreter for Free Pascal?

E.g., one I could use by adding a shebang to my Pascal files: #!/usr/bin/env fpi
2
votes
1answer
65 views

What would be a way to distribute a self installing package on Lazarus

I've seen the self installing executable for the Virtual String Tree for Delphi. I'm thinking of doing a similar thing for Lazarus/FreePascal, so my question is more like a call for a map or a list ...
2
votes
1answer
160 views

GlScene Mouse to point on TGLHeightField

I have a GLScene with a TGLHeightField with it points loaded from its OnGetHeight. What i'm trying to work out is what 3d point on the HeightField the mouse is currently over in the mousemove event. ...
2
votes
2answers
59 views

Can we use > (greater than) or < (lesser than) on compile conditionals with the version number on Free Pascal

I've seen conditional compile directives with expressions related to the version of the compile, but I'm unable to locate them again. How would I correctly write this in Free Pascal? program ...
2
votes
1answer
238 views

Is there a way to compile Free Pascal code to a Symbian OS .sis

We all know that Free Pascal can compile for the platforms that support Symbian OS, so is it possible to, painfully I must say, get a method to compile to the .sis format? Many thanks!!
2
votes
1answer
60 views

Where or How, can I hook my code to the Unix signals(SIGHUP mainly) on a TDaemonApplication?

After hitting the snag on the Apache module I've turned to a Daemon Application(TCustomDaemonApplication) that is also needed for my project. Once I realized that there were no obvious way to hook to ...
2
votes
1answer
123 views

Why is WPO(whole-program optimization) not doing any improvements in my program size? (FPC 2.4.0)

I use FPC 2.4.0 for WinXP(binary from the official page), also tryed with same version but compiled from source on my comp. I put something like this: ...
2
votes
1answer
244 views

fpcmake and Makefile.fpc, where can I get some training?

I've never used any of these, but they are listed on the main Free Pascal site and I would really like to get my hands on: Beginners guide, to get me started Advanced guide, to help me grow All ...
2
votes
3answers
364 views

GUI Only By Using FPC

I want to know how I can develop GUI applications(32 Bits) without using Delphi language(Object Pascsl), only by using FPC with Lazarus installed(Pascal). Thanks.
1
vote
2answers
88 views

Class Reference as Property

Google is useless for these sorts of searches, because you get hundreds of millions of results absolutely none of which relate to the specific question. The question is simply this: Is it possible ...
1
vote
0answers
62 views

Notepad++ + fpc compiler

How to combine Free Pascal compiler and NP++ (or maybe other editor, Vim, Geany, ...)? i.e. I want something like IDE: compiling, running from NP++, list of errors\warnings. I tried ...
1
vote
1answer
23 views

GetUserName under MacOSX with Lazarus FPC

i'm right now porting an application which was made for Window using Lazarus to MacOSX. I've a few WinAPI calls which i need to recode to make it work under Mac. Now i need to find out the user name ...
1
vote
1answer
91 views

iAd with Firemonkey?

I would like to know how (if?) I can put an iAd into an App created using Firemonkey. I have only been able to find one answer to this (in months of regular searching), which directed the poster to ...
1
vote
1answer
295 views

How can I get the Free Pascal Compiler xcode template to work with xcode 4

I'd love to start using Pascal again on the mac and fpc 2.4.2 comes with a template for xcode. However, that template was designed for an earlier version of xcode and and after I install it, I still ...
1
vote
2answers
273 views

Lazarus 0.9.30 trimmed menu entries

I'm using Lazarus 0.9.30 and in both the IDE and the sample applications the menu entries a trimmed: I can live with this in the IDE, but for the aplications is there something I can do? Adding ...
1
vote
1answer
178 views

How to avoid WSRegister* on a Free Pascal .dll/.so

I finally had success compiling a "blank" Apache module, but now I've hit a rather annoying snag. I want to communicate with a MongoDB server and I opted for the only lib around for ...
1
vote
2answers
125 views

Problem compiling a WebLaz project under Lazarus

My specs: OS: Ubuntu 10.04 LTS amd64 fpc: 2.4.0 lazarus: 0.9.28 I'm trying to compile a WebLaz project just by creating one and then compiling. Somehow the compiler gets all lost when determinig ...
1
vote
1answer
82 views

How can I compile a Lazarus Apache module to Apache 1.3, 2.0 and 2.2 selectively?

I've had a look at /etc/fpc.cfg and there is mention to some defines: FPCAPACHE_1_3 FPCAPACHE_2_0 Then in the fcl-web examples there is mention to: Apache1_3 The only one I've found is on the ...
1
vote
1answer
34 views

Where can I find the fpmake.pp framework source?

Hey guys, well Marco actually :) Where can I find the initial effort from the person who started fpmake.pp so I can pick up and/or continue. I'm about to get into a very complicated, in terms of ...
1
vote
1answer
234 views

How to create makefile for Lazarus projects?

After doing a light search on the Lazarus site I've come to the conclusion that this question has been asked some times but I haven't found an answer, so I'll ask my SO peers. Is there a a way to ...
1
vote
2answers
51 views

Help me with a solution for what could be solutioned by virtual static fields… in FPC

Hi I'm doing an event manager in Freepascal Each event is an object type TEvent (=object), each kind of event must derive from this class. Events are differentiated by an integer identificator, ...
1
vote
1answer
51 views

What was fpmake.pp used and is it still used?

I've used it once, not very well since I found hard to get by some decent examples/docs but it was a nice way of getting an environment done. Is it still a standard or as it been abandoned? Where ...
1
vote
1answer
622 views

Can anyone point me to a AMF library in either Delphi or FreePascal?

I've done a simple search on the usual suspects(Google Code, Source Forge, SO) but did not find any hints of a project for AMF or Flash/Flex remoting. Has anyone stumbled on a project of this nature? ...
1
vote
2answers
116 views

Is $apptype a Best Pratice Comment?

I just started using FPC to pratice more my old knowleadge of Pascal, but now for Linux, then I started seeing much this comment after the 'program' declaration: {$apptype console} But is this a ...
1
vote
2answers
489 views

Empty main form in GUI app converted from Delphi to Lazarus

I have converted my 2 GUI apps from Delphi to Lazarus. Both apps compile for Win32 platform, i386 and with GUI. Main form were converted using Lazarus tool and can be edited from IDE. But when I run ...
0
votes
2answers
52 views

Link Error: Undefined symbol: ___strtod

I am trying to static link lua into a FreePascal application. I have fixed all of the errors during the linking except this one. Undefined Symbol: __strtod All of the other Undefined Symbols I was ...
0
votes
0answers
19 views

Autoscroll on TRichView (lazarus)

Some hint to to make works a autoscroll in TRichView? I've try to use this: my_richview.Perform(EM_LINESCROLL, 0, my_richview.Lines.Count - 1); It doesn't work: unitmessage.pas(101,45) Error: ...
0
votes
0answers
37 views

XCode Command Line App and Free Pascal Compiler

I need to build a quick command line app on my mac using xcode and I want to use the free pascal compiler instead of the c/c++ in XCode how do I change XCode's settings to use this. (sorry if its a ...
0
votes
1answer
44 views

How To Detect Which OS Is Running The Program?

I'm building an application that might have some different tasks depending of the OS which is running it, so I want to know if there is any way to detect the OS and store it in a variable.
0
votes
3answers
131 views

Locate Lips on a Face in Android

I have a need to detect face in a photo. Generally the face will be covering 60% of the photo. Once face is detected I have to highlight the lips of the photo with a per-defined color which is Black. ...
0
votes
1answer
222 views

Delphi/FPC Code no longer compiles under XCode after update to XE2 Update 2

I have written an iOS app using Delphi XE2 (Firemonkey) to call a webservice. The code has stopped compiling since I applied Delphi XE2 Update 2 - (Previously I was using update 1). I have also ...
0
votes
2answers
65 views

Can Pascal units be compiled as executables?

I like my libraries to double as executables. The desired behavior is: $ ./scriptedmain Main: The meaning of life is: 42 $ ./test Test: The meaning of life is: 42 How can I: Get scriptedmain.p to ...
0
votes
2answers
111 views

Pascal isDir function

I want to make a program that lists files contained in a certain directory. I want to list the file and only the file, not the folders that is on this directory, too. How can I do this in Pascal? If ...
0
votes
2answers
148 views

Building mod_helloworld.lpr

Im trying to build the apache example of the mod_helloworld.lpr, C:\lazarus\components\fpweb\demo\helloworld\apache Lazarus 0.9.29 FPC Verion 2.4.3 SVN 27129 i386-win32 After Adding ...
0
votes
1answer
54 views

EBusError on assigning PageControl fpc/Lazaurs

I am trying to create dynamic TTabSheets for my program. Written in FPC/Lazarus being built for ARM/WinCE Everything works, including design time created tabsheets but the following code try Tab ...
0
votes
2answers
554 views

Win32 Mutex not waiting

I am creating an application that implements inter process communication. For this purpose I have set up a shared buffer, which seems to work fine. Now, I need a way for the data generating ...
0
votes
1answer
668 views

Linux linker flag -lXi not finding lib when compiling Lazarus code

After I solved my first problem I got into another one. Looks like I'm missing some kind of library, making the linker complain that the -lXi is not working. I've included most of the Xorg devel ...
-1
votes
1answer
220 views

Magento EE banners rotation with full page caching on

A brief description of what I do: - create 2 new test banners - add a Banner Rotator to a cms page, either using the Insert Widget button or via a XML update in the Design tab, selecting the 2 test ...