Re: [Lazarus] Debugging Wince shows NO debugger output

2013-11-23 Thread GREP
I tried that but with me did not work



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Debugging-Wince-shows-NO-debugger-output-tp4034315p4034455.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


[Lazarus] D:\lazarus\lcl\lclintf.pas(64, 2) Fatal: Can't open include file winapih.inc

2013-11-23 Thread GREP
havinf problems with making breakpoints work, I re-installed Lazarus 3 or 4
times changing revisions down to 1.0.08, 1.0.12 then returning to 1.0.14. I
chose to delete old installation and all previous user configurations.
Now, in all cases, compiling for WinCE I got this error.
If i try to add the file to the project, it tells me it is already included
in  package LCLBase 1.0.14.
I check in the installed packages, and LCLBase is indeed installed.

Can anyone help?




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/D-lazarus-lcl-lclintf-pas-64-2-Fatal-Can-t-open-include-file-winapih-inc-tp4034454.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


[Lazarus] Debugging Wince shows NO debugger output

2013-11-13 Thread GREP
Hi 
I could not get the breakpoints to work, I googled a lot, tried all the
suggestions
unsuccessfully. 
After a full day of trial I ended up that now the project does not show 
anything in the Debugger output window.

I have this setup
Windows XP, lazarus 1.0,12, svn 42478
(installed with the exe provided)
(sorry for the spanish legends, but regrettably when I installed lazarus 
I did not find an option for choosing the language, it took it by default
from geographical origin)

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4034315/debug1.jpg 

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4034315/debug2.gif 

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4034315/debug3.gif 

with Level1 and nothing else checked
 The project build with no apparent problems, except the breakpoints don't
work
(there are no blue dots, and when I click on a line to add a breakpoint, it
shows a
red circle with a ? inside)
Any help please?




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Debugging-Wince-shows-NO-debugger-output-tp4034315.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


[Lazarus] Arm-linux PPU invalid versioin 126

2013-05-06 Thread GREP
HI

I followed the instructions in  
http://wiki.lazarus.freepascal.org/Custom_Drawn_Interface/Android#Android_Programming
Using the pre-compiled compiler in Windows(steps 1-3).

When I Clean + build the example project androidlcltest.lpi
I get:
 PPU Loading D:\lazarus\fpc\2.6.2\units\arm-linux\rtl\system.ppu
PPU Invalid Version 126
fcllaz.pas(0,0) Fatal: Can not find system used by fcllaz,
ppu=..\..\fpc\2.6.2\units\arm-linux\rtl\system.ppu

Moreover, if I run Test in Project Options, I get:
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4031143/l2.gif 

My Lazarus installation is the latest I found on sourceforge
(1.0.8)
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4031143/l1.gif 

Please, help.




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Arm-linux-PPU-invalid-versioin-126-tp4031143.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


[Lazarus] Class TEdit not found?

2013-05-01 Thread GREP
Hi

I have been debugging form the IDE an app for WinCE for 
4 ays. 
Toay in a Form removed a component that was a Tedit (CustPhone) 
and I added a TLabel component with the same name.
I Clean  Build, but when i run the app I get this error
   Project raised exception class EclassNotFound with message
   Class TEdit not found
and the error points to this line (I checked in the Stack) 
in the project source:
   Application.CreateForm(TForm2, Form2);
and the error happens in Control.inc at the line
   inherited ReadState(Reader);  
I have NOT changed anything in any options (project or environment).
The change above was the only one I did.
What happened? How do I fix it?
Thanks



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Class-TEdit-not-found-tp4031117.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


Re: [Lazarus] Can not run in debug mode for WinCe

2013-04-25 Thread GREP
I ran this same project with Lazrus 0.0... for about a year.
The gdb was the same.
The problem is clearly with some settings/options in Lazarus.
There are *NO BLUE DOTS* in the compiledsource.The break points
show a question mark.
I have the D:\ in Other source. 
That workaround does not work here.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4031021.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


[Lazarus] Error writing to remote device (emulator)

2013-04-25 Thread GREP
Sorry if I doublepost. I had posted this in the forum.lazarus.freepascal, BUT
afterward I noticed
that the last post there (WinCE widgetset) was dated 11-April, and the
previous one dec-2012, so I assume it is kind of in a sleeping mode.

I am trying to run my app on the WM6.1 emulator, but I get this error:
(debugger output)
~Uploading file to device: \\Storage Card\\app.exe\n
error writing to remote device - 0.\n
I use -eval-command=set remotedirectory \Storage Card in
Tools-Options-Debugger.

