Re: [Lazarus] Help debugging

2012-01-11 Thread Kjow
2012/1/11 Kjow antispamm...@gmail.com: In attachment the window with the error. I missed the attachment. Kjow attachment: Lazarus_sigsegv_FreeOBJ.jpg-- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] Help debugging

2012-01-11 Thread Kjow
the third time i get this error: The debugger experienced an unknow condition. [...] Exception: EListError.with message Duplicate ID: FF61 Abort / Ignore Ummm... Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Help debugging

2012-01-11 Thread Kjow
(gdb) -file-exec-and-symbols ^done (gdb) ___ Kjow laz.log Description: Binary data -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Help debugging

2012-01-11 Thread Kjow
; end; instead of: if assigned(MyObj) Then freeandnil(MyObj); if assigned(MyObj) Then MyObj.Destroy; //of course this was wrong anyway. Best Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Lazarus Logo

2012-01-03 Thread Kjow
2011/12/30 Kjow antispamm...@gmail.com: 2011/12/30 Vincent Snijders vincent.snijd...@gmail.com: Maybe you can use: http://svn.freepascal.org/svn/lazarus/trunk/images/powered-by.svg Vincent Nice, SVG! Thank you! Is there SVG of IDE icon (the stylized cheetah)? Best Regards Kjow Can I

Re: [Lazarus] Lazarus Logo

2012-01-03 Thread Kjow
with Powered by (svg), in next email I'll attach it. Ok, I'm going to finish the project, I'll add my program to the wiki :) Thank you! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Lazarus Logo

2012-01-03 Thread Kjow
/fd/Lazarus-icons-lpr-proposal-bpsoftware.png (from: http://wiki.lazarus.freepascal.org/New_Lazarus_Icon_Proposals But If I could have this one in svg also, I can release an hi-quality svg logo :) Best Regards, Kjow -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Lazarus Logo

2012-01-03 Thread Kjow
2012/1/3 silvioprog silviop...@gmail.com: Wow, nice icon. Thank you :) Best Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Lazarus Logo

2011-12-30 Thread Kjow
Hi all and Happy Holidays, I'm going to complete the develop of my program and I would insert a Lazarus' Hi-Res logo on the splashscreen, while loading. But I can't find anything bigger (or equal) to 200x200 pixel. Could you help me? Best Regards, Kjow

Re: [Lazarus] Lazarus Logo

2011-12-30 Thread Kjow
2011/12/30 Ing. Héctor F. Fiandor Rosario hfian...@infomed.sld.cu: Dear Kjow: i am using a running cheetah. If you want, i can pass to you the routines. yours, Ing. Héctor F. Fiandor Rosario hfian...@infomed.sld.cu Thank you, I can evaluate. But I would something like official logos

Re: [Lazarus] Lazarus Logo

2011-12-30 Thread Kjow
2011/12/30 Vincent Snijders vincent.snijd...@gmail.com: Maybe you can use: http://svn.freepascal.org/svn/lazarus/trunk/images/powered-by.svg Vincent Nice, SVG! Thank you! Is there SVG of IDE icon (the stylized cheetah)? Best Regards Kjow

[Lazarus] How to check if a string is a valid floating-point number.

2011-11-25 Thread Kjow
I used this function some month ago in this project and it worked without problems, but now (some month after) I re-tried to re-build and re-use this function and I get this error. Did I inadvertently change something? Thank you! Kjow -- ___ Lazarus

Re: [Lazarus] How to check if a string is a valid floating-point number.

2011-11-25 Thread Kjow
2011/11/25 Michael Van Canneyt mich...@freepascal.org: You should use the default TryStrToFloat() function from the sysutils unit. It does exactly that, without exceptions. The function result may change if the internationalization/localization settings have changed. e.g. if you switch from

[Lazarus] Support for dotted unit name

2011-11-03 Thread Kjow
understand if it is already implemented or if it will be a future feature. Thank you! Kjow PS when this feature will be in stable trunk? (approximately) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

[Lazarus] About Threads

