[fpc-pascal] fpc-2.2.2.i386-win32 on XP: Can't find unit GL used by ... (2)

2009-04-13 Thread ferapac
Dear FPC, Please, disregard the previous message, since I was able to compile bounce successfully by customizing the OPTIONS\DIRECTORIES\units\etc... But now when I try to run this bounce program I get the meassage: exited with exitcode = 217

[fpc-pascal] Re: MacMode More Info / which compatibility mode and object class type to use with Mac OS X, XCode and Carbon

2009-04-13 Thread Pierre Paré
Thank for you answers and the links I did subscribe to the list but it seems I needed to complete the process with a confirmation. The FPC list and wiki servers are presently not responding ; my confirmation is bouncing back. I could read some answers with a news reader program but was not

[fpc-pascal] How I can install FPC IDE in MacOS

2009-04-13 Thread Adam Pahlevi
i don't understand how to do that, i search all my need in Internet, but they all refer to Lazarus. Is there FPC IDE that can run inside Mac OS X is there, how to install and compile or build or any stuff like that, that I may run? sorry for my bad english

[fpc-pascal] fpc-2.2.2.i386-win32 on XP: Can't find unit GL used by ...

2009-04-13 Thread ferapac
Dear FPC forum, I am a total novice to FPC. I am using fpc-2.2.2.i386-win32 on XP Compiling Bounce.pp I Get the message: Can't find unit GL used by bounce Please: Where do I go from here ? Thank you, ferapac -- View this message in context:

[fpc-pascal] Re: MacMode More Info / which compatibility mode and object class type to use with Mac OS X, XCode and Carbon

2009-04-13 Thread Tomas Hajny
On Sat, April 11, 2009 23:16, Pierre Paré wrote: Thank for you answers and the links I did subscribe to the list but it seems I needed to complete the process with a confirmation. The FPC list and wiki servers are presently not responding ; my confirmation is bouncing back. Please, try

[fpc-pascal] Credit Card validation unit

2009-04-13 Thread ik
Hello, I have created a credit card validation unit written in Pascal. At the moment you can find it (only) in the following address: http://github.com/ik5/credit-card-library/tree/ I hope that later this week I'll create an archive with a first beta release. Please also read the wiki:

[fpc-pascal] Executing external process that executes another one

2009-04-13 Thread leledumbo
(If somebody ever reads the same post in Lazarus forum, please re-read this one since there are some differences) I'm making another GUI for Octave (a MATLAB like programming language and environment) because the currently available ones are either buggy, memory consuming, or slow (or combination

[fpc-pascal] RE: fpc-2.2.2.i386-win32 on XP: Can't find unit GL used by ...

2009-04-13 Thread Guillermo Martínez Jiménez
From: Dear FPC forum, I am a total novice to FPC. I am using fpc-2.2.2.i386-win32 on XP Compiling Bounce.pp I Get the message: Can't find unit GL used by bounce Please: Where do I go from here ? Thank you, I'm not sure but may be the OpenGL are optional on Windows installer as in

Re: [fpc-pascal] Credit Card validation unit

2009-04-13 Thread Lee Jenkins
ik wrote: Hello, I have created a credit card validation unit written in Pascal. At the moment you can find it (only) in the following address: http://github.com/ik5/credit-card-library/tree/ I hope that later this week I'll create an archive with a first beta release. Please also read the

[fpc-pascal] Re: MacMode More Info / which compatibility mode and object class type to use with Mac OS X, XCode and Carbon

2009-04-13 Thread Richard Ward
On Apr 13, 2009, at 2:42 AM, Pierre Paré wrote: Thank for you answers and the links I did subscribe to the list but it seems I needed to complete the process with a confirmation. The FPC list and wiki servers are presently not responding ; my confirmation is bouncing back. I could read

Re: [fpc-pascal] Credit Card validation unit

2009-04-13 Thread ik
Most of the code will work with Delphi as well with some IFDEF changes. I do not have any Windows (or Delphi) to work with, so I use what I do have :) If you want to work with it and you fix non Delphi parts to work with it, then I will be glad if you will contribute back your changes. Ido

[fpc-pascal] Re: How I can install FPC IDE in MacOS

2009-04-13 Thread Richard Ward
Adam Pahlevi wrote: Is there FPC IDE that can run inside Mac OS X is there, how to install and compile or build or any stuff like that, that I may run? --- You just missed a few posts concerning beginning with FPC on the Mac. :) Check out the most recent archives for

Re: [fpc-pascal] fpc-2.2.2.i386-win32 on XP: Can't find unit GL used by ... (2)

2009-04-13 Thread ferapac
leledumbo wrote: Looks like there's an unhandled exception there. Add SysUtils to uses clause to see what the exception is, combine with -gl to see on which line it occurs. I added SysUtils to the uses clause, recompiled, re-run, and the message is the same: exited = 217 -- View this

[fpc-pascal] semaphores?

2009-04-13 Thread Seth Grover
Is there not a cross-platform semaphore API in Free Pascal? I planned on using the callbacks in TThreadManager as described in the docs (http://www.freepascal.org/docs-html/rtl/system/tthreadmanager.html), but to my dismay they aren't initialized for win32. Bug 11206, which has been marked as

[fpc-pascal] FPC / ARM / SheevaPort

2009-04-13 Thread Joe Donth
I am trying to compile Free Pascal for the SheevaPlug. I am getting an illegal instruction when I try to run the fpc program. I installed FPC from: ftp://ftp.freepascal.org/pub/fpc/dist/arm-linux-2.2.2/fpc-2.2.2.arm-linux.tar Any thoughts or suggestions? Thanks, ~Joe Donth My cpuinfo is:

[fpc-pascal] fpc-2.2.4.i386-win32 - Pixel format necessary capabilities

2009-04-13 Thread ferapac
I have (2) questions: 1. How to force FPC to trigger messages when compilation fails ? 2. When I run bounce.pp in DOS; how to solve the message: Pixel format with necessary capabilities not found. ferapac. -- View this message in context:

[fpc-pascal] How to use fpcmake

2009-04-13 Thread Guillermo Martínez Jiménez
Hi. I did read the documentation, I look for more information on the Internet and I've read some Makefile.fpc files on the FPC sources, but I can't create a Makefile.fpc file for my project. I can't understand most of the options and the project is pretty complex: it's a package that includes a