Re: [fpc-pascal] dOPF: "Sleek, intuitive, and fast object persistence..." Business objects are descendants of TObject.

2014-08-26 Thread Osvaldo Filho
One more info: dOPF works with the stable versions of FPC/Lazarus: 2.6.4/1.2.4 2014-08-26 9:33 GMT-03:00 Sven Barth : > Am 26.08.2014 12:40 schrieb "Osvaldo Filho" : > > > The same author's Brookframework already in production on their systems. > > And the s

[fpc-pascal] dOPF: "Sleek, intuitive, and fast object persistence..." Business objects are descendants of TObject.

2014-08-26 Thread Osvaldo Filho
https://github.com/silvioprog/dopf "Sleek, intuitive, and fast object persistence for faster and easier database development." Business objects are descendants of TObject. No need to change the database previously in use. Support fields with reserved words of FreePascal on the tables of the dat

Re: [fpc-pascal] Re: Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2013-11-24 Thread Osvaldo Filho
1. perhaps their system is finding the wrong sources? No. 2. i wonder what their command line is? make clean all CPU_TARGET=i386 3. i wonder what the version output of their /home/deskx/Aplicativos/fpclaz /bin/ppc386 is? FPC 2.6.3 - Rev 26119 4. is the compiler in #3 their 64bit->32bit crosscom

Re: [fpc-pascal] Re: Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2013-11-24 Thread Osvaldo Filho
Juha Manninen > On Sun, Nov 24, 2013 at 1:00 PM, Osvaldo Filho > wrote: > > TBranchList = specialize TFPGObjectList; // line 60 > > The syntax is perfectly valid and compiles fine here with FPC 2.6.2. > > Juha > ___ &g

Re: [fpc-pascal] Re: Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2013-11-24 Thread Osvaldo Filho
procedure Clear; end; * TBranchList = specialize TFPGObjectList;* // line 60 { TTreeFilterEdit } TTreeFilterEdit = class(TCustomControlFilterEdit) private 2013/11/24 leledumbo > Please include the respective line. In my trunk source, it's a valid > generic > specialization. That

[fpc-pascal] Cross Compile : treefilteredit.pas(60, 60) Error: Illegal expression

2013-11-23 Thread Osvaldo Filho
Environment: Ubuntu 13.10 64bits FPC 2.6.3 - Rev 26119 Lazarus 1.2RC - Rev 43472 When i try compile for i386, i get this: Free Pascal Compiler version 2.6.3 [2013/11/23] for i386 Copyright (c) 1993-2012 by Florian Klaempfl and others Target OS: Linux for i386 Compiling lazcontrols.pas Compiling d

Re: [fpc-pascal] Access site from app with login and password using http

2013-08-29 Thread Osvaldo Filho
Could you send a piece of code as an example? 2013/8/29 Michael Schnell > On 08/28/2013 10:07 PM, Osvaldo Filho wrote: > >> Is there any example to access information on web site that requires >> authentication with login and password in form using http from a Lazarus >&g

Re: [fpc-pascal] Access site from app with login and password using http

2013-08-28 Thread Osvaldo Filho
Ok, yes, on cgi app. Where? 2013/8/28 Robert Wolfe > Probably, but only if the lazarus application is built as a CGI. > On Aug 28, 2013 3:07 PM, "Osvaldo Filho" wrote: > >> Is there any example to access information on web site that requires >> authentication

[fpc-pascal] Access site from app with login and password using http

2013-08-28 Thread Osvaldo Filho
Is there any example to access information on web site that requires authentication with login and password in form using http from a Lazarus application? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/list

[fpc-pascal] Get 2.6.3 from subverion

2013-08-20 Thread Osvaldo Filho
How can i get version 2.6.3 with svn? Is this in: http://svn.freepascal.org/svn/fpc/branches/fixes_2_6 ? Thanks. ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Build Lazarus Ide - On "make bigide": lazaruspackageintf.pas(102, 1) Fatal: Internal error 2013081601

2013-08-20 Thread Osvaldo Filho
"a check", please, what check? 2013/8/20 Flávio Etrusco > On Tue, Aug 20, 2013 at 1:54 AM, Osvaldo Filho > wrote: > > Anyone coud help-me? > > > > user1@movotcf:~/Documentos/Desenvolvimento/pascal/svn/ex/lazarus1010$ > make > > bigide > > make

[fpc-pascal] Build Lazarus Ide - On "make bigide": lazaruspackageintf.pas(102, 1) Fatal: Internal error 2013081601