2011-09-21 Thread Kjow
); CloseHandle(thread2); end; ... () (*)I get error here: main.pas(122,31) Error: Wrong number of parameters specified for call to ShowMsg How to fix? There is a better/easier way? Thank you, Kjow

Re: [Lazarus] Lazarus on Ubuntu

2011-07-29 Thread Kjow
2011/7/27 Hans-Peter Diettrich drdiettri...@aol.com: A script doesn't help when dependencies cannot be resolved :-( Actually SVN cannot be installed, due to missing files. DoDi http://wiki.lazarus.freepascal.org/Lazarus_Manager installs all dependencies needed ;) --

Re: [Lazarus] Lazarus on Ubuntu

2011-07-27 Thread Kjow
x86 (it enables arm-linux also): http://wiki.lazarus.freepascal.org/Lazarus_Manager Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [TIP]: Installing Lazarus under Linux via SVN (Ubuntu 11.04 or later)

2011-06-03 Thread Kjow
commands) Not so much correct... Kjow. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [TIP]: Installing Lazarus under Linux via SVN (Ubuntu 11.04 or later)

2011-06-03 Thread Kjow
2011/6/3 Kjow antispamm...@gmail.com: Why you copied my script, perfectly working, edited it and republished it as you original work? http://wiki.lazarus.freepascal.org/Lazarus_Manager My script install lazarus and fpc from both svn on Ubuntu =11.04 (and/or Windows). Also the script layout

Re: [Lazarus] Lazarus manager - Linux

2011-05-26 Thread Kjow
2011/5/26 Marco van de Voort mar...@stack.nl: The _FPC_ stable branch is currently the 2.4.x series. The version of the stable branch is 2.4.5, the last release of the stable branch is 2.4.4 This morning update: Lazarus 0.9.30 r30895M FPC 2.4.2 i386-win32-win32/win64 That's still packing

Re: [Lazarus] Lazarus manager - Linux

2011-05-25 Thread Kjow
2011/5/25 Marco van de Voort mar...@stack.nl: 2.4.2 is old. ( :-) ) I can't catch the irony :) Current stable svn is 2.4.2 This morning update: Lazarus 0.9.30 r30895M FPC 2.4.2 i386-win32-win32/win64 -- ___ Lazarus mailing list

Re: [Lazarus] Lazarus manager - Linux

2011-05-24 Thread Kjow
, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus manager - Linux

2011-05-24 Thread Kjow
With these scripts I have everyday latest svn revisions, automatically (just start PCs or running manually script) compiled for my pc. Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus manager - Linux

2011-05-24 Thread Kjow
2011/5/24 silvioprog silviop...@gmail.com: How do you configure the script to install FPC-2.5.1? Regards, Kjow I tried with 2.5.1 + 0.9.31 long time ago, so I don't really know if there are problems actually, but if you open the script with an editor you can find all you need. E.g.: From row

Re: [Lazarus] Lazarus manager - Linux

2011-05-24 Thread Kjow
2011/5/24 silvioprog silviop...@gmail.com: I don't need OpenGL, and neither of cross-compile, so, what lines I remove from the script? My script (fail in sudo alien -i -c /home/$NAME/fpc_tools/fpc_setup/fpc-$FPCVER-1.i686.rpm): http://pastebin.com/57jeNpLm Thx. ps. Sorry for my

Re: [Lazarus] Lazarus manager - Linux

2011-05-24 Thread Kjow
2011/5/24 silvioprog silviop...@gmail.com: 2011/5/24 Kjow antispamm...@gmail.com: So, without sucess again. See my script here: http://pastebin.com/gD5pKF2g I removed binutils. Link in line 56 not exists. :( If you don't see at lines 16,17,18 like this: #swap -- swap # of the two rows

Re: [Lazarus] Qt for Android - Necessitas

2011-05-19 Thread Kjow
it will have serious issues with all the wierd virtual keyboards and fonts one can find out there in various devices. -- Felipe Monteiro de Carvalho Thanks, it would be very interesting with Lazarus. Regards, Kjow -- ___ Lazarus mailing list Lazarus

