Tagged Questions

2
votes
3answers
237 views

How do I make the Lazarus IDE look and work like Delphi 2007 or newer?

I've begun working with using Lazarus to make some simple utilities for my own use on Ubuntu 9.10. I know many people like the modular Delphi 7 layout, but I hate it. I find it ann …
2
votes
4answers
195 views

How to deploy Python to Windows users?

I'm soon to launch a beta app and this have the option to create custom integration scripts on Python. The app will target Mac OS X and Windows, and my problem is with Windows whe …
0
votes
0answers
35 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 …
2
votes
8answers
600 views

What would be the best solution for my Delphi apps on Linux - Delphi+Wine or Lazarus?

I need to make my Delphi solutions available on Linux and I have tested them on both Wine and Lazarus. What are the technical considerations I should take into account (Programming …
0
votes
1answer
141 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 …
3
votes
4answers
364 views

Handheld Development, Lazarus or Turbo Delphi.Net

I begin to program some handheld program as hobby, right now i currently have knowledge on Blackberry App (Java), Symbian S60 (PyS60) and J2ME Something that i wanna learn was Win …
0
votes
1answer
206 views

[LAZARUS] Access Remote SQL Server Database on WinCE programming

I'm programming using Lazarus (Freepascal IDE, Delphi Like), and i have a problem when i need to connect into a remote SQL Server database on the network. My question: Is there …
0
votes
0answers
51 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?
0
votes
1answer
153 views

Lazarus component for Multimedia manipulation and WinCE compatible

Hi! I would just like to know if there are Multimedia components for Lazarus and is compatible with WinCE platform. I tried the ACS(Audio Component Suite)but it gives an error when …
1
vote
2answers
243 views

Is this Algorithm for lock-free fifo queue management any good?

I just found this: http://www.emadar.com/fpc/lockfree.htm at first glance it looks fine. Is anybody using it? Or maybe somebody already looked at it and found it unusable?
0
votes
3answers
320 views

Porting Windows demo apps to WinCE/XP Embedded

We have a range of PC demonstration programs for our microcontroller products. The programs typically connect to a USB HID chip on the microcontroller board. The USB chip acts a …
2
votes
5answers
634 views

How can I perform the equivalent of shellexecute() in Lazarus for a Mac?

How can I perform the equivalent of shellexecute() in Lazarus for a Mac?
2
votes
8answers
134 views

Visual-small size language

I need to develop a simple Windows application with 6 or 7 forms. Its main purpose is to manage files and launch a external program. These are my wishes, in descending importance …
0
votes
2answers
130 views

Faulty fonts on Lazarus

I've recently installed FPC 2.2.2 and Lazarus 0.9.6 on my Acer Aspire One, so I can cross-compile some apps and to my dismay, the fonts for the menus all are little squares. Has a …
0
votes
1answer
181 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 …