2013-08-19 Thread Osvaldo Filho
Anyone coud help-me? user1@movotcf:~/Documentos/Desenvolvimento/pascal/svn/ex/lazarus1010$ make bigide make -C packager/registration make[1]: Entrando no diretório `/home/user1/Documentos/Desenvolvimento/pascal/svn/ex/lazarus1010/packager/registration' /bin/rm -f ../units/x86_64-linux/fcllaz.ppu /

[fpc-pascal] make[4]: i386-win32-as: (command not found)

2010-12-06 Thread Osvaldo Filho
make clean all CPU_TARGET=i386 OS_TARGET=win32 make install CPU_TARGET=i386 OS_TARGET=win32 PREFIX=/home/kxu/DevPascal/fpc_inst/fpc_win32 FPC_VERSION=2.4.3 make -C hermes smart make[3]: Entrando no diretório `/home/deskxu/DevPascal/fpc_inst_scripts/fpc/packages/hermes' make all LINKSMART=1 CREATES

[fpc-pascal] OFFTOPIC: Money Model, for FPC

2010-12-02 Thread Osvaldo Filho
Is Firebird really free? If you’re expecting some sensation, I’ll not make you happy. Shortly, yes, Firebird is free, completely. You can use it wherever you want and you don’t have to pay anything nor release sources of your application nor … On the other hand, the whole truth, considering all t

Re: [fpc-pascal] Versions x.x.1, x.x.3, x.x.5 are development versions? or are bug fixes?

2010-03-17 Thread Osvaldo Filho
Please, where is this information? 2010/3/17 Jonas Maebe : > > On 18 Mar 2010, at 00:10, Osvaldo Filho wrote: > >> Versions x.x.1, x.x.3, x.x.5 are development versions? or are bug fixes? >> >> Ex.: 2.4.1 > > x.[0,2,4,6,9].[1,3,5,7,9] are bug fixes versions

[fpc-pascal] Versions x.x.1, x.x.3, x.x.5 are development versions? or are bug fixes?

2010-03-17 Thread Osvaldo Filho
Versions x.x.1, x.x.3, x.x.5 are development versions? or are bug fixes? Ex.: 2.4.1 ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Re: FPC from subversion without root access

2010-02-21 Thread Osvaldo Filho
Thank you very much 2010/2/21 Marc Weustink : > Osvaldo Filho wrote: >> >> Thank you. >> >> I have my own compiler - files from another computer - not the ubuntu >> package. >> >> How can I say the Make program where are the files of the compiler? >

Re: [fpc-pascal] Re: FPC from subversion without root access

2010-02-20 Thread Osvaldo Filho
Thank you. I have my own compiler - files from another computer - not the ubuntu package. How can I say the Make program where are the files of the compiler? They are in: ~/apps/fpc/bin and ~/apps/fpc/lib 2010/2/18 Marc Weustink : > Osvaldo Filho wrote: >> >> Sorry: >> >

[fpc-pascal] Re: FPC from subversion without root access

2010-02-18 Thread Osvaldo Filho
Sorry: How can I get the FPC subversion installed on my directory? 1) Download form subversion - Ok ...) Compile? Create ~/.fpc.cfg? How ? Em 18 de fevereiro de 2010 19:36, Osvaldo Filho escreveu: > Como posso ter o FPC do subversion instalado em meu diretório? > 1) Download form subv

[fpc-pascal] FPC from subversion without root access

2010-02-18 Thread Osvaldo Filho
Como posso ter o FPC do subversion instalado em meu diretório? 1) Download form subversion - Ok ...) Compile? Create ~/.fpc.cfg? How ? ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Cross-compiling from 64-bit Linux to 32-bit Linux

2010-02-08 Thread Osvaldo Filho
I have the same problem (or not?) : --- Free Pascal Compiler version 2.4.1 [2010/02/03] for i386 Copyright (c) 1993-2009 by Florian Klaempfl Target OS: Linux for i386 Compiling lazarus.pp Compiling resource ../units/i386-linux/lazarus.or Linking ../lazarus ld: warning: ../link.res contains out

[fpc-pascal] Hardware information: Linux and Windows

2010-01-19 Thread Osvaldo Filho
How do I get information about the hardware in Linux and Windows? - Identification of the processor: model, manufacturer, serial number - Identification of Hard Disk: model, manufacturer, physical serial number - Identification of Memory: model, manufacturer, size, type - Identification of Motherbo

[fpc-pascal] Fwd: wishlist for new forum

2010-01-06 Thread Osvaldo Filho
>From ForPas! New forum made with FPC/Lazarus -- Forwarded message -- From: OsvaldoTCF Date: 2010/1/6 Subject: wishlist To: forpas Please send us your wish list. What you like to have in a forum? What facilities? Interactivity ... __

[fpc-pascal] Forum Merge Fwd: Examples - First contact ;-)