[Lazarus] Qt for Android - Necessitas

2011-05-17 Thread Kjow
Hi all, Is it possible to use Necessitas (Qt for Android) with Lazarus? I mean if anyone tried or if it could work :) it's simply curiosity (for now: I don't have android devices) Regards, Kjow -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-14 Thread Kjow
suggest you to practice a bit with GLScene and learn how it works. It is so powerful that can make things really easy... but it need a bit of practice to start. Official forum is a good start. Best regards, Kjow -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-13 Thread Kjow
with sources. ..\lazarus\components\GLScene\DemosLCL ..\lazarus\components\GLScene\Demos (here there more demos for Delphi, not yet translated for Lazarus) and to follow GLScene forum: https://sourceforge.net/apps/phpbb/glscene/ Regards, Kjow

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-13 Thread Kjow
fixed? Well, it seems to be fixed since r5707. However I just updated to latest r5713 and it seems to works well :) To update/revert to a specific svn revision, just put at the end of svn command -r where is the revision you want, e.g.: svn up -r 5699 Regards, Kjow

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-12 Thread Kjow
it is multiplatform (Windows [32/64], Linux [32/64], MacOSX). Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-12 Thread Kjow
2011/5/12 Kjow antispamm...@gmail.com: Otherwise it is multiplatform (Windows [32/64], Linux [32/64], MacOSX). I forgot a thing, you can rotate the view by clicking in 3D view and moving mouse. If you click with both mouse buttons simultaneusly (left-right) and move the mouse up and down you

Re: [Lazarus] OT : Wanted demo to generate and walk through a 2D in 3D simple graphics.

