[fpc-pascal] RE: Minimal telnet server

2013-12-05 Thread Hartmut Eilers
Hallo Mark, I have a minimal telnet server in my Projekt OpenMSR. Information about OpenMSR on the webpage at www.openmsr.org. The source is hosted at sf. If you check it out you find the telnet server in the directory DeviceServer. Check the code in DeviceServer.pas for usage. Kind regards Hartm

[fpc-pascal] Re: fpc-pascal Digest, Vol 71, Issue 50

2010-05-20 Thread Hartmut Eilers
csout); >>                        reset(ccsin); >>                        rewrite(ccsout); >>                        process_request; > > You can probably get the same effect by using overlapped i/o on the > file and one of the wait functions, like WaitForSingleObject. &

[fpc-pascal] RE: Comedi Lib Header translation, was: h2pas enum error

2010-05-20 Thread Hartmut Eilers
ion is not recognized by the compiler, hmmm. Could anybody lend me a hand with the translation of the comedi header files ? Any hints are highly appreciated. Are there other tools I can use ? Hints on other docs / examples ? Thanks in advance for your help Hartmut -- Hartmut Eilers

[fpc-pascal] Crosscompile FPC

2010-05-20 Thread Hartmut Eilers
d a lot of other docs, but I found no solution. How can I build the compiler to "crosscompile" to Linux i386 on Linux i386 ? And how can I build a crosscompiler running on Linux i386 compiling for Linux X64 ? Could anybody help me getting on track again ? Thanks for your help Hartmut -- Hartmut Eilers http://www.openmsr.org/http://www.eilers.net ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

[fpc-pascal] portable SelectText replacement

2010-05-20 Thread Hartmut Eilers
csout); reset(ccsin); rewrite(ccsout); process_request; Thanks for your help Hartmut -- Hartmut Eilers http://www.openmsr.org/http://www.eilers.net ___

[fpc-pascal] Comedi Lib Header translation, was: h2pas enum error

2010-05-05 Thread Hartmut Eilers
9 else 500 return 0xb + pfi_channel; 501 } Could anybody help me, is the inline the problem ? Sorry but I have nearly no expirience in this. Thank you Hartmut -- Hartmut Eilers http://www.openmsr.org

[fpc-pascal] h2pas enum error

2010-05-05 Thread Hartmut Eilers
comedi_set_global_oor_behavior(enum comedi_oor_behavior behavior); It seems that h2pas translates the rest of the lib without problems. can anybody give me directions how to translate this enum to pascal ? Thanks for your help Hartmut -- Hartmut Eilers http://www.openmsr.org

[fpc-pascal] Re: Comedi hardware support

2010-04-01 Thread Hartmut Eilers
Thanks, for your answers, I try my best and come back Hartmut -- Hartmut Eilers Dorffer Str. 53 http://www.eilers.net 52076 Aachen 01522/1656914 ___ fpc-pascal maillist

[fpc-pascal] Comedi hardware support

2010-03-31 Thread Hartmut Eilers
c headerfile with its structures to freepascal. Is there anybody out who can help me to translate the header file into a unit ? Is somebody else working on that ? Thanks for your help Hartmut -- Hartmut Eilers http://www.openmsr.org

Re: [fpc-pascal] Linking Problems while cross compiling for arm

2009-12-14 Thread Hartmut Eilers
> Date: Wed, 9 Dec 2009 10:19:52 + > From: Henry Vermaak > Subject: Re: [fpc-pascal] Linking Problems while cross compiling for >        arm > To: FPC-Pascal users discussions > Message-ID: >         > Content-Type: text/plain; charset=ISO-8859-1 > > 2009/12/9 Marco van de Voort : >> In our p

[fpc-pascal] Re: Linking Problems while cross compiling for arm

2009-12-08 Thread Hartmut Eilers
Hallo, >> The toolchain I use is from free electron an embedded company which >> uses this toolchain to build kernels for the USB9263. From my point of >> view it must be possible to link against this toolchain. > > It's apparently "free electrons", not free electron. And they > distribute a bunch

[fpc-pascal] Re: Linking Problems while cross compiling for arm

2009-12-08 Thread Hartmut Eilers
@Marco I recompiled the crosscompiler with the OPT ... parameter the result is the same, linker complains that he couldn't find libdl @Dariusz I added lib to the Xr Param with no effort ubu...@kubuntu904:~/OpenLabTools/DeviceServer$ ls /usr/local/xtools/arm-unknown-linux-uclibc/arm-unknown-linux

Re: [fpc-pascal] Linking Problems while cross compiling for arm

2009-12-07 Thread Hartmut Eilers
Hallo List, thanks for your first and fast response. According to the suggestions from Marco and Jonas I try it this way: ubu...@kubuntu904:~/OpenLabTools/DeviceServer$ /usr/local/bin/ppcrossarm -CfFPA -dUSB92 -CaARMEB -CpARMV5 -darm -dFPC_ARMEL -gl -Fu../webserver -Fu../PhysMach -Fu../divLibs/

[fpc-pascal] Linking Problems while cross compiling for arm

2009-12-07 Thread Hartmut Eilers
Hallo List, I try to crosscompile one of my projects to the arm based USB9263 from Calao Systems (http://www.calao-systems.com/articles.php?lng=en&pg=5932) I get the following linking error: ubu...@kubuntu904:~/OpenLabTools/DeviceServer$ /usr/local/bin/ppcrossarm -CfFPA -dUSB92 -CaARMEB -CpARMV

[fpc-pascal] Video4Linux access

2009-10-12 Thread Hartmut Eilers
Hi Everybody, I need video4linux support for my new project. I tried vfp unit I found in the contribute units website. But it seems very outdated. Itried all things menitioned in the forum, but I'm not able to get the things up. the code is hard to read and I found not one comment line :( Thanks

[fpc-pascal] Crosscompiled ARM program crashes with segfault

2009-08-26 Thread Hartmut Eilers
ocess 1403 detached Can anybody give me hints how to tackle down this problem ? Thanks a lot for your help regards Hartmut -- Hartmut Eilers                           Dorffer Str. 53                           http://www.eilers.net 52076 Aachen                           01522/1656914