4
votes
2answers
445 views
Is there a Dependency Injection Framework for Delphi or Free Pascal?
For some of my Delphi / Free Pascal projects I consider using Dependency Injection.
Are there already implementations available (or in development) which provide some basic DI (IoC …
2
votes
1answer
103 views
Bluetooth on Lazarus/FreePascal on Mac OS X
Has anyone used Bluetooth on Mac OS X with Lazarus or FreePascal? There is a bluetooth unit, but it currently only supports Linux.
Information about existing unit:
http://wiki.fr …
1
vote
4answers
93 views
TIdHTTP in Indy 10
I used to use Indy back in the Delphi 6 days, and I am playing with Indy 10 now. What I want to do is incredibly simple, but I don't see a simple way of doing it, so I must be mis …
0
votes
4answers
192 views
Compile linux program from mac OS X with FreePascal
I want to build a command-line tool in FPC for run in a Suse 9.
This is a production server and is hard get aproved to install anything apart this tool.
I code on Leopard and won …
1
vote
2answers
42 views
pascal string to date
Can someone tell me what's wrong with this piece of code:
ShortDateFormat := 'dd/mm/yyyy';
j:=StrToDate('05/05/1999');
I keep getting
An unhandled exception occurred at $00000 …
0
votes
1answer
34 views
How to use TProcess to start ssh
Hi.
I need to make a graphic interface in Lazarus from which I run miscelaneous commands on 12 remote computer nodes. Some of these commands never exit/return (for example I also …
2
votes
2answers
196 views
Where can I find a good Delphi or Object Pascal implementation for a circular buffer
My main purpose is to have a generic data buffer that I can use for transfers.
I'm thinking of something along the lines of what XCopy did.
Is there something already made out th …
0
votes
0answers
37 views
How to connect to a Linux server via SSH? [closed]
Hi.
I need to work (run/edit/delete files) with 12 Linux computer nodes in a cluster. Usually I use SSH to connect to those nodes.
How can I do this from Lazarus? I have tried the …
0
votes
0answers
58 views
free pascal, tdbgrid, get current row
Hi all!
I'm new to free pascal and lazarus stuff and i wonder how can i get row data (for example id column) from selected row in tbgrid?
1
vote
1answer
168 views
Is there a central FreePascal/Lazarus Component repository?
I'm looking to find something like Torry but instead of being Delphi centric, it should be Lazarus centric.
I'm aware of the Source Forge Project Code and Component Repository but …
0
votes
2answers
405 views
Time Zone code translation from Windows to Linux in FreePascal
I have this code that works in FreePascal under Windows and need to translate it to Linux but I'm completely lost on the Time Zone Bias value:
function DateTimeToInternetTime(cons …
2
votes
6answers
316 views
Most common docblock for Delphi and/or FreePascal code
I'm quite familiar with PHP dockblocks since it's been my job for the last 15+ years.
/**
* Description
*
* @tag bla bla
* @tag more bla bla
*/
What I'm trying to unde …
1
vote
2answers
146 views
Unit Tests/TDD options that can be used for Delphi and FreePascal
I know of the existence of DUnit for Delphi win32.
What I'm after is a library that works both on Delphi AND FreePascal.
If that is not possible at all, I would really appreciate …
0
votes
2answers
60 views
Find $HOME or Windows equivalent with FreePascal
My purpose is to deploy user configuration files under:
$HOME/.appname for Unix/Linux.
\Documents and Settings\(user)\Application Data\AppName for Windows.
What are the API's o …
0
votes
2answers
64 views
Detect enter/exit session under KDE/Gnome with FreePascal
I'm asking this question after I got a very good answer to: How do I detect the 2 states of “Switch User” in Windows
My intention is to find out if the Switch User under KDE/Gnome …
