Re: [fpc-devel] SSE in FPC

2008-11-28 Thread Mattias Gaertner
On Fri, 28 Nov 2008 21:25:16 +0100 darekm <[EMAIL PROTECTED]> wrote: > Hi > > Are in FPC some instruction set contains streaming SIMD (SSE) like > in GCC: > > http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/X86-Built_002din-Functions.html > > or in Microsoft Visual > > http://msdn.microsoft.co

[fpc-devel] SSE in FPC

2008-11-28 Thread darekm
Hi Are in FPC some instruction set contains streaming SIMD (SSE) like in GCC: http://gcc.gnu.org/onlinedocs/gcc-4.3.2/gcc/X86-Built_002din-Functions.html or in Microsoft Visual http://msdn.microsoft.com/en-us/library/kcwz153a(VS.80).aspx -- Darek ___

Re: [fpc-devel] Pascal to Java compiler

2008-11-28 Thread peter green
Well, I think that the compiler could be shared between a native code and bytecode machine. I think the frontend (parsing the language into a tree structure) can certainly be shared, i'm not sure about the further back stages. Bytecode environments are certainly very different from native code in

Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Leonardo M . Ramé
I've found a Netscape Plugin implementation written in Delphi: http://www.torry.net/vcl/vcltools/plugins/nplugin.zip It works perfectly!, now I'll try to compile it with FPC for Windows and later for Linux. Leonardo M. Ramé http://leonardorame.blogspot.com --- On Fri, 11/28/08, Daniël Mantione

Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Daniël Mantione
Op Fri, 28 Nov 2008, schreef dmitry boyarintsev: How about writing a browser plugin? You should be able to do that in Pascal. You may have to do some pioneering work, making the Netscape plugin API available in Pascal, otherwise it should work and be cross-platform. is that the API? http://d

Re: [fpc-devel] Pascal Applets

2008-11-28 Thread dmitry boyarintsev
> How about writing a browser plugin? You should be able to do that in Pascal. > You may have to do some pioneering work, making the Netscape plugin API > available in Pascal, otherwise it should work and be cross-platform. is that the API? http://devedge-temp.mozilla.org/library/manuals/2002/plug

Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Daniël Mantione
Op Fri, 28 Nov 2008, schreef Leonardo M. Ramé: Hi, does anyone knows if somebody is working on something like "Pascal Applets", similar to Java Applets or Flash, but made in Object Pascal. I need this to be able to record microphone sound through the browser, and I know the only way to do t

Re: [fpc-devel] Pascal Applets

2008-11-28 Thread Bee
Why I hope to find a "Pascal Applet"? because I preffer to write Object Pascal code instead of anything different. AdobeAir + ExtJS + ExtPascal ? It's not truly an "applet" by the way. But it should able to do what you want to achieve. ;) -Bee- ___

[fpc-devel] Pascal Applets

2008-11-28 Thread Leonardo M . Ramé
Hi, does anyone knows if somebody is working on something like "Pascal Applets", similar to Java Applets or Flash, but made in Object Pascal. I need this to be able to record microphone sound through the browser, and I know the only way to do this is by either creating a Java Applet, Flash or A

Re: [fpc-devel] Att: Joost. About bug report 12667

2008-11-28 Thread Luiz Americo Pereira Camara
Joost van der Sluis escreveu: Op zondag 23-11-2008 om 18:31 uur [tijdzone -0300], schreef Luiz Americo Pereira Camara: AFAIK is not possible to have a method argument and a property with the same name in mode objfpc. Let me know if this changed recently. So the is necessary to rename Options

Re: [fpc-devel] Pascal to Java compiler

2008-11-28 Thread Thaddy
Michael Schnell wrote: - One should not attempt to implement Java or C# language constructs in Pascal. Oxygene / Delphi Prism seems to do this very successfully. But of course the compatibility to the existing code base is limited. Well, the first remark is indeed questionable. As you r

Re: [fpc-devel] Pascal to Java compiler

2008-11-28 Thread Thaddy
Michael Schnell wrote: You make a mistake : I am talking about JAVA VM bytecode. Thanks for pointing that out. I did not ever hear about this, but I did learn about Pascal byte code ages ago, so I was mistaken :(. I have send out the emails as promised. Let's hope you can toy around a little

Re: [fpc-devel] Pascal to Java compiler

2008-11-28 Thread Michael Schnell
- One should not attempt to implement Java or C# language constructs in Pascal. Oxygene / Delphi Prism seems to do this very successfully. But of course the compatibility to the existing code base is limited. -Michael ___ fpc-devel maillist -

Re: [fpc-devel] Pascal to Java compiler

2008-11-28 Thread Michael Schnell
You make a mistake : I am talking about JAVA VM bytecode. Thanks for pointing that out. I did not ever hear about this, but I did learn about Pascal byte code ages ago, so I was mistaken :(. The Java byte code thingy looks really interesting, though, It would be great if it really could hap