2011-05-07 Thread Kjow
, if you download latest svn of GLScene (not the one on Lazarus CCR, but official GLScene [ http://sourceforge.net/projects/glscene/ ]) and you look for portal demo, you'll find something that could help you. There are also a lot of demos, also for walk through the scene. Regards, Kjow

Re: [Lazarus] SIGSEGV with gdb.exe

2011-04-20 Thread Kjow
-(gdb-MinGW)?s=2fa738a78700d24096036ca9aa9e02e4 Hoping that this can help someone else. It works, but unfortunately this disables OpenAL surround... needed to me (in my project). :( Is it possible to avoid pass a specific dll to gdb? Thank you! Kjow

Re: [Lazarus] SIGSEGV with gdb.exe

2011-04-20 Thread Kjow
2011/4/20 Martin laza...@mfriebe.de: I have no idea. I thought about the same, when I encountered the issue with bitdefender [cut] Thank you all, I'll look for the best way for me. Best Regards, Kjow -- ___ Lazarus mailing list Lazarus

[Lazarus] SIGSEGV with gdb.exe

2011-04-19 Thread Kjow
doesn't works anymore, with empty project also. From here the question: it is only a my problem? Is gdb.exe working and is there a real problem with lazarus/fpc? I'm on Lazarus 0.9.30 r30385M FPC 2.4.2 i386-win32-win32/win64 (just updated via svn) Thanks! Kjow

Re: [Lazarus] SIGSEGV with gdb.exe

2011-04-19 Thread Kjow
! Kjow PS I noticed that when my program crashes (without gdb) Windows return this error: StackHash_fdb0 I don't know if it can help to define the situation... -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] SIGSEGV with gdb.exe

2011-04-19 Thread Kjow
, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Read/Write files question

2011-04-04 Thread Kjow
make it working. Thank you, Kjow PS Read/write could be used only with records or also with classes? -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Commenting.

2011-04-04 Thread Kjow
2011/4/3 Martin laza...@mfriebe.de: it is *not* in 0.9.30 It is only in 0.9.31 Thank you Martin! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Read/Write files question

2011-04-04 Thread Kjow
yourself. [cut] Only records as far as I'm aware of. Regards, Sven Oh! Thank you, I'm very grateful for your help. This was a my bad lack. Best regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Commenting.

2011-04-03 Thread Kjow
data regulary. Martin Hi Martin, Thank you! I updated svn to Lazarus 0.9.30 r30142M FPC 2.4.2 i386-win32-win32/win64 but trying with both { OR (* folded code after first open parenthesis unfolds when I start the comment :( Kjow -- ___ Lazarus mailing

[Lazarus] OpenAL

2011-04-01 Thread Kjow
you in advance, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] OpenAL

2011-04-01 Thread Kjow
2011/4/1 Kjow antispamm...@gmail.com: Hi all, [cut] Can you help me to find a solution? Thank you in advance, Kjow In attachment the test project that I'm using (compressed with 7-zip) Kjow OpenALFPC.7z Description: Binary data -- ___ Lazarus

Re: [Lazarus] Detecting desktop area size

2011-04-01 Thread Kjow
interpolation when abused for a different resolution. DoDi Yes, some 3D apps need to make compromises to have better performances instead of best quality. :) Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] OpenAL

2011-04-01 Thread Kjow
2011/4/1 Kjow antispamm...@gmail.com: Hi all, I need to add 3D sound to my app, but I can't find any free-working solution for a commercial, cross platform, project (FMOD or BASS should work, but they costs, and I can't affort this for now). So, I was looking for OpenAL, (here: http

Re: [Lazarus] Detecting desktop area size

2011-03-31 Thread Kjow
this for fullscreen apps (opengl in first). Thanks! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [OT] About licences

2011-03-29 Thread Kjow
, that they can't use names or logos without permissions and that advises users that they use my software at own risks, blah blah, etc etc, right? Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] [OT] About licences

2011-03-29 Thread Kjow
? Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] [OT] About licences

2011-03-29 Thread Kjow
in the web page: Please remember: When linking against libraries, which are licensed under the GPL (like Acinerella), your project automatically falls under the same license. Ok, thanks. Kjow -- ___ Lazarus mailing list Lazarus

[Lazarus] [OT] About licences

2011-03-26 Thread Kjow
under GPL/open source/no-commercial? And what about other common licences? An other question: if I want to protect my closed-source software, is it enough to place a my own hand-wrote disclaimer, or I need to register it somewhere? Thank you, Kjow PS I mean only a legal-oriented question

Re: [Lazarus] Commenting.

2011-03-25 Thread Kjow
2011/3/15 Kjow antispamm...@gmail.com: Hi all! Everytime I need to comment a part of the code with (e.g. { ... } ) and I have some parts of code minimized with the -/+ on the left of editor (Please excuse me, I don't know the technical term - e.g. http://3.bp.blogspot.com/_UuDt8fZYCTg

Re: [Lazarus] Radiogroup sort items

2011-03-25 Thread Kjow
2011/3/18 Kjow antispamm...@gmail.com: Hi all, is it possible to sort radiogroup's items at runtime? At designtime there is the button on radiogroup - items - sort, but at runtime I can't find it. (Of course, without doing it manually with a sorting algorithm) Thanks, Kjow No way? Kjow

Re: [Lazarus] Radiogroup sort items

2011-03-25 Thread Kjow
2011/3/25 Mattias Gaertner nc-gaert...@netcologne.de: No. You have to do it manually. Ok, thanks. Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Commenting. [folding]

2011-03-25 Thread Kjow
in the options first) shift-alt-1 = fold all nodes (pascal nodes, not IFDEF) shift-alt -2 = fold all level 2 nodes (nested nodes) shift alt 0 = unfold all also you can write the closing } first, but it is very easy to forget Thank you, Martin! Kjow

Re: [Lazarus] Commenting.

2011-03-25 Thread Kjow
2011/3/25 Hans-Peter Diettrich drdiettri...@aol.com: Just an idea: What if you start with the closing brace }, then add the opening {? It is the way I already follow, but sometimes I forgot it... :p Kjow -- ___ Lazarus mailing list Lazarus

Re: [Lazarus] Rescan FPC sources crashes Lazarus

2011-03-25 Thread Kjow
-completion menu should appear (e.g. ctrl+space) lazarus will go on access violation with the popup: ok to kill / cancel to ignore (or vice versa). But ignoring is still possible to save, close and reopen lazarus without problems. Kjow -- ___ Lazarus

Re: [Lazarus] FPC and Lazarus on ARM

2011-03-24 Thread Kjow
a more general  description could help in many cases. Maemo/MeeGo are arm-linux distro, maemo is based on debian meego on fedora. So I think that the wiki could be used to installa fpc/lazarus on any arm-linux platform. :) Kjow -- ___ Lazarus mailing list

