Re: [fpc-pascal] fpGTK ???

2007-08-29 Thread Tiziano_mk
Michael Van Canneyt wrote: On Wed, 29 Aug 2007, Tiziano_mk wrote: What is fpgtk? A simple OOP wrapper around gtk 1.2, which makes it easier to use GTK for a pascal programmer. There is no documentation, unfortunately, but the usage should be clear to any Delphi user. There are some sample

[fpc-pascal] fpGTK ???

2007-08-29 Thread Tiziano_mk
Found it in my current fpc installation sources: C:\Programmi\FPC\fpcbuild_2.0.4_exp\fpcsrc\packages\extra\fpgtk but no documentation at all, except the sources... What is fpgtk? in the fpgtk.pp source (unit FPgtk) I read: // Generated with GtkWrite by Luk Vandelaer (version 1.08) what is Gt

[fpc-pascal] Fp IDE: missing menu Options|Environment|Colors?

2007-08-03 Thread Tiziano_mk
I'd like to know why the IDE Options|Environment|Colors is missing? It doesn't seem a bug since in the sources it is clearly commented out, so I think that there should be a reason for that... tiziano ___ fpc-pascal maillist - fpc-pascal@lists.fre

Re: [fpc-pascal] IDE blows up itself

2007-07-13 Thread Tiziano_mk
Daniël Mantione wrote: Op Fri, 13 Jul 2007, schreef Tiziano_mk: Please create bug reports (both of you please), otherwise this will be forgotten. ok, done. tiziano ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http

Re: [fpc-pascal] IDE blows up itself

2007-07-13 Thread Tiziano_mk
Arjan van Dijk wrote: Hi! I had problems debugging my program under the last official IDE/Freepascal for Windows, so I just installed the release candidate that is bound to become official in 2 months. My problem still stands: during my debug session the whole IDE simply disappears! I narrowed d

Re: [fpc-pascal] libsndfile library

2007-05-08 Thread Tiziano_mk
Marco van de Voort wrote: Ok, I'll try that, thanks. But the same problem could happen in other PCs where my program could be deployed... Yes and no. No: It will probably add a dependancy to libsndfile.so.1 (not .so or .so.1.0.12). And that is installed. Yes: the library must be present, an

Re: [fpc-pascal] libsndfile library

2007-05-07 Thread Tiziano_mk
Marco van de Voort wrote: On Linux I found only the sndfile unit (packages\extra\sndfile\). This require the presence of sndlife library on the distribution. In my PC I have Ubuntu 6.06 with libsndfile installed (dynamic library only): /usr/lib/libsndfile.so.1.0.12 /usr/lib/libsndfile.so.1

[fpc-pascal] libsndfile library

2007-05-07 Thread Tiziano_mk
The real question is "How to play a sound file on Linux in the same way I can do it on windows?". this is my experience: On Windows I do: uses mmsystem ... sndPlaySound('filename.wav',0); ... and it works gracefully. On Linux I found only the sndfile unit (packages\extra\sndfile\). This

Re: [fpc-pascal] FP-IDE FPC204 and Ubuntu 6.06

2007-04-06 Thread Tiziano_mk
Daniël Mantione wrote: Op Wed, 4 Apr 2007, schreef Tiziano_mk: maibe I make something wrong, but if I install FPC2.0.4 on Ubuntu 6.06 the FP-IDE responds randomly to the mouse commands (all menus and keyboard commands are working). any suggestion to resolve it? Can you check if Debian bug

Re: [fpc-pascal] FP-IDE FPC204 and Ubuntu 6.06