My app is 22.6 Mb, band runs fine when I copy manually to the sharedforlder
and run directly form WM 6.1 emulator, but the debugger copies always 2.41
MB and then gets the error.
Any idea why?
I am using Lazarus 1.0.8, SVN Rev 40573.
The error came out of the blue ski.
I had just fixed some problems with  building the app correctly, and did run
fine a few times on the WM 6.1.
Then there it comes the error.
I even reset the emulator, re-booted the PC (XP). I ran out of ideas
Any Help?



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Error-writing-to-remote-device-emulator-tp4031025.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


Re: [Lazarus] Error writing to remote device (emulator)

2013-04-25 Thread GREP
This is a real pain in the neck.
Google-searching for error writing to remote device gives only the source
code of the gdb.
And since the complete line is error writing to remote device - 0, it
seems
that Cegetlasterror() returns 0.
But what may cause the gdb copying to stop as soon as it has copied
2.41 MB? Is it something in  the Device Manager/Emulator, or something
in the Lazarus settings/option? 
As I said it is a real pain





--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Error-writing-to-remote-device-emulator-tp4031025p4031027.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


[Lazarus] Something is unstable....

2013-04-25 Thread GREP
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


[Lazarus] No more Help? Can not run in debug mode for WinCe

2013-04-24 Thread GREP
Hello
I did everything i found in the wicki, still the app
does not let me insert breakpoints (the lines show a ?).
It builds fine but when I run it, it says it cannot find the file
with the break point.
I have shown the options in my previous posts.
I do not know what to do anymore.
Should I perhaps rebuilt Lazarus and change some options
in this window?
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030990/debug1.gif 



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4030990.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


Re: [Lazarus] Can not run in debug mode for WinCe

2013-04-23 Thread GREP
Felipe
Thans for your answers.
I did follow the steps (the D:\lazarus\mingw\bin\gdb.exe was a desperate 
attempt after nothing worked).
The point is  that even when I set D:\gdb\gdb.exe as the debugger 
path   in Tools-Options, and set the shared folder in WM6 to d:\gdb,
Lazarus 
copies the wince-stub and app.exe to a *root directory in the DEVICE* gdb',
*not in the storage card* like the Lazarus 0.9 I had did.
The problem is that WM emulator runs out of *STORAGE* memory, not RAM (which
is set to 128).
Will this  never be reverted to the way lazarus 0.9 worked (i.e. copy to the
shared folder)?
I tried the work around suggested in this link:
Also read the notes on http://bugs.freepascal.org/view.php?id=21061 
for information on additional setup. . Although in 2012 it appeared that
the problem 
was solved I stiil get it.
I have
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030945/debug2.gif 
and 
   
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030945/debug4.gif 

When I run the app in the debugger output i see:
info line D:\hd\unit101.pas:167
info line \D:\\hd\\unit101.pas\:167\n
No source file named D:\\hd\\unit101.pas.\n
and when the execution gets to the break point
I get:
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030945/debug1.gif 
While of course I do have it:
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030945/debug3.gif 
Is there *another work around?*






--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4030945.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


Re: [Lazarus] Can not run in debug mode for WinCe

2013-04-23 Thread GREP
Thanks very much Sven

the eval-command worked, I have no more problems of storage
memory. ( I do  not remenber this in my previous Lazarus installation, but 
it is almost 2 years that I did not use it)
However, when I ran the app (frrm Lazarus) I got

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030949/debug5.gif 

I inspected the code.
The project file and all my unit files are in d:\hd

I have this options

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030949/debug1.gif 
(I got same results with Automatic)

and this in the object insoector
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030949/debug2.gif 

and I do have unit101.pas in the Procject uses clause.
When I clicked the line to mark the break-point
it put a quesitonmark  on its left
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030949/debug3.gif 

and the  View-Breakopints Window shows:

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030949/debug4.gif 

and the debugger output says:

info line D:\hd\unit101.pas:162
info line \D:\\hd\\unit101.pas\:162\n
No source file named D:\\hd\\unit101.pas.\n

Do you know why it sys so when I do have
Directorio de D:\hd

   18/04/2013  05:57 AM 5,284 unit101.pas






--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4030949.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


Re: [Lazarus] Can not run in debug mode for WinCe

2013-04-22 Thread GREP
Thanks very much.
I kind of duplicate the post b/c this first behaviour seemed 'solved' since 
here it would not even communicate with the WM emulator,then after afew
things that I did,
it get past that and I thought it was then a different problem.
After reading your wicki it appears to be the same problem.
However what is this:
You can change the remote directory from /gdb to yours by add gdb
parameter --eval-command=set remotedirectory ... 