Re: [Lazarus] FPC and Lazarus on ARM

2011-03-23 Thread Kjow
2011/3/23 Tobias Giesen tobias_subscri...@tgtools.com: Or at least can I cross-compile my app? The target will be ARM-Ubuntu, not ARM-WinCE ;=) http://wiki.lazarus.freepascal.org/Setup_Cross_Compile_For_ARM -- ___ Lazarus mailing list

[Lazarus] Radiogroup sort items

2011-03-18 Thread Kjow
Hi all, is it possible to sort radiogroup's items at runtime? At designtime there is the button on radiogroup - items - sort, but at runtime I can't find it. (Of course, without doing it manually with a sorting algorithm) Thanks, Kjow -- ___ Lazarus

[Lazarus] Commenting.

2011-03-15 Thread Kjow
/lazarus.png on the left of uses, TForm1, etc), just writing the first { every part after the { minimized will expand. This is a little bit annoying... is it possible to mantain minimized codes also inside comments? Thank you! Kjow -- ___ Lazarus mailing list

Re: [Lazarus] Number of CPU threads

2011-02-25 Thread Kjow
2011/2/24 Mattias Gaertner nc-gaert...@netcologne.de: See the package mtprocs unit mtpcpu for a simple heuristic: http://wiki.lazarus.freepascal.org/Parallel_procedures#Getting_MTProcs Mattias Thanks you very much, I will try ASAP. :) Kjow

[Lazarus] Number of CPU threads

2011-02-24 Thread Kjow
Hi all! Is it possible to determine the number of CPU threads available on an OS (Win, Linux, OSX: so cross platform way) with Lazarus/FPC? (e.g. A dual core = 2 threads, a Core i7 = 8 threads, etc) Thanks! Kjow -- ___ Lazarus mailing list Lazarus

[Lazarus] FPC fails to compile if ATI Stream installed.

2011-02-07 Thread Kjow
/2.5.1' make: *** [build-stamp.i386-win32] Error 2 C:\Develop\fpc\2.5.1 Simply removing ATI Stream from Windows, FPC compiled well. Is it a bug? Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] FPC fails to compile if ATI Stream installed.

2011-02-07 Thread Kjow
where the externa tools are searched. Thank you! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Frog game. OO-izing SDL. Replace record with class then Lazarus can't find .create or .free for class

2011-01-28 Thread Kjow
/ Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Error on ARM compiling.

2011-01-25 Thread Kjow
Setting the CPU target to default (i386) works. FPC and Lazarus are configured well (I think), and anyway I made the same things as many weeks/months ago. I'm using latest svn revisions: Lazarus 0.9.29 r29193 FPC 2.4.2 i386-linux-gtk 2 What can it be? Thanks, Kjow

Re: [Lazarus] Error: unit not found: Classes

2011-01-14 Thread Kjow
2011/1/12 Kjow antispamm...@gmail.com: Lazarus: r28973M FPC 2.4.2: r16754 Double clicking on any component (Form, Button, etc) to create the relative event or pressing ctrl+space on the source editor, causes this error: - C:\Develop\lazarus\lcl

Re: [Lazarus] Error: unit not found: Classes

2011-01-14 Thread Kjow
, I simply update svn and rebuild into the old directories, but until 01-12-2011 I never had the necessity to hit Environment - Rescan FPC source directory to make it working. Everytime it worked well without any extra work. Is it changed something? Thanks, Kjow

Re: [Lazarus] Error: unit not found: Classes

2011-01-14 Thread Kjow
, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Error: unit not found: Classes

2011-01-12 Thread Kjow
Lazarus: r28973M FPC 2.4.2: r16754 Double clicking on any component (Form, Button, etc) to create the relative event or pressing ctrl+space on the source editor, causes this error: - C:\Develop\lazarus\lcl\lclclasses.pp(32,10) Error: unit not found:

Re: [Lazarus] Error: unit not found: Classes

2011-01-12 Thread Kjow
that rebuilds all automatically; yesterday there weren't problems... I can't understand if it isn't a lazarus/fpc issue Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo

Re: [Lazarus] Error: unit not found: Classes

2011-01-12 Thread Kjow
2011/1/12 Kjow antispamm...@gmail.com: Oops, I'm on Windows 7 and yes, sources are present and relative path setted on Lazarus. I upgrade everyday, with a script, fpc + lazarus svn that rebuilds all automatically; yesterday there weren't problems... I can't understand if it isn't a lazarus

Re: [Lazarus] Can't find unit contnrs used by Masks

2011-01-05 Thread Kjow
row there is examples, just select Clean Up + Build all and set first left-bottom option and the examples will not be built. Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman

[Lazarus] Lazarus compile error 2

2011-01-04 Thread Kjow
compile well (without examples, of course). Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus compile error 2

2011-01-04 Thread Kjow
2011/1/4 Vincent Snijders vincent.snijd...@gmail.com: See: http://bugs.freepascal.org/view.php?id=18383 Oops, thanks! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus compile error

2011-01-03 Thread Kjow
it is all right: http://bugs.freepascal.org/view.php?id=18375 Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus compile error

2011-01-03 Thread Kjow
2011/1/3 Vincent Snijders vincent.snijd...@gmail.com: It only happens when you build the examples. Maybe the Build all doesn't build the examples? I can confirm that de-selecting examples in clean up + build all profile, it works well. Regards, Kjow

[Lazarus] Lazarus compile error

2011-01-02 Thread Kjow
\examples\notebku.pp(337,16) Error: identifier idents no member TabPosition C:\Develop\lazarus\examples\notebku.pp(343) Fatal: There were 13 errors compiling module, stopping Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Lazarus compile error

2011-01-02 Thread Kjow
FPC 2.5.1 Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Ftp down?

2010-12-29 Thread Kjow
Is ftp://ftp.freepascal.org down or is it a my problem? Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Ftp down?

2010-12-29 Thread Kjow
2010/12/29 Honza befelemepesev...@gmail.com: 2010/12/29 Kjow antispamm...@gmail.com: Is ftp://ftp.freepascal.org down or is it a my problem? Here it works (12:29 GMT+00). Thanks! Now here too (13:41 GMT+01). Regards, Kjow -- ___ Lazarus mailing

Re: [Lazarus] [OT] Merry Christmas and Happy New Year.

2010-12-25 Thread Kjow
and a Happy New Year to all! :) Thanks to Lazarus/FPC developers to give us a great product :) Best Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

