I recompiled the lazarus itself with "Clean all" option.
I recompiled my app eliminating the -eval comma "set remote directory..."
I ran it and it crashed (b/c of storage memory shortage)
I re-instated the -eval command, and now I see the blueish dots in the code,
the app.exe 
is indeed copied in its entirety to the storage card, BUT before it is
loaded 
in the WM 6.1 emulator, I start to see these errores:

Project raised exception class RunError 201
in file \wince\wincewinapi.inc at line 3036
Then Range check error same file, same line.
The file is lazarus\lcl\interfaces\wince\wincewinapi.inc, the line is:
 // We get some information before calling SetScrollInfo because it changes
  // the GWL_STYLE under Windows CE
  dwStyle := GetWindowLong(Handle, GWL_STYLE);

The debugger output shows also
<info line "D:\hd\unit101.pas":174>
&"info line \"D:\\hd\\unit101.pas\":174\n"
&"No source file named D:\\hd\\unit101.pas.\n"
VERY STRANGELY b/c now the breakpoint line shows the ok sign, not the ?.
And all lines of code show the blue dot. and of course the unit101 exists

These are the option/settings: 

<http://free-pascal-lazarus.989080.n3.nabble.com/file/n4031028/debug1.gif> 

<http://free-pascal-lazarus.989080.n3.nabble.com/file/n4031028/debug2.gif> 

<http://free-pascal-lazarus.989080.n3.nabble.com/file/n4031028/debug3.gif> 

<http://free-pascal-lazarus.989080.n3.nabble.com/file/n4031028/debug4.gif> 

<http://free-pascal-lazarus.989080.n3.nabble.com/file/n4031028/debug5.gif> 



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Something-is-unstable-tp4031028.html
Sent from the Free Pascal - Lazarus mailing list archive at Nabble.com.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to