[vos-d] (no subject)

2006-03-11 Thread AndyFrun
Hello, friends, For CrystalZilla, do you remember the version of Mozilla and Crystal Space and some other libs which CrystalZilla can be compiled and running with? I think I can try to compile it and then to see if I can do something for it or not. Hope I can do something helpful. Thanks

Re: [vos-d] Swig

2006-03-11 Thread Hugh Perkins
Hmmm, After playing around a little with C#, I have to agree with Neil: C# rocks. Just to throw some salt in the wounds of the Python discussions, I cant help thinking that C# has all the advantages of both Python (run from source, easy to read) and C++ (strong typing, runs quickly). Btw, OSMP

[vos-d] C#

2006-03-11 Thread Peter Amstutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, 12 Mar 2006, Hugh Perkins wrote: Hmmm, After playing around a little with C#, I have to agree with Neil: C# rocks. At my work we have a large (300,000+ line) application written mostly in C# and C++ (managed and unmanaged projects). On

Re: [vos-d] C#

2006-03-11 Thread Hugh Perkins
Hi Peter, C# runs from source? What?? While the compiler is in fact part of theruntime (so there are APIs to load and compile source on the fly) it stillis generally statically compiled. Good to see you spotted my intentionally controversial comment ;-) So, as you say C# is a compiled language,