[Lazarus] Can't find unit SynHighlighterBat

2010-12-17 Thread Kjow
: Can't find unit SynHighlighterBat used by AllSynEditUni ts ERROR: tool reported error Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Can't find unit SynHighlighterBat

2010-12-17 Thread Kjow
2010/12/17 Martin laza...@mfriebe.de: fixed, please update. Only 3 minute, in a Friday night, for fix! Amazing! Thank you, It works well now! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org

Re: [Lazarus] Clean Up + Build all

2010-12-07 Thread Kjow
find unit GLC ontext used by GLPipelineTransformation ERROR: tool reported error If I do Clean Up + Build all from IDE there aren't problems. Is it a GLScene bug? Thanks, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Breakpoint

2010-12-07 Thread Kjow
/Modify window when you placed the caret at the variable, also accessible by Ctrl-F4 with classic Delphi keyset (possibly the same in others, anyway you can the the key assigned in the menu item) Max Vlasov Thank you both! Very appreciated :) Kjow

Re: [Lazarus] Clean Up + Build all

2010-12-07 Thread Kjow
Has the above lazbuild call recompiled the glscene package? Mattias At lazarus restart there wasn't any extra packages, but calling Clean Up Build all from IDE, all packages recompiled and at Lazarus restart there was everything (GLScene and extra). Kjow

