Re: [fpc-devel] TProcess empty parameter

2015-05-06 Thread Michael Van Canneyt
On Sat, 2 May 2015, Alfred wrote: Hello to all. While working on fpcup, I did encounter the following problem. Fpcup has modules that implement automatic download and install of packages. One of these modules is indy. Indy has a svn server that needs a username. No password is needed. Howev

[fpc-devel] avr: Cannot link example project

2015-05-06 Thread Anton Kavalenka
Dear FPC-All! I've tried to compile hello-world-through-UART example (in attacment) for Atmega128 and got the following: /usr/local/lib/fpc/3.1.1/ppcrossavr a.pas -WpATMEGA128 -alĀ Free Pascal Compiler version 3.1.1 [2015/05/05] for avrCopyright (c) 1993-2015 by Florian Klaempfl and othersTarget

[fpc-devel] TProcess empty parameter

2015-05-06 Thread Alfred
Thanks for your answer ! To be honest, I do not know exactly what to do to solve this problem. If I look at the source of TProcess, a lot of thing are done with the parameters. The parameters are parsed into a list. And again converted into a PCharList. And some info is lost during these conv