For all details, including the download, please visit the Screaming Monkey
page at http://wiki.mozilla.org/Tamarin:ScreamingMonkey. The binary will
install a README with more information regarding samples, support, current
limitations and so forth.
Tamarin is an Open Source Virtual Machine intended to implement JavaScript
2, originally developed by Adobe and was contributed to the Mozilla Project
for use in Mozilla 2. The release is cut from the "tamarin-central" branch
- for more details, see the README in the binary distribution or the Wiki.
Wikipedia has some good background information on Active Scripting at
http://en.wikipedia.org/wiki/Active_Scripting.
Enjoy!
Mark
Any ETA on tamarin in mozilla?
Issac
No, but you can follow the Mozilla2 meetings (and their notes) as
announced on dev.planning for progress updates.
Mike
Not working on XP with IE6. Works okay on Vista with IE 7.
Aaron
Works OK for me on XP with IE7, and also on Windows 2000 with IE6 (I don't
have an XP with IE6 handy to test with). What does "not working" mean
exactly - it installs, but the README indicates the engine is not yet
registered?
Has anyone else had success with XP and IE6?
Thanks,
Mark
Hi Mark,
False alarm, its working fine on another XP IE6 machine. I'll see if I can
track down why its not working on my machine.
Aaron
Hi Mark, I have tried building axtem from source but am getting the
following error :-
c:\Open source\tamarin-central\axscript\axtam.cpp(729) : error C3861:
'doubleNumber': identifier not found
Just to say Tamerin builds okay.
Thanks,
Aaron
Are you using vs2008 and the makefiles for that compiler? I fear the vs2005
makefiles are getting stale, but my main dev box was just rebuilt so I can't
quickly check - I'll try and check the older project files in the next day
or so...
Cheers,
Mark
editorial comment: *please* support vs2005... for some of us out here,
upgrading compilers/IDE is a complete pain. I just upgraded from VC98
to VS2005, and only because I absolutely had to in order to use the
Boost libraries (proper C++ template support).
Support for a compiler almost always requires someone with that
compiler to take an active interest. Are you that someone for VC2005,
perhaps? :)
Mike
Okay, obviously I dont know Mercurial, did a 'pull', and an 'update' and now
its showing the correct code.
Minor points :-
- obj directories have gained a obj_8
- avmplus_sd.lib is actually avmplus.lib on my system
- MMgc_sd.lib is actually MMgc_d.lib on my system
- zlib seems to have moved up a directory level towards root.
- Registration is failing
So I deleted every thing and started from scratch and its working fine now,
building and registering.
Thanks,
Aaron
Try Microsoft Visual Studio Express _free_ Versions :-
http://www.microsoft.com/express/download/
Providing its not for commercial usage that is.
Aaron
They're fine for commercial use, actually
http://www.microsoft.com/express/support/faq/
"Can I use Express Editions for commercial use?
Yes, there are no licensing restrictions for applications built using
Visual Studio Express Editions."
Mike
Oh, I thought they were just for Achedemia, students, and individuals.
Good to know.
Aaron