[Lazarus] Breakpoint

2010-12-06 Thread Kjow
Hi all, I need to read a variable value with a breakpoint. I use gdb. I stopped my application with a breakpoint and now I need to read a value of a variable, but I don't know how. Thank you! Kjow -- ___ Lazarus mailing list Lazarus

[Lazarus] Clean Up + Build all

2010-12-06 Thread Kjow
Hi all, what is the equivalent on command line of the Clean Up + Build all in the IDE? With: make bigideclean bigide OPT=-Xg lazbuild --build-ide= I don't have the same result. Thank you, Kjow -- ___ Lazarus mailing list Lazarus

[Lazarus] Compiling error with GLScene

2010-11-22 Thread Kjow
Hi all, when I compile Lazarus (FPC 2.5.1) with official GLScene = r5319 ( svn co https://glscene.svn.sourceforge.net/svnroot/glscene/trunk GLScene ) I get this error on GLScene.pas: ... ... ... Compiling C:\Develop\lazarus\components\GLScene\Source\GLSelection.pas GLScene.pas(2469,54) Hint:

Re: [Lazarus] Compiling error with GLScene

2010-11-22 Thread Kjow
2010/11/22 Kjow antispamm...@gmail.com: Hi all, when I compile Lazarus (FPC 2.5.1) with official GLScene = r5319 ( svn co https://glscene.svn.sourceforge.net/svnroot/glscene/trunk GLScene ) I get this error on GLScene.pas: [cut] It seems to be fixed now, just moving up Controls.pas in uses

Re: [Lazarus] Lazarus Manager

2010-10-16 Thread Kjow
2010/10/16 Joshua Lim joshua__...@hotmail.com: Hi Kjow, there are some free choice for download from the Internet, but I think they are not fully compatible with windows choice.  I didn't try more as it is risky to run files downloaded from the internet. ;) Finally, I copied the choice from my

Re: [Lazarus] Lazarus Manager

2010-10-15 Thread Kjow
on it... maybe for the next revision, if I'll find a way to do this... :) Kjow PS the first reboot is needed to make working FPC paths (I mean after fpc installation) -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http

Re: [Lazarus] Lazarus Manager

2010-10-15 Thread Kjow
2010/10/14 Joshua Lim joshua__...@hotmail.com: Hi Kjow, the attachment got filtered, so i'll post the top part here: set OLDDIR=%CD% set PATHDEST=D:\Develop set PATH=%PATH%;%PATHDEST%\fpc\binutils\ set OLDPATH=%PATH% set SVN=Slik-Subversion-1.6.12-win32.msi set FPCURL=http

Re: [Lazarus] Lazarus Manager

2010-10-15 Thread Kjow
:) Thank you! Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus Manager

2010-10-15 Thread Kjow
stable and then I'll develop only the application Regards, Kjow -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Re: [Lazarus] Lazarus Manager

2010-10-13 Thread Kjow
2010/10/4 Kjow antispamm...@gmail.com: Here ( http://wiki.lazarus.freepascal.org/Lazarus_Manager ) I started a project to manage Lazarus/FPC installation from svn sources. I updated the Linux scripts: http://wiki.lazarus.freepascal.org/Lazarus_Manager http://wiki.lazarus.freepascal.org

Re: [Lazarus] Lazarus setup file for Windows with FPC 2.4 or later?

2010-10-11 Thread Kjow
2010/10/11 Frank Church vfcli...@gmail.com: On 11 October 2010 12:54, Bo Berglund bo.bergl...@gmail.com wrote: The installation available at SF (http://sourceforge.net/projects/lazarus/files/) actually installs Lazarus 0.9.28.2 and FPC 2.2.4 Are there any plans on making available a later

<    1   2   3   4   >