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
1
vote
1answer
23 views
How parse JSON from string in Lazarus 1.x
Lazarus is not my favorite dev tool :)
i have a string with json data, how i can parse it, and output specified key,value?
use ...., fpJSON, JSONParser;
...
var jsonstring:string;
...
2
votes
1answer
133 views
Free Pascal 2.6.2 error with TThread constructor
The Free Pascal 2.6.2 compiler (using Delphi mode) complained about
program project16416258;
{$mode Delphi}
uses
Classes;
type
TFPCTestThread = class(TThread)
public
constructor ...
0
votes
3answers
59 views
Creating smallest DLL file
I have created a DLL file (library) with one assembler function. This file is 75kB size. How to make this file smaller? Like I suspect, there is an automatically included System unit. Can I exclude ...
0
votes
0answers
53 views
Match a Regular Expression by simple 2 cases:
I'm trying to use a Regex Pattern in FPC (Free Pascal) - more here: http://wiki.freepascal.org/IDE_regular_expressions
HOWEVER! I can't determine how to match the first occurrence (if any) of a 3or4 ...
0
votes
1answer
21 views
Crash in pthread_specific() on Mac OS X
I'm getting a crash in pthread_specific() on OS X Lion using a 32-bit server application written with FPC and Indy 10 on Mac OS X. I'm finding it very hard to track down the cause. The crash occurs ...
1
vote
2answers
64 views
loop through ip address pascal
In Freepascal, how can I loop through a range of IP addresses?
Any units that do ip specific stuff that might handle this? I've tried one called inetaux, but it's flawed and doesn't work.
0
votes
1answer
58 views
How do I get Magento to serve up the cached version of the page when I have unique URL parameters?
It's a simple question with no answer in search(google/bing/stackoverflow). The answer of course could be complicated.
I've read a couple articles on FPC within Magento, and have yet to really nail ...
3
votes
1answer
336 views
How accurate is SQRT function in Delphi and Free Pascal?
SQRT is implemented as a FPU function on 80-bit float value in Delphi XE; not sure how it is implemented in 64-bit compilers. Floating point functions are known to be approximate.
Can I assume that ...
1
vote
0answers
53 views
Virtual Keyboard Bug on iOS6 (using FPC)
I have a problem with the Virtual Keyboard which only occurs on iOS 6.
I have a UITextField which I use to catch keyboard imput from the Virtual
Keyboard, but on iOS 6 it only shows once, after the ...
0
votes
1answer
150 views
How to create project file in Free Pascal IDE?
I'm started to learn Free Pascal and stick to the simple yet important question: is it possible to create project in console Free Pascal IDE?
How could I compile two units into one program?
I've ...
6
votes
6answers
291 views
Delphi: What are the advantages of using System.New() instead of a local variable, other than just spare a tiny amount of memory?
Let's go back to the basics. Frankly, I have never used New and Dispose functions before. However, after I read the New() documentation and the included examples on the Embarcadero Technologies's ...
1
vote
1answer
110 views
Console application never returns when ran with TProcess
I am using Windows Server 2008 and I want to get the DNS Server. So I tought that the fastest way should be executing ipconfig and then parsing it's output using TProcess.
I have came up with this ...
-2
votes
3answers
160 views
System() function in Pascal?
I need the functionality of C++ function "System()" in my Pascal program.
Is there any possible way of using it or sth similar?
For example I want to imitate the C++ function:
System("COLOR fc");
1
vote
2answers
119 views
How can I use complex types referencing generic type
Consider the following types
type
TRecs = array[0..100000] of TRec;
PRecs = ^TRecs;
TRecObject = class
private
fRecs: PRecs;
public
constructor Create;
property Recs: PRecs ...
1
vote
2answers
83 views
What is the standard practice of organizing programs in files in Pascal?
I want to know how source file trees are organized in Pascal.
From the Language Reference Guide from FPC, it seems that programs and units must be entirely contained in single files (unless the ...
0
votes
1answer
126 views
Lazarus Pascal / Delphi - Error connecting to database
I'm trying to connect to my postgresql database using Lazarus pascal. I get this error towards the end of compilation (F9).
mainform.pas(112,35) Error: Wrong number of parameters specified for
...
0
votes
2answers
125 views
Unicode in fpc doesn't work [closed]
Hi I'm Romanian and I can't write Unicode in Free Pascal Compiler. I try to write ș,î,â,ă,ț
and it doesn't work. I tried with dos windows changed fonts, tried chcp. I even made a batch file which ...
2
votes
1answer
646 views
Why does gdb think my x86-64 program is i386? [closed]
I am attempting to debug a 64-bit program but gdb seems to think it has an i386 architecture.
# file /usr/local/bin/foo
/usr/local/bin/foo: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), ...
0
votes
1answer
387 views
Windows CE Programming Serial Port - Getting Garbled Output
I am programming a Windows CE 6 device (Motorola MC3100 scanner Terminal). Using Lazarus FPC to compile it.
After 3 weeks work I reluctantly post here in the hope someone can suggest why I am getting ...
0
votes
0answers
81 views
Can't download file from the server with FPC on iOS
Tell me please, what I do wrong? I try to download file to documents direcoroty and then read some content from it.
{$IFDEF FPC}
function getFile :NSString;
begin
...
3
votes
2answers
154 views
Scoped unit names in FPC
Is it possible to port Delphi unit with a scoped name like MyLib.Classes.pas to FPC (ver 2.6.0) without renaming it to remove the scope prefix MyLib.?
0
votes
0answers
153 views
Need your help. Firemonkey iOS Apps
Could you help me with testing please? I have Windows 7 and VMware with Mac OS X Lion. In my program I just write text to txt file then read text from it and show it in Label. On Win 7 it works but on ...
4
votes
1answer
459 views
Free Pascal for Android on MIPS
Trying to port a Delphi library to Android. Free Pascal has Android/ARM support - a prebuilt compiler for Windows is available. However, Android NDK now supports MIPS and x86 as well. What's the ...
-3
votes
1answer
94 views
Development on iPhone with FPC [closed]
Tell me please where can I get iPhoneAll.pas file? Also could you tell me where can I find something about how can I use FPC to develop on iPhone, to use iPhone API? I've found several sites but it's ...
0
votes
1answer
229 views
Programming on iOS with FPC
Tell me please where can I get information about developing on iOS with FPC? I don't mean Firemonkey iOS Applications. How can I get access to iPhone enviroment with FPC? For example to GPS or ...
0
votes
1answer
105 views
GetTypeData().FloatType in FPC in a mvframework don't compile
In the http://leonardorame.blogspot.com.ar/2009_11_01_archive.html link discusses how to implement a framework compatible with FPC, but the line 54 of the unit MvFrameworkSrvProvider.pas, I can not ...
0
votes
1answer
132 views
(Lua+iOS) Error to use lua_pushstring
==============
Info Develope:
MacOS 10.6 SnowLeopard
iOS SDK 5.0
FreePascal 2.6.0 for MacOS X
FreePascal 2.6.0 for iOS
XCode 4.2
Device: iPad
Lua: Object library = liblua.a (ver 5.14)
==============
...
0
votes
2answers
307 views
Check if memory is readable or why do it not catches the exception?
I have this code that gets called from an injected DLL from a foreign process. It sould read some memory ranges but I sometimes get a segmentation fault at this line DataBuffer := TCharPointer(Address ...
0
votes
2answers
270 views
Hang on SomeObject.Free. Check if object is already free in FPC?
if if have an object (in my case TJSONData) and I want to free this object the programm flow sometimes hangs at this position. I already have a construct like the following in my code but it seems to ...
5
votes
2answers
662 views
Does Freepascal really use *far* less memory than gcc
The language shootout benchmarks at http://alioth.debian.org/ indicate that FPC programs use about 1/50th of the memory that comparable programs using g++ use. Do these benchmarks unintentionally ...
1
vote
1answer
279 views
Cannot modify params in EnumWindows callback
I try to get the main window handle using following code in Lazarus (Free Pascal):
function FindMainWindow(Pid: LongWord): LongWord;
type
TParam = record
Window: HWnd;
Test: Integer;
...
2
votes
0answers
124 views
How to read a bundled file from an iOS app using Delphi/Freepascal
I have a *.txt file bundled in my iOS app and need to read its content.
I already found this Objective-C code:
NSString *myFilePath = [[NSBundle mainBundle]
pathForResource:@"MyFile"
...
0
votes
3answers
364 views
What is the best way to develop a multi-user web frontend for a Delphi / FPC client/server solution? [closed]
I need to develop a web frontend for my Delphi/FPC client/server solution. The solution is a database app that displays grids and allows users to search and update data using a client software. The ...
1
vote
0answers
61 views
Registering required units on adding a component onto a form fails under Lazarus
Lazarus 0.9.30.4
I am developing a component that requires several units to be added into the unit uses clause when the component is dropped onto a form.
From this article I discovered the way ...
0
votes
1answer
489 views
How to create custom MAPI dll to capture extended MAPI api calls
I've got a legacy application that calls outlook using extended MAPI to send out emails. Outlook is quite unstable, doesnt run as a service and can't handle a lot of emails so I am searching for a way ...
1
vote
1answer
86 views
How to obtain the config folder/file across platforms under Free Pascal/Lazarus?
Is there a set of functions that give you the file and/or the folder where to place an application's config?
I would like it to return the folder only and/or the file only on the appropriate place ...
3
votes
4answers
844 views
Type Checking In Pascal
I'm just wondering how it's possible to do type checking in pascal? I have been searching for hours now but I haven't been able to find anything useful.
Example:
var
number: Integer;
begin
...
0
votes
1answer
129 views
Freepascal, Indy SVN trunk version, nothing received by PHP client when transfering XML, until removing encoding conversion
I have written a server daemon (Linux, Ubuntu) which communicates with PHP as frontend layer.
Recently, i updated both FPC and the Indy library to its FPC 2.6.0 and Indy to the trunk version (before ...
3
votes
3answers
1k views
Reading a file in FreePascal
I have a text file with specified structure, namely (for each line): char, space, char, space, double value, endline. For instance
q w 1.23
e r 4.56
t y 7.89
What is the proper way to "extract" ...
2
votes
0answers
63 views
Programaticaly triggering the privileges dialog under a Lazarus application on Ubuntu
I want to ease my father's task of installing some software that I'm developing for him.
For this I'm using Lazarus and I would like to know if there is and API to raize the privilege escalation ...
1
vote
1answer
260 views
Dealing with Unity's Global Menu and Overlay Scrollbars under Free Pascal/Lazarus
I've had some problems under the IDE that were fixed with unsettings and disabling Global menu and the Overlay Scrollbars.
I've reported the problem in Lazarus' Mantis: #0021465, #0021467.
There is ...
2
votes
1answer
235 views
Installing package without IDE on Lazarus from command line
I am trying to automate installing of my package to IDE from the command line using (this) article.
When using IDE the package is installed correctly and my components appear on Lazarus palette.
To ...
6
votes
2answers
366 views
How to inform Free Pascal Compiler to set Locale ID for the compiled application
In Delphi there is an option VersionInfo->Language->Locale ID when viewing project properties.
I was wandering how to set such property for a program being compiled under Free Pascal.
Any solution is ...
7
votes
2answers
768 views
Simple Delphi 3d functions
Could anyone help me with examples of some bare-bone, old school 3d methods in Delphi? Not using openGL or firemonkey or any external library (vanilla canvas coding). What i want to do is to be able ...
0
votes
2answers
103 views
Can TStringList.Sort return sorted indexes?
Using TStringList.Sort to sort a collection of strings in free pascal, I need to remember the initial order. Is there a possibility to return the sorted indexes?
If not, how can this be done ...
5
votes
2answers
456 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
3answers
2k 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
109 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 ...
4
votes
1answer
2k 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 ...
26
votes
3answers
2k 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 ...
