On Mon, 29 Oct 2012 09:43:01 -0500
Andrew Brunner wrote:
> After installing Lazarus 1.0.2 binaries I try to compile my project and get
>
> Fatal: Can't find unit pqconnection used by uDatabase
>
> If I click on the pqconnection unit CodeTools brings me right to the
> proper file.
>
> What can
On 2012-10-31 06:41:40 +0800, Paul Ishenin wrote:
> 31.10.12, 4:46, Alberto Narduzzi пишет:
> >>Hi, I'm wondering if there's a way to create an splash screen (a
> >>borderless window) with a drop shadow, I'm thinking of something like
> >>showing a PNG with shadow on screen, but without its backgro
On 2012-10-30 22:46:57 +0200, Alberto Narduzzi wrote:
> >Hi, I'm wondering if there's a way to create an splash screen (a
> >borderless window) with a drop shadow, I'm thinking of something like
> >showing a PNG with shadow on screen, but without its background window.
>
> maybe I miss something,
31.10.12, 4:46, Alberto Narduzzi пишет:
Hi, I'm wondering if there's a way to create an splash screen (a
borderless window) with a drop shadow, I'm thinking of something like
showing a PNG with shadow on screen, but without its background window.
maybe I miss something, but couldn't you just cr
Hi, I'm wondering if there's a way to create an splash screen (a
borderless window) with a drop shadow, I'm thinking of something like
showing a PNG with shadow on screen, but without its background window.
maybe I miss something, but couldn't you just create a PNG with only the
"shadow", alpha
SkyDiablo wrote:
YES, i think i got it!
okay, i was not sure over the hole time if my toolchain is the right
choise... but now, i know it, yes it is! i use this toolchain to
compiling a helloWorld c++ application and got the same error with fpc.
some time later, i get a response from my test-
YES, i think i got it!
okay, i was not sure over the hole time if my toolchain is the right
choise... but now, i know it, yes it is! i use this toolchain to
compiling a helloWorld c++ application and got the same error with fpc.
some time later, i get a response from my test-system:
FPU emul
> NOT solved: line 1685: if AEnabled and (Win32MajorVersion >= 5) then
> Win32MajorVersion is not known
It checks if it is WinXP or newer. My best guess would be to
substitute (Win32MajorVersion >= 5) with False for WinCE.
You can either substitute it for False or for True. I think that False
i
2012/10/30 Michael Schnell :
> On 10/30/2012 12:48 PM, Bernd wrote:
>>
>> * It is possible to attach to a local running desktop (only to the entire
>> Desktop as far as I know) but then the performance degrades heavily
>
> I don't see why this should be that way, but I would need to do further
> in
Hi All.
I'm testing last Indy release (10.5.9) with Lazarus.
The "indylaz.lpk" compiles OK for Win32 (did not install in IDE though)
I've made a test and it runs well so far.
Next step is to compile for WinCE and there there are some problems:
1. IdWinsock2.pas
added {$IFNDEF WINCE} to exclude
Le 30/10/2012 11:36, Antonio Fortuny a écrit :
OK Chaps.
This looks like qhat I suspected. I'll try to get a workaround
Quite simple:
replace TLabel by TStaticText and everything looks fine
Thanks anyway
Antonio.
--
___
Lazarus mailing list
Laza
On 10/30/2012 12:48 PM, Bernd wrote:
* It is possible to attach to a local running desktop (only to the
entire Desktop as far as I know) but then the performance degrades heavily
I don't see why this should be that way, but I would need to do further
investigations to find out if/how this can
2012/10/30 Michael Schnell :
> 1) the "Server" is an ARM device
> 2) the application is already running (supposedly showing it's GUI on some
> virtual Desktop provided by the NX infrastructure) when NX attaches to it.
* It is possible to attach to a local running desktop (only to the
entire Deskt
2012/10/29 Santiago A. :
> Thank you very much, that is exactly what I wanted.
> What about performance and latency?
There still is a noticeable delay but it is orders of magnitude faster
than VNC or conventional X11 tunneling. It is comparable to the
performance of RDP.
You should try it and ju
OK Chaps.
This looks like qhat I suspected. I'll try to get a workaround
Thanks anyway
Antonio.
--
___
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
Probably the corresponding WinAPI from WinCE lacks the hability to
render multiple lines of text. There are many small differences
between Win32/64 APIs and WinCE APIs which cause such issues.
--
Felipe Monteiro de Carvalho
--
___
Lazarus mailing list
Antonio Fortuny schrieb:
Hi Folks.
I'm facing again a boring problem: a TLabel is dropped onto a TForm.
Then somewhere in the application the following snippet is executed:
...
MyForm.MyLabel.Caption := 'Hi Folks' +#13#10+ 'Are you there ?';
MyForm.ShowModal;
...
and what is displayed on the
Hi Folks.
I'm facing again a boring problem: a TLabel is dropped onto a TForm.
Then somewhere in the application the following snippet is executed:
...
MyForm.MyLabel.Caption := 'Hi Folks' +#13#10+ 'Are you there ?';
MyForm.ShowModal;
...
and what is displayed on the scrren in the label captio
Red herring alert :-)
SkyDiablo wrote:
[Built what he believed was a binary for mipsel, and on running it on
the target got]
# cat /proc/version
Linux version 2.6.32.27 (gcc version 4.3.3 (GCC) )
# sh helloWorld4MIPS
helloWorld4MIPS: line 1: syntax error: unexpected "("
I've just had som
On 10/29/2012 06:43 PM, Bernd wrote:
NX also has the advantage you can just forward one application only,
not the entire desktop.
This sounds great for another purpose, that I supposedly will be facing
next year: Doing a "headless" embedded device with ARM/Linux and allow
for a remote user (via
20 matches
Mail list logo