Re: [fpc-pascal] Object pascal language compatiblity - was: Does FPC 2.8.0 can actually still be called Pascal ?

2013-02-27 Thread Simon Kissel
This is a terrible idea. The business advantage of Object Pascal has always been the component market, as it reduces development Component vendors simply aren't interested in FPC, and those that are, are bought about by EMBT and made Delphi only. Component vendors are interested in selling com

[fpc-pascal] Object pascal language compatiblity - was: Does FPC 2.8.0 can actually still be called Pascal ?

2013-02-27 Thread Simon Kissel
I still believe FPC should leave the "delphi compatible" idea, or clearly state that it means "compatible with Delphi 7 for legacy purposes" and nothing newer. Then innovate the rest of the language on its own in a Pascal-like manner. This is a terrible idea. The business advantage of Object Pas

Re: [fpc-pascal] CrossFPC is finally released

2012-12-31 Thread Simon Kissel
Hi Michael, > What puzzles me is: why still do this ? Depends. From my own/commercial perspective: I still love the Delphi 7 IDE, and my co-workers also are Delphi users and have not switched to Lazarus. We also use a hell lot of commercial Delphi components. Our work-flow for our embedded

[fpc-pascal] CrossFPC is finally released

2012-12-31 Thread Simon Kissel
[Excuse the broken thread reference, I just subscribed to this list] We've just released the first public version at www.crossfpc.com. Go check it out. So yes, we kept the "late 2012" release date ;) Bero indeed is the co-author of this project and he's a brilliant mind. Sadly his code typically

Re: [fpc-pascal] CLX for FPC + Bug i386 cdecl

2005-03-08 Thread Simon Kissel
Hello Den, DJ> The FPC Wiki shows someone else is busy at it too, DJ> any cooperation would be great. Replied to off-list. Simon ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Re: [fpc-pascal] Version 1.9.6[??] on the Mac.

2005-01-15 Thread Simon Kissel
[Sorry, didn't notice reply-to is set to sender and not the list here] Skybuck, thanks for the detailed guide. However, it was simpler than that... with the help from the guys at #fpc, I got ftp://ftp.freepascal.org/pub/fpc/contrib/cross/mingw/mingwcross.zip Unzipped that to \cross, then got mys

[fpc-pascal] Cross-compilation to Linux from win32

2005-01-14 Thread Simon Kissel
Hi, after quite some time I thought to give FPC another try to see if it's a suitable replacement for Kylix. My goal is to be able to cross-compile Linux elf targets from win32. So I downloaded and installed 1.9.6, and after that added the units packages for Linux. Run up FP, compiled hello wor