*--eval-command=set remotedirectory \Storage Card\Program Files\My
Program\bin*

Were do I put that line? From inside the IDE how do I use it? where do I
find gdb prameters
Thanks again





--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4030928.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


Re: [Lazarus] Can not run in debug mode for WinCe

2013-04-22 Thread GREP
Sorry, what is the default debug directory?
If i put D:\lazarus\mingw\bin\gdb.exe, then when I run the app it tellsme is
not
a valid executable.
If i try to leave the Debugger Path blank in Tools - option- degugger, it
dos not letme.
How do I set the debuger directory to default?
Also, I have tried to put the debugger directory to
d:\gdb, and left the Shared folder as D:\emulator on WM 6.
It stills creates a directory gdb in WM and runs out of memory.
How can I force lazarus to copy the since-stub and app.exe 
do D:\emulator rather then d:\gdb? 
Also if the some hints sectionmay help, how do I find it? is it in Project
Options? in Tools? where?
Thanks



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4030936.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


Re: [Lazarus] Can not run in debug mode for WinCe

2013-04-22 Thread GREP
Sorry
I guess I should have said:
How can we FORCE Lacarus to Upload wince-stub and app.exe to the
STORAGE CARD of the device instead of creating a folder in the device (gdb)?

~Uploading file to device: \\gdb\\wince-stub.exe\n
~Starting on device: \\\gdb\\wince-stub.exe \\n
~Accepting connection...\n
~Uploading file to device: \\gdb\\pos.exe\n



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4030937.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


[Lazarus] Strange behaviour in debugging mode for WM 6.1

2013-04-21 Thread GREP
Hi

I do not know why this happens.
I launch WM 6.1 with the following options
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030912/emu1.gif 

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030912/emu2.gif 

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030912/emu3.gif 

The file explorer of WM shows:

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030912/emu4.gif 

In Lazarus I have:

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030912/emu5.gif 

On my hard drive I have

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030912/emu6.gif 

Then while I run the app from Lazarus (in the IDE)
I see the debugger output that shows:
~Connectig to remote device...\n
~Uploading file to device: \\gdb\\wince-stub.exe\n
~Starting on device: \\\gdb\\wince-stub.exe \\n
~Accepting connection...\n
~Uploading file to device: \\gdb\\pos.exe\n
and the file explorer of WM shows a new directory:

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030912/emu7.gif 

Inspecting it during the process, I see that Lazarus copies wince-stub and 
the app.exe to that directory instead of d:\emulator.
Hence the device runs out of storage card memory (the app is 23 MB).
Why does Lazarus not  copy the file to d:\emulator?
Am I doing something wrong in Lazarus (or in WM)or ther is a 
problemwith Lazarus (or WM)?
Thanks





--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Strange-behaviour-in-debugging-mode-for-WM-6-1-tp4030912.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


[Lazarus] Can not run in debug mode for WinCe

2013-04-20 Thread GREP
Hi
 I have tried (and read) all I could till now, but I haven't succeded
 Please, help.
 The app builds fine and runs fine in the WM 6.1 emulator.
But I cannot run it from Lazarus.
These are my project options

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030869/debug1.gif 

http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030869/debug2.gif 

Note: I cannot use 
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030869/debug0.gif 
as suggestee on a online help, because I get this error when I build
ifpos.lpr(0,0) Fatal: Can not find unit lnfodwrf used by ifpos.
This is what I have in Tools- Options-Debugger
   
  
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030869/debug3.gif 
and I have the gdb on my D:drive
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030869/debug4.gif 

When i Clean and build the app and run it form the Lazarus IDE
I get these erroors in the View-Debugger output:

~Connectig to remote device...\n
error opening file \\\gdb\\wince-stub.exe\.  Windows error 32.\n
^error,msg=error opening file \\\gdb\\wince-stub.exe\.  Windows error 

~The program being debugged is not being run.\n
...
Undefined info command: \pid\.  Try \help info\.\n





--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869.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


Re: [Lazarus] Can not run in debug mode for WinCe

2013-04-20 Thread GREP
Sorry the last image at the bottom, where I wrote
and I have the gdb on my D:drive 
should have been this:
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030870/debug4.gif 



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Can-not-run-in-debug-mode-for-WinCe-tp4030869p4030870.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


Re: [Lazarus] Is the site http://forum.lazarus.freepascal.org dead?

2013-04-19 Thread GREP
it gives:  
  1 *** Tiempo de espera agotado para esta
solicitud.
   (=time expired)

  2 9 ms *   10 ms  10.152.250.254 
  310 ms 9 ms 9 ms  172.16.110.1 
  416 ms16 ms15 ms  10.100.0.17 
  539 ms41 ms39 ms  201-174-20-121.transtelco.net
[201.174.20.121] 
  658 ms48 ms46 ms  201-174-0-181.transtelco.net [201.174.0.181] 
  747 ms46 ms47 ms  ae2-117.dal33.ip4.tinet.net [199.168.63.193] 
  8   172 ms   206 ms   170 ms  xe-10-1-1.fra60.ip4.tinet.net
[141.136.109.253] 
  9   181 ms   229 ms   249 ms  a1-gw.ip4.tinet.net [141.136.99.58] 
 10   184 ms   183 ms   184 ms  195.3.68.45 
 11   187 ms   190 ms   191 ms  GRAZBC10-AUX10.highway.telekom.at
[195.3.68.50] 
 12 *** Tiempo de espera agotado para esta
solicitud.
   and this last is repeated up to line 30.



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Is-the-site-http-forum-lazarus-freepascal-org-dead-tp4030766p4030828.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


Re: [Lazarus] Is the site http://forum.lazarus.freepascal.org dead?

2013-04-19 Thread GREP
ok the command worked but did nothing:still timed out




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Is-the-site-http-forum-lazarus-freepascal-org-dead-tp4030766p4030849.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


[Lazarus] Project dows not compile:abunch of Undefined symbol..

2013-04-18 Thread GREP
HiI had a working project for Wince with a previous release of Lazarus.I
installed the latest version1.0.8 with the Uninstall (previous) option.All
worked fine.However, when I compile the project I get ifpos.lpr(58) Error:
Undefined symbol: DEBUGINFO_DIALOGSifpos.lpr(58) Error: Undefined symbol:
DEBUGSTART_DIALOGSifpos.lpr(58) Error: Undefined symbol:
DEBUGEND_DIALOGSifpos.lpr(58) Error: Undefined symbol:
FINALIZE$_LCLINTFifpos.lpr(58) Error: Undefined symbol:
INIT$_MENUSifpos.lpr(58) Error: Undefined symbol:
GetWindowTextLengthWifpos.lpr(58) Error: Undefined symbol:
GetWindowTextWifpos.lpr(58) Error: Undefined symbol: FPC_WIDESTR_DECR_REFand
many more.This is the build modes
http://free-pascal-lazarus.989080.n3.nabble.com/file/n4030771/f1.gif
Target OS = WinceTarget CPU family : armTarget processor (Default)Lazarus
runs on Xp SP3Please helpEnrico



--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Project-dows-not-compile-abunch-of-Undefined-symbol-tp4030771.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


Re: [Lazarus] Is the site http://forum.lazarus.freepascal.org dead?

2013-04-18 Thread GREP
Thanks. 
Is the address http://forum.lazarus.freepascal.org/ correct?
Strange, It worked fine, but now I can't access it with IE nor with Firefox




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Is-the-site-http-forum-lazarus-freepascal-org-dead-tp4030766p4030773.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


[Lazarus] NO help with undefined symbols?

2013-04-18 Thread GREP




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Project-dows-not-compile-abunch-of-Undefined-symbol-tp4030771p4030782.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


Re: [Lazarus] Is the site http://forum.lazarus.freepascal.org dead?

2013-04-18 Thread GREP
I get this message:
The connection has timed out
The server at forum.lazarus.freepascal.org is taking too long to
respond.
The modem works fine with all other sites (and is brand new).
I tried to access id with the firewall shutdown: nothing.
What would the provider do to make it take too long the access to any
particular 
site? It sounds unrealistic...





--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Is-the-site-http-forum-lazarus-freepascal-org-dead-tp4030766p4030783.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


Re: [Lazarus] Project dows not compile:abunch of Undefined symbol..

2013-04-18 Thread GREP
Thanks very much
That did (at least  it buit the project, now I need to test it in the
emulator...)
However, just to let you  know, that Clean and Build deletes also some .pas
and .inc files
that should not, beause i re-installed formthe backup i had done and without
any
changes it compiled fine.




--
View this message in context: 
http://free-pascal-lazarus.989080.n3.nabble.com/Project-dows-not-compile-abunch-of-Undefined-symbol-tp4030771p4030788.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