2007-04-05 Thread Tiziano_mk
Marco van de Voort wrote: maibe I make something wrong, but if I install FPC2.0.4 on Ubuntu 6.06 the FP-IDE responds randomly to the mouse commands (all menus and keyboard commands are working). I see the same problem on Free Vision Apps. (it seems to me that it could be a problem on ncurses,

[fpc-pascal] FP-IDE FPC204 and Ubuntu 6.06

2007-04-04 Thread Tiziano_mk
maibe I make something wrong, but if I install FPC2.0.4 on Ubuntu 6.06 the FP-IDE responds randomly to the mouse commands (all menus and keyboard commands are working). I see the same problem on Free Vision Apps. (it seems to me that it could be a problem on ncurses, but I'm not an expert o

[fpc-pascal] Classchart version 1.2

2007-03-27 Thread Tiziano_mk
Find here new version of FPC/Lazarus Class Chart: http://digilander.libero.it/tizzziano/Classchart12.pdf I need comments & feedback, also from Lazarus developers... Details: Work still in progress Le list of classes is now generated automatically (based on a quick & dirty file search on lazar

Re: [fpc-pascal] Web site translation

2007-02-15 Thread Tiziano_mk
Daniël Mantione wrote: Op Thu, 15 Feb 2007, schreef Tiziano_mk: 17 & 26 are now translatable. 28 already was, do we talk about the same FAQ (.NET one)? my mistake, item 28 is ok thanks tiziano ___ fpc-pascal maillist - fpc-pa

[fpc-pascal] Web site translation

2007-02-15 Thread Tiziano_mk
please note that I have problems translating the followin items in FAQ Section 1. General Information: items 17, 26 and 28 because of missing bullets. I'd like to translate item 12. Known bugs, but it seems a bit obsolete. any hint? thanks tiziano _

[fpc-pascal] Florian Blog?

2007-02-12 Thread Tiziano_mk
Just looking on page: http://www.freepascal.org/aboutus.var I found that there is a link to Florian's blog: http://www.de.freepascal.org/~florian/nucleus/ but I got the ususal error 404: any hint? tiziano ___ fpc-pascal maillist - fpc-pascal@li

[fpc-pascal] Web site translation: error

2007-02-09 Thread Tiziano_mk
trying to update translation in FAQs page: section 1 item 4: After pressin Update button I get: --- Errore del server(acs-tcl.Server) There was a server error processing your request. We apologize.(acs-tcl.There) --- Today it seems that I can't translating no more items

Re: [fpc-pascal] Compiler bootstrapping?

2007-02-06 Thread Tiziano_mk
Daniël Mantione wrote: Op Tue, 6 Feb 2007, schreef Tiziano_mk: I presume you ask this because you would like to translate that FAQ entry. exactly, the translation is made litterally, but my wife doesn't like it :-) of his boots. In general it means "get something" start

Re: [fpc-pascal] Compiler bootstrapping?

2007-02-06 Thread Tiziano_mk
Vincent Snijders wrote: Tiziano_mk schreef: What do you understand? What is it that you don't understand? Bootstrapping: FPC requires a suitable set of binutils (AS,AR,LD), gmake and a ok, here is a nice explanation from Marco's buildfaq glossary: "bootstrapping is the en

[fpc-pascal] Compiler bootstrapping?

2007-02-06 Thread Tiziano_mk
I am not sure to understand this text from FPC FAQs item no. 3. Can someone explain better? Bootstrapping: FPC requires a suitable set of binutils (AS,AR,LD), gmake and a commandline compiler. New architectures/OSes are crosscompiled. GPC bootstraps via a suitable version of GCC, and requires a

Re: [fpc-pascal] For Daniel: Web Site translation

2006-12-07 Thread Tiziano_mk
Daniël Mantione ha scritto: Op Wed, 6 Dec 2006, schreef Tiziano_mk: When will we be able to translate the FAQ page? Well, I'm currently mostly working on all the download pages, but if you like I can start on the FAQ. I'll make a start today. mmh, I see... meanwhile I'll

[fpc-pascal] For Daniel: Web Site translation

2006-12-06 Thread Tiziano_mk
When will we be able to translate the FAQ page? bye tiziano ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Changing email in Free Pascal Community account

2006-11-27 Thread Tiziano_mk
Daniël Mantione ha scritto: Op Mon, 27 Nov 2006, schreef Tiziano_mk: Something went wrong calling ImageMagick to convert your new e-mail address into an image. I've disabled this for now, so please try again. Daniël now it worked, changes applied, many thanks, bye ti

[fpc-pascal] Changing email in Free Pascal Community account

2006-11-26 Thread Tiziano_mk
Since I changed my e-mail address, I'm trying to change my email address in my account, I press the edit button in My Account page, change the email address and then OK button. I receive the following message: Error in include template "/srv/fpc/aolserver/openacs/packages/acs-subsite/lib/use

Re: [fpc-pascal] Executing python code from a pascal program

2006-11-14 Thread Tiziano_mk
Adrian Maier ha scritto: On 11/14/06, Tiziano_mk <[EMAIL PROTECTED]> wrote: Adrian Maier ha scritto: I (on windows) and my friend (on Linux) are actually working in order to make some experiment and documentation about this matter. If you could partecipate and help... It's g

Re: [fpc-pascal] Executing python code from a pascal program

2006-11-14 Thread Tiziano_mk
Adrian Maier ha scritto: Hello, I am trying to write a program that is embedding the python interpreter in order to execute python code. I don't need to transfer values between pascal and python. you welcome! If you are using Lazarus on Windows, I can send you the core units of Python for D

Re: [fpc-pascal] Using Graph unit on Linux Ubuntu...

2006-10-03 Thread Tiziano_mk
Tiziano_mk ha scritto: { Link with VGA, gl and c libraries } {$linklib vga} {$linklib c} I am not a linux expert, so after installing the library "libsvga" (the only like "libvga" I found on the ubuntu repository) I don't understand what the linker wants and I&

[fpc-pascal] Using Graph unit on Linux Ubuntu...

2006-10-02 Thread Tiziano_mk
On windows I was trying the graph unit with the old BGIDemo of Borland Pascal. It worked nicely, after some adaptations (fpc 2.0.2). Now I'd like to compile the same on Linux Ubuntu, but have lot of problems with a link error on the following instructions. { Link with VGA, gl and c librari

Re: [fpc-pascal]Book....

2006-09-14 Thread Tiziano_mk
bajrang soni ha scritto: Hello. I just downloaded you Free Pascal software. I haven't programmed in PASCAL for about 12 years. I am looking for a book or e-book that will teach me how to use the NEW pascal. What is the best reference material that you can think of, consider me a beginner again!

Re: [fpc-pascal] Minor issue compiling FPC from sources

2006-08-01 Thread Tiziano_mk
Eugene Mayevski ha scritto: Hello! I tried to compile the daily snapshot from source and got the following during compilation: make.EXE[3]: Entering directory `D:/FreePascal/sources/fpc/compiler' process_begin: CreateProcess((null), echo Start 12:42:49 now 12:43:09, ...) failed. make (e=2): The