But you can't download it, you can only copy and paste...
Offline
ok, ill try to find the downloadable version.
Update: Im totaly lost on where to get it, i looked at this forum thread andit might lead you some where, just to say, i think all the instructions on how to set up the scratchr platform are here as i said the first time.
Last edited by markyparky56 (2009-11-19 06:51:23)
Offline
Oh, I've got to Contact the Scratch Team. xD Lets just stick with making are own website.
Offline
Okay, I've finally found out how to get the saving working on C++(it took 15 mins)
and released a pre-pre-preliminary(not a typo) version of emerald, written in cpp.
http://www.mediafire.com/?5jemntnnfwn
I don't know if anyone cares, but I know that c++ will be able to give an executable too, instead of just a .py file, making it usable by many more people.
like i said, it is a very preliminary version. I wrote it while listening to "Sympathy for the Devil"
Offline
Testing now...
Offline
Ok. I get an error message... "This application has failed to start because MSVCP100D.dll was not found. Re-installing the application may fix this problem."
Offline
OK, I've made a version which actually resembles EMERALD in some ways
http://www.mediafire.com/?wzjmdy2o42z
it didn't give me any errors.
But I've installed Visual CPP2010 and 2008 express and 2003
so there may be some dlls missing, but I wouldnt think so.
Offline
Well, if we use Python, then ANYONE on ANY platform can use it, and besides, you can change .py files into .exe or .app and I'll just download the .py or download the source of it.
Offline
Magnie wrote:
Well, if we use Python, then ANYONE on ANY platform can use it, and besides, you can change .py files into .exe or .app and I'll just download the .py or download the source of it.
Magnie, not everyone has python installed on there computer, so unless we have an installer install python while its installing Emerald, then only people with python have the ability to view Emerald.
Also, iv put up a thread asking how the scrtach project viewer works, and if its part of the ScratchR Platform. hopefuly we get some answers.
Edit: w've got over 8k views!
Last edited by markyparky56 (2009-11-20 10:27:31)
Offline
Yes, but most people have Python installed.
Offline
Well, generally, I could compile it for more than one platform, like linux or mac.
But they might not have the necessary libs.
*WAIT A SECOND*
C++ is very multi platform.
just about as multi platform as python.
or more.
Last edited by cds56 (2009-11-20 14:40:10)
Offline
cds56 wrote:
OK, I've made a version which actually resembles EMERALD in some ways
http://www.mediafire.com/?wzjmdy2o42z
it didn't give me any errors.
But I've installed Visual CPP2010 and 2008 express and 2003
so there may be some dlls missing, but I wouldnt think so.
Same error.
Gonna go get Visual C++ 2010 now.
Offline
Ok, C++ 2010 isn't out yet?
I just decided to randomly get 2005 C++ (redistributable)
Offline
OK. Still doesn't work.
Could anyone just tell me what MSVCP100D.dll is, specifically, not just a C++ DLL, but what it exactly does...?
Offline
I'm using the 2010 beta.
and unfortunately, the fifth answer on my google search is you saying MSVCP100D.dll in this thread.
wait. Okay, MSVCP stands for microsoft visual c plus plus. it is a standard library dll in Visual studio 2010. at microsoft's website, they said that the best way was to include the file so,
http://www.mediafire.com/?gk3eznyzeym the updated .zip
Offline
ok, maybe you should also get a slightly older version of C++, so that its easier for people to view it without the Dll?
Magnie: Nobody i know has python on there compter, its not something that someone would go out and do one evening without reason.
Offline
I guess, but it's easier to get than VB.
Offline
Alright:
1. w/ included DLL - says its not a valid Windows Image (the DLL)
2. w/ static (DLLs built in/whatever) - the DLL error from previous posts
Offline
eugh. I'll figure it out. but usually statically compiling it works.
I guess...I'll compile it with VS 2003. I only have 2008 express.
*UPDAT*
2003 doesnt have the necessary libraries.
but, I figured out that the version that was static, umm, it's to say that I forgot to hit "apply" on the properties screen.
http://www.mediafire.com/?vmky0gyhoz4
try this. It should work. the, uh DLLs were built in, and the program size increased by 300 percent almost. it increased by about the size of MSVCP100D.dll
Offline
I have Win7RC (not the retail/RTM) and WinXP, if you need me to test Win7.
Offline
OK, it works. O.M.G this is like the primitive Emerald 0.1.
It only has print, but I guess that's okay, as print and ask were pretty much the same in 0.1.
Offline
YES
I programmed ask into that version, although it isnt listed in the commands, and open, but both are nonfunctional due to minor errors. actually, open is useless. but ask is just FRUSTRATING. just type ask, then type what you want to ask, then type run, and instead of asking the question, it jumps to the original function, where it asks you what you want to ask the user. Save works, run works, for some reason, multi word printing is a hit or miss, probably because of the limitations of cin >>
I'm going to add a "new" function, which just sorta clears the variables.
but it finally worked.
Offline