Re: [fpc-pascal] MSEide+MSEgui 2.8 for FPC 2.6.0

2012-01-13 Thread Rainer Stratmann
Am Friday 13 January 2012 06:58:53 schrieb Martin Schreiber:
 Hi,

 MSEide+MSEgui 2.8 for FPC 2.6.0 has been released:

 http://sourceforge.net/projects/mseide-msegui/

 Martin
 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal

You can not go to xxx with the cursor in your editor.
You can only go to the end of a line.
Can you fix that?

begin
 for x := 1 to 10 do 
  writeln;
 end; xxx
end;
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] installing FPC 2.6.0 on OS/2

2012-01-13 Thread waldo kitty


i've a problem with os2260full... i bit the bullet and wiped my old os2 2.4.0(?? 
or 2.4.2???) install... now none of my projects compile... they complain about 
Error: Can't call the assembler, error -1 switching to external assembling...


in downloaded os2260full.zip, transferred it to the os/2 box, unzipped it into a 
/tmp directory and then ran the install tool... after an hour or so, i came back 
and it was complete... then i tried to compile one of my projects and ran into 
the above error...


HELP!!

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] installing FPC 2.6.0 on OS/2

2012-01-13 Thread Tomas Hajny
On Fri, January 13, 2012 11:27, waldo kitty wrote:

 i've a problem with os2260full... i bit the bullet and wiped my old os2
 2.4.0(??
 or 2.4.2???) install... now none of my projects compile... they complain
 about
 Error: Can't call the assembler, error -1 switching to external
 assembling...

 in downloaded os2260full.zip, transferred it to the os/2 box, unzipped it
 into a
 /tmp directory and then ran the install tool... after an hour or so, i
 came back
 and it was complete... then i tried to compile one of my projects and ran
 into
 the above error...

 HELP!!

This should be easy to fix (FAQ item, in fact ;-) ). Nevertheless, in
order to determine the reason, please do the following:

1) Compile with the -s parameter, run the created ppas.cmd and check the
error message displayed when trying to run GNU AS from this command file.

2) Check your PATH and LIBPATH (especially the latter) settings to contain
a reference to the DLL directory in your FPC installation.

Tomas


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] MSEide+MSEgui 2.8 for FPC 2.6.0

2012-01-13 Thread Martin Schreiber
Am Friday 13 January 2012 11.22:52 schrieb Rainer Stratmann:

 You can not go to xxx with the cursor in your editor.
 You can only go to the end of a line.
 Can you fix that?

 begin
  for x := 1 to 10 do
   writeln;
  end; xxx
 end;

MSEide editor works with proportional fonts so that behavour is not feasible. 
Please enter the necessary space characters by pressing the space bar.

Martin
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] MSEide+MSEgui 2.8 for FPC 2.6.0

2012-01-13 Thread Rainer Stratmann
Am Friday 13 January 2012 12:13:17 schrieb Martin Schreiber:
 Am Friday 13 January 2012 11.22:52 schrieb Rainer Stratmann:
  You can not go to xxx with the cursor in your editor.
  You can only go to the end of a line.
  Can you fix that?
 
  begin
   for x := 1 to 10 do
writeln;
   end; xxx
  end;

 MSEide editor works with proportional fonts
But also with non proportional fonts, like usual editors for software.
Programming is not DTP.
 so that behavour is not 
 feasible.
You can switch off this feature when a proportional font is used.
I bed most people will use non proportional fonts then.
 Please enter the necessary space characters by pressing the space 
 bar.
No.
Rainer

 Martin
 ___
 fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-pascal


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] installing FPC 2.6.0 on OS/2

2012-01-13 Thread waldo kitty

On 1/13/2012 05:40, Tomas Hajny wrote:

On Fri, January 13, 2012 11:27, waldo kitty wrote:


i've a problem with os2260full... i bit the bullet and wiped my old os2
2.4.0(?? or 2.4.2???) install... now none of my projects compile... they
complain about Error: Can't call the assembler, error -1 switching to
external assembling...

in downloaded os2260full.zip, transferred it to the os/2 box, unzipped it
into a /tmp directory and then ran the install tool... after an hour or
so, i came back and it was complete... then i tried to compile one of my
projects and ran into the above error...

HELP!!


This should be easy to fix (FAQ item, in fact ;-) ).


really? i haven't found a FAQ document that covered this... at least nothing 
that was in your face with this specific problem... but maybe i don't know 
where to look :/



Nevertheless, in order to determine the reason, please do the following:

1) Compile with the -s parameter, run the created ppas.cmd and check the
error message displayed when trying to run GNU AS from this command file.


compile what? my project? how is that done? i'm only running fp to load my 
source code and then hitting F9 or ALT-F9 to compile... i don't know how to do 
it any other way :/  [never mind, see below]



2) Check your PATH and LIBPATH (especially the latter) settings to contain
a reference to the DLL directory in your FPC installation.


ahhh... now /THIS/ might be the ticket... when the install completed, there was 
a box on the screen that said to make sure that the PATH and LIBPATH contained 
the proper text and it specifically said what that text should be... so i 
dutifully copy'n'pasted it into the editor i had config.sys opened in... saved 
and closed everything and rebooted...


when i looked at it just now, the LIBPATH is set to h:\fp\2.6.0\bin\dll when it 
should have been set to h:\fp\2.6.0\dll... i had noted this difference when i 
made the edit because it should have been a simple modification of the existing 
2.4.2 entries...


[time passes]

ok, have fixed the LIBPATH and rebooted... it takes a bit (~5 minutes) for the 
thing to come back up with all of its services and such ready to go and be at 
the point of ready for someone to interact with it... OK, so now it gets 
further... the error now is Error: Error while linking...


[time passes]

ok, i figured out how to compile with -s and then i ran the ppas.cmd file... it 
apparently has completed successfully... i do have a bright shiny new exe 
file... now to figure out what's wrong with the normal way that fp does it as 
compared to the way fpc is doing it...

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] installing FPC 2.6.0 on OS/2

2012-01-13 Thread Tomas Hajny
On Fri, January 13, 2012 16:48, waldo kitty wrote:
 On 1/13/2012 05:40, Tomas Hajny wrote:
 On Fri, January 13, 2012 11:27, waldo kitty wrote:

 i've a problem with os2260full... i bit the bullet and wiped my old os2
 2.4.0(?? or 2.4.2???) install... now none of my projects compile...
 they
 complain about Error: Can't call the assembler, error -1 switching to
 external assembling...
 .
 .
 This should be easy to fix (FAQ item, in fact ;-) ).

 really? i haven't found a FAQ document that covered this... at least
 nothing
 that was in your face with this specific problem... but maybe i don't
 know
 where to look :/

http://www.freepascal.org/faq.var#os2-as-failing (also available as
h:\fp\2.6.0\doc\faq.htm on your machine now ;-) ).


 Nevertheless, in order to determine the reason, please do the following:
 .
 .
 2) Check your PATH and LIBPATH (especially the latter) settings to
 contain
 a reference to the DLL directory in your FPC installation.

 ahhh... now /THIS/ might be the ticket... when the install completed,
 there was
 a box on the screen that said to make sure that the PATH and LIBPATH
 contained
 the proper text and it specifically said what that text should be... so i
 dutifully copy'n'pasted it into the editor i had config.sys opened in...
 saved
 and closed everything and rebooted...

 when i looked at it just now, the LIBPATH is set to h:\fp\2.6.0\bin\dll
 when it
 should have been set to h:\fp\2.6.0\dll... i had noted this difference
 when i
 made the edit because it should have been a simple modification of the
 existing
 2.4.2 entries...

Strange. Looking at the installer sources, I don't understand how it could
behave that way. I'll recheck it and let you know the results.

 .
 .
 the point of ready for someone to interact with it... OK, so now it gets
 further... the error now is Error: Error while linking...

 [time passes]

 ok, i figured out how to compile with -s and then i ran the ppas.cmd
 file... it
 apparently has completed successfully... i do have a bright shiny new exe
 file... now to figure out what's wrong with the normal way that fp does it
 as
 compared to the way fpc is doing it...

You may want to check the differences between fp.ini and fpc.cfg. Also, if
you have an OS/2 version of the tool 'which' (available e.g. from
http://silk.apana.org.au/utils.html or as an internal command within 4OS2
shell if you use that one), you might want to check a possible difference
in path returned for 'which as' and 'which ld'.

Tomas


___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Postscriptcanvas

2012-01-13 Thread David Copeland
Hi,

Is it possible to use the PostScriptCanvas unit in a non-gui program?

Thanks,
Dave.




___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


[fpc-pascal] Advanced Records - Why not available by default?

2012-01-13 Thread Daniel Gaspary
Any special reason to Advanced Records be available only in Delphi Mode ?
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] Advanced Records - Why not available by default?

2012-01-13 Thread Jonas Maebe

On 13 Jan 2012, at 23:41, Daniel Gaspary wrote:

 Any special reason to Advanced Records be available only in Delphi Mode ?

You can always enable them in other modes via {$modeswitch andvancedrecords}


Jonas
___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal] installing FPC 2.6.0 on OS/2

2012-01-13 Thread Tomas Hajny
On 13 Jan 12, at 18:24, Tomas Hajny wrote:
 On Fri, January 13, 2012 16:48, waldo kitty wrote:
  On 1/13/2012 05:40, Tomas Hajny wrote:
  On Fri, January 13, 2012 11:27, waldo kitty wrote:
 .
 .
  when i looked at it just now, the LIBPATH is set to h:\fp\2.6.0\bin\dll
  when it
  should have been set to h:\fp\2.6.0\dll... i had noted this difference
  when i
  made the edit because it should have been a simple modification of the
  existing
  2.4.2 entries...
 
 Strange. Looking at the installer sources, I don't understand how it could
 behave that way. I'll recheck it and let you know the results.
 .
 .

Unfortunately, there's a bug in the installer indeed resulting in 
suggesting a wrong directory setting for LIBPATH. :-(

The problem only exists for people not having the respective 
libraries in LIBPATH from some other activities. I fixed the problem 
and uploaded a fixed installer to the FPC FTP server (but you 
obviously don't need to use it any longer since the only error was a 
wrong text in the message box and you already have the right version 
set in your CONFIG.SYS file).

Sorry for the troubles and thanks for notifying me about the issue

Tomas

___
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal