Re: [fpc-pascal] Access to RS232 ports with fpc

2009-11-02 Thread Roberto Padovani
There's nothing limited within the compiler! If you have the same knowledge and expertise of Pascal and C, IMHO with gcc you will only be complicating your life. About serial port, low level routine need some practice, but you can go quickly to the point with this component for lazarus: http://s

Re: [fpc-pascal] sql server embedded: sqlite the only solution?

2009-12-16 Thread Roberto Padovani
What about data encryption? Is anyone of those providing it ? Thanks! R# 2009/12/16 ik : > You also have Firebird Embeeded and MySQL Embedded (I really dislike MySQL) > afaik. > > Ido > > http://ik.homelinux.org/ > > > On Wed, Dec 16, 2009 at 4:53 PM, Codebue Fabio - P-Soft > wrote: >> >> I'm t

Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-04-11 Thread Roberto Padovani
2010/4/11 Graeme Geldenhuys : > On 10 April 2010 19:20, Schindler Karl-Michael > wrote: >> >> I tried a bit more using colorlistbox. But what would be as simple as >> possible X11 examples? working with gdb is quite tedious. >> > > >From fpGUI point of view, simply creating a single main window w

Re: [fpc-pascal] fpGUI Toolkit v0.7-rc1 for FPC 2.4

2010-04-12 Thread Roberto Padovani
2010/4/11 Graeme Geldenhuys : > On 11 April 2010 21:47, Roberto Padovani wrote: >> >> for the virtualization, the problem is the absence of the drivers for >> most of the pc hardware unless you happen to have a pc with the >> very few types of devices used in mac

[fpc-pascal] support for using an activex

2011-05-23 Thread Roberto Padovani
Hi List! I looked around the archives and forum, but I didn't come up with a clear answer. Besides, I'm not expert of the win32 and COM world. If I am given an ActiveX, with source code included, is it possible to using from a freepascal / lazarus app like any other dll? I mean loading the dll, i

Re: RE : [fpc-pascal] support for using an activex

2011-05-23 Thread Roberto Padovani
 Sleep(1); >  WordDoc.Close(False); >  MSWord.Quit; >  MSWord := Unassigned; >  WordDoc := Unassigned; >  WordPara := Unassigned; > end. > > > > -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@lists

Re: RE : RE : [fpc-pascal] support for using an activex

2011-05-24 Thread Roberto Padovani
s, but also the content organization is not clear to me. Does anyone have a code example of this "event sinking" ? Thanks anyway, Roberto > Ludo > > > -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@li

Re: RE : RE : RE : [fpc-pascal] support for using an activex

2011-05-25 Thread Roberto Padovani
2011/5/24 Ludo Brands : > The following delphi articles should help creating an event sink: > > http://www.informit.com/articles/article.aspx?p=130494&seqNum=5  This is an > interesting one since it is written for Delphi 3-4 which missed a lot of the > automated COM handling. This is much closer to

Re: RE : RE : RE : RE : [fpc-pascal] support for using an activex

2011-05-25 Thread Roberto Padovani
2011/5/25 Ludo Brands : > Regarding the tlb to pascal "conversion", AFAIK there is no support in fpc. > Delphi is clearly better equiped to work with COM objects. > > I have also been playing around with a generic eventsink class but the > problem is that events can have parameters (and a lot do).

Re: RE : RE : RE : RE : RE : [fpc-pascal] support for using an activex

2011-05-25 Thread Roberto Padovani
2011/5/25 Ludo Brands : > The code in article > http://www.informit.com/articles/article.aspx?p=130494&seqNum=5 goes a long > way in doing what you want to do. Unit Eventsink does pretty much of the > legwork. You should remove the procedure register since that is the Delphi > way to get a componen

Re: RE : RE : RE : RE : RE : RE : [fpc-pascal] support for using an activex

2011-05-25 Thread Roberto Padovani
> > transducer := transducers[index];  works only if transducer is the default > property for Itransducers. I'm not sure if fpc supports this. > > Ludo > > > -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@l

Re: RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support for using anactivex

2011-05-26 Thread Roberto Padovani
Wow, thanks again for the explanation and the example! I'm working on thatand it starts beating By the way, after this: FDevice := GetActiveOleObject(OLE_OBJECT_NAME); how can i test that everything is ok and FDevice is valid ? something like: ok := FDevice <> nil; Roberto 2011/5/26 L

Re: RE : RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support for usinganactivex

2011-05-27 Thread Roberto Padovani
; De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Roberto > Padovani > Envoyé : jeudi 26 mai 2011 17:32 > À : FPC-Pascal users discussions > Objet : Re: RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support for > usinga

Re: RE : RE : RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support forusinganactivex

2011-05-27 Thread Roberto Padovani
t; HKEY_CLASSES_ROOT\CLSID\clsid-of-your-object\version\   (version) > I'll go for the registry! Thanks! > Ludo > > > -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part de Roberto &

Re: RE : RE : RE : RE : RE : RE : [fpc-pascal] support for using an activex

2011-05-30 Thread Roberto Padovani
t; > transducer := transducers[index];  works only if transducer is the default > property for Itransducers. I'm not sure if fpc supports this. > > Ludo > > > -Message d'origine- > De : fpc-pascal-boun...@lists.freepascal.org > [mailto:fpc-pascal-boun..

Re: RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support for using anactivex

2011-05-30 Thread Roberto Padovani
hod with 1 input Index and Output Itransducer^. > > Ludo > >> -Message d'origine- >> De : fpc-pascal-boun...@lists.freepascal.org >> [mailto:fpc-pascal-boun...@lists.freepascal.org] De la part >> de Roberto Padovani >> Envoyé : lundi 30 mai 2011 14:1

Re: RE : RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support for usinganactivex

2011-05-30 Thread Roberto Padovani
Thanks, I'll try installing a more recent fpc and lazarus... 2011/5/30 Ludo Brands : > I created a small automation object with following IDL (part of it): > >   interface ItestAX: IDispatch >  { >    [ >    propget, >    id(0x0001) >    ] >    HRESULT _stdcall Devices([out, retval] IDevices

Re: RE : RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support for usinganactivex

2011-05-31 Thread Roberto Padovani
crash !!! R# 2011/5/31 Roberto Padovani : > Thanks, I'll try installing a more recent fpc and lazarus... > > > > 2011/5/30 Ludo Brands : >> I created a small automation object with following IDL (part of it): >> >>   interface ItestAX: IDispatch >&

Re: RE : RE : RE : RE : RE : RE : RE : RE : RE : [fpc-pascal] support forusinganactivex

2011-06-01 Thread Roberto Padovani
ascal-boun...@lists.freepascal.org] De la part >> de Roberto Padovani >> Envoyé : mardi 31 mai 2011 17:41 >> À : FPC-Pascal users discussions >> Objet : Re: RE : RE : RE : RE : RE : RE : RE : RE : >> [fpc-pascal] support forusinganactivex >> >> >> I trie

Re: [fpc-pascal] can we have fpc's doc in chm format?

2007-12-04 Thread Roberto Padovani
___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- -- Ing. Roberto Padovani via Mandri

Re: [fpc-pascal] copy(), length(), and setlength() is not mentioned in fpc docs?

2007-12-05 Thread Roberto Padovani
> has Bee.ography at: > http://beeography.wordpress.com > ___ > fpc-pascal maillist - fpc-pascal@lists.freepascal.org > http://lists.freepascal.org/mailman/listinfo/fpc-pascal > -- -- Ing. Roberto Padova

Re: [fpc-pascal] Notice: Possible copyright infringements in FPC code base

2008-01-16 Thread Roberto Padovani
I've been following this topic from the beginning and I took the time to read the (questionable) blog from the ex-CG developer. I'm interested in it because aside my personal enjoyment, I started using freepascal+lazarus where I work in order to quickly solve some needs like data analysis, algorit

Re: [fpc-pascal] Notice: Possible copyright infringements in FPC code base

2008-01-16 Thread Roberto Padovani
t I need), I would be the perfect clean room programmernever had any sort of delphi and never read any source at all ! cheers, Roberto 2008/1/16, Michael Van Canneyt <[EMAIL PROTECTED]>: > > > On Wed, 16 Jan 2008, Roberto Padovani wrote: > > > I've been follo

Re: [fpc-pascal] MaskEdit

2008-01-28 Thread Roberto Padovani
a TMaskEdit was posted in attachment by David on 23-nov-2007 The subject wasRe: [lazarus] TMaskEdit new release R# 2008/1/27, Felipe Monteiro de Carvalho <[EMAIL PROTECTED]>: > On Jan 27, 2008 5:40 PM, Marek Nožka <[EMAIL PROTECTED]> wrote: > > But how is it possible, that the compilation is

Re: [fpc-pascal] The reason why linus torvalds hate-pascal

2008-04-15 Thread Roberto Padovani
Ahthe old goto arguinghow many beers have gone with it! Linus is just right, since everyday the purists of the OO languages still can't live without writing a GOTO; they just call it in another "politically correct" way: raise Exception.Create("TA-DA!") R# 2008/4/15, Joost van der S