2009-12-22 Thread Osvaldo Filho
The first contact on new Forum for New Forum! ;-) -- Forwarded message -- From: Wanderlan Date: 2009/12/22 Subject: Examples To: forpas Ext JS Web forum interface example: http://www.extjs.com/deploy/dev/examples/forum/forum.html Database structure for a Web forum http://v

Re: [fpc-pascal] Forum merger

2009-12-22 Thread Osvaldo Filho
http://groups.google.com/group/forpas/about 2009/12/18 Graeme Geldenhuys : > Vincent Snijders wrote: >> >> The most important thing now is that (at least) one >> person actually starts *coding* and making his source available. Where is >> not that >> important. > > > I agree 100%. > > > > Regards

Re: [fpc-pascal] Forum merger 2

2009-12-22 Thread Osvaldo Filho
Ok! 2009/12/22 Graeme Geldenhuys : > Osvaldo Filho wrote: >> anything in the project, once registered as participants, with a >> schedule public, voting technologies: svn, git, googlegroups, OPF, db, >> other frameworks, etc. > > I say it again. Just register the pr

[fpc-pascal] Forum merger 2

2009-12-22 Thread Osvaldo Filho
(google translate) Why not start? We did not start because it is not interesting or because can not be done? After all, is it possible to do a good job for the web in Pascal? Why not start a project for a Forum in Pascal, without specifying anything in the project, once registered as participants

Re: [fpc-pascal] Forum merger

2009-12-17 Thread Osvaldo Filho
Well, fpWeb is winner, yes? Bee can create a sourceforge project? 2009/12/17 Graeme Geldenhuys : > Michael Van Canneyt wrote: >> >> The advantage of fpweb is that it doesn't matter whether you want to use >> an apache module, plain cgi or fastcgi, or in a standalone server. >> It works with all 4

Re: [fpc-pascal] Forum merger

2009-12-16 Thread Osvaldo Filho
FreeSpider http://www.lazarus.freepascal.org/index.php?topic=7439.0 Powtils http://code.google.com/p/powtils/ 2009/12/16 Osvaldo Filho : > Powtils + FreeSpider ? > > > 2009/12/16 Michael Van Canneyt : >> >> >> On Wed, 16 Dec 2009, Bee Jay wrote: >> >>&g

Re: [fpc-pascal] Forum merger

2009-12-16 Thread Osvaldo Filho
Powtils + FreeSpider ? 2009/12/16 Michael Van Canneyt : > > > On Wed, 16 Dec 2009, Bee Jay wrote: > >>> So Bee, register a project on SourceForge or GitHub and start coding. >>> Maybe >>> somebody will contribute at some stage. Like they said in some old movie: >>> "Build it and they will come".

Re: [fpc-pascal] Forum merger

2009-12-15 Thread Osvaldo Filho
I like the idea! When I see MonoDevelop and compare with Lazarus, I see that we need more ideas to the market. I see no problem in being more attractive to the market. I see no problem in bringing new fans to Lazarus. The tool is good. The FPC is mature. We need things that with a larger community

Re: [fpc-pascal] Generating code form xmi files

2009-04-05 Thread Osvaldo Filho
http://www.opensubscriber.com/message/dia-l...@gnome.org/11515637.html Em Dom, 2009-04-05 às 11:05 +0200, Michael Fuchs escreveu: > Graeme Geldenhuys schrieb: > > I currently use "Dia Diagram editor" to design UML diagrams, but as > > far as I know it does generate any code. :-( > > Try > http:

Re: [fpc-pascal] Generating code form xmi files

2009-04-03 Thread Osvaldo Filho
We could work on it. Perhaps any one cold start a project for that. And others help. My English and my knowledge in C++ is very pour. But i help any one do it. 2009/4/3 Michael Van Canneyt > > > On Fri, 3 Apr 2009, Mattias Gärtner wrote: > > > Zitat von Michael Van Canneyt : > > > > > > > > >

Re: [fpc-pascal] GUI application sample for windows and linux

2008-08-07 Thread Osvaldo Filho
indows/*nix cross-platform > libraries like fpgui and msegui. Happily I have never had to examine > that stuff because I use fpgui to make forms and buttons. > > Good luck with your class, though. > > ~David. > > > On Tuesday 05 August 2008 6:51 am, Osvaldo Filho wrote:

[fpc-pascal] GUI application sample for windows and linux

2008-08-05 Thread Osvaldo Filho
Hi, i need a sample of an application with this: One form One button with an event, the event: showmessage('Hello, my name is: '+ button.name) The application to be need cross plataform for windows and linux and not use gtk, gtk2, qt or fpGui. No lazarus code, please. This application is for an