Re: [Lazarus] Compiler errors

2017-05-12 Thread Steve Gatenby via Lazarus



On 05/12/2017 10:20 PM, Péter Gábor via Lazarus wrote:

Take a look at "View / Messages" windows where in the last few lines you
will see the cause. For example missing libraries or such.

Use the context menu of Messages window to filter (show or hide) some
kind of messages

2017-05-12 11:30 keltezéssel, Steve Gatenby via Lazarus írta:

I am compiling my project in i386 mode (on an x64 system)

I receive the following error (abridged) related to cross compiling as
works ok as 64bit compile

Compile Project, Mode: Lin-Intel-32, CPU: i386, Target: LxAazLMA: Exit
code 256, Errors: 1, Warnings: 55, Hints: 204
Error: Error while linking

Are there any logs created by Laz/fpc that would help find what is
missing / wrong with my cross compile load ?

Thanks - SteveG




Thanks Peter -
the total info available in the msgs window is

Exit code 256, Errors: 1
Error: Error while linking

Hoping to to find a log file from the linker as to what it was trying to 
do - still looking

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] TEdit appears empty when text is too long

2017-05-12 Thread Denis Kozlov via Lazarus

Thanks. This seems to confirm my theory.


On 12/05/2017 11:15, Alexey via Lazarus wrote:
I only say that ATBinHex component cannot draw too long lines (by 
DrawTextW? TextOutW?) when API takes more than 4K chars (fixed to 
using only small cnt of chars).



On 12.05.2017 02:10, Denis Kozlov via Lazarus wrote:
width of entire text content, as opposed to just the small visible part. 




--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Compiler errors

2017-05-12 Thread Péter Gábor via Lazarus
Take a look at "View / Messages" windows where in the last few lines you
will see the cause. For example missing libraries or such.

Use the context menu of Messages window to filter (show or hide) some
kind of messages

2017-05-12 11:30 keltezéssel, Steve Gatenby via Lazarus írta:
> I am compiling my project in i386 mode (on an x64 system)
> 
> I receive the following error (abridged) related to cross compiling as
> works ok as 64bit compile
> 
> Compile Project, Mode: Lin-Intel-32, CPU: i386, Target: LxAazLMA: Exit
> code 256, Errors: 1, Warnings: 55, Hints: 204
> Error: Error while linking
> 
> Are there any logs created by Laz/fpc that would help find what is
> missing / wrong with my cross compile load ?
> 
> Thanks - SteveG

-- 
Péter Gábor
p...@freemail.hu

-- 
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] TEdit appears empty when text is too long

2017-05-12 Thread Alexey via Lazarus
I only say that ATBinHex component cannot draw too long lines (by 
DrawTextW? TextOutW?) when API takes more than 4K chars (fixed to using 
only small cnt of chars).



On 12.05.2017 02:10, Denis Kozlov via Lazarus wrote:
width of entire text content, as opposed to just the small visible part. 


--
Regards,
Alexey

--
___
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus