It's a pitty that installing something like SqueakSource is so complicated... One of the problems seems to be that SqueakMap does not work in your 3.7 image...
Adrian Lienhard
adi@...
Jun 1, 2007 7:35 am
119759
Hi! ... SqueakMap is currently 3.8+ only due to the WideString issue. I upgraded SqueakMap to 3.8 and then discovered that ImageSegments from 3.8 don't load in...
Göran Krampe
goran@...
Jun 1, 2007 8:35 am
119760
... Yes, this link is fun. Also don't forget Smalltalk has #highBit, a complement of nlz not involving Float. Nicolas...
nicolas cellier
ncellier@...
Jun 1, 2007 11:20 am
119761
... Yes, that should be enough. This strategy applies to all kinds of thread systems, not just Squeak's, and allows you to bootstrap a new scheduler on top of...
Lex Spoon
lex@...
Jun 1, 2007 3:07 pm
119762
... I tried this, but still ran into the SqueakMap show-stopper. 3.7 does not come with Monticello, and so must be loaded from SqueakMap. But SqueakMap does...
Matthew Fulmer
tapplek@...
Jun 1, 2007 3:49 pm
119763
... Ah, this is good. Don't fiddle with the system's idle process. Many years ago I tried that, we even pushed the change out, followed a few hours later by an...
John M McIntosh
johnmci@...
Jun 1, 2007 5:03 pm
119764
DirectX started out inferior to OpenGL. I remember the days when DirectX first came out. Cards that fully supported OpenGL were high end and very expensive,...
mmille10@...
Jun 1, 2007 10:43 pm
119765
... Last resort: download the mcz file, unzip it - it's just a zip file (rename it to .zip, if necessary), then filein the .st file....
Yanni Chiu
yanni@...
Jun 2, 2007 2:39 am
119766
... I tried doing this, and I got further than before. I downloaded http://www.wiresong.ca/static/releases/MCInstaller.11.st from SqueakMap, and all the...
Matthew Fulmer
tapplek@...
Jun 2, 2007 3:09 am
119767
Hallo -- Hier nochmal zur Erinnnerung fuer alle Interessierten: Am kommenden Donnerstag (7. Juni, 16-17 Uhr) wird Bert am HPI einen Vortrag ueber den ...
Robert Hirschfeld
robert.hirschfeld@...
Jun 2, 2007 8:10 am
119768
Dear Smalltalkers, Registrations to the ESUG 15th International Smalltalk Joint Conference is open. As for past years, you can register on-line and pay either...
Noury Bouraqadi
bouraqadi@...
Jun 2, 2007 8:18 am
119769
... Let me clarify what I meant since the way I phrased the sentence is ambiguous. I am not claiming that dynabook software can be built in less than 20KLOC....
subbukk
subbukk@...
Jun 2, 2007 2:43 pm
119770
<Robert Hirschfeld>Hier nochmal zur Erinnnerung fuer alle Interessierten: Am kommenden Donnerstag (7. Juni, 16-17 Uhr) wird Bert am HPI einen Vortrag ueber den...
Alan Lovejoy
squeak-dev.sourcery@...
Jun 2, 2007 6:06 pm
119771
Maybe somebody has already posted this, but if not here it is. http://blog.wired.com/geekdad/2007/06/just_squeaking_.html We have a blurb on the Wired website....
Chris Cunnington
cunnington@...
Jun 2, 2007 6:27 pm
119772
... [Yes and yes.] Nice translation btw. - Bert -...
Bert Freudenberg
bert@...
Jun 2, 2007 7:28 pm
119773
... Interesting, and a funny oops :) There was a similarly funny post (well, funny to me at least) to the OLPC dev list today by OLPC head UI designer, Eben...
Bert Freudenberg
bert@...
Jun 2, 2007 7:38 pm
119774
Hi Folks - Thanks to some dedicated OLPC-related work done in Greece by Chris Petsos[1], we now have a Windows VM with Unicode support enabled. This VM will...
Andreas Raab
andreas.raab@...
Jun 3, 2007 4:09 am
119775
... Thanks to Ken Causey's help on IRC, I got it working. -- Matthew Fulmer -- http://mtfulmer.wordpress.com/ Help improve Squeak Documentation:...
Matthew Fulmer
tapplek@...
Jun 3, 2007 4:55 am
119776
Great. Could you add a description of how you installed SqueakSource to http://wiki.squeak.org/squeak/5766? This would certainly be helpful for other people...
Adrian Lienhard
adi@...
Jun 3, 2007 8:47 am
119777
I just did a quick test out of curiosity. I did an "update code from server" on a rather old image (Squeak3.9gamma [latest update: #7066]) and it seems there...
Alexander Lazarevic'
Alexander@...
Jun 3, 2007 12:20 pm
119778
... After installing the various fixes and picking fonts, I was able to enter Cyrillic text through the keyboard, using a Greek environment, on a German...
"Martin v. Löwis"
martin@...
Jun 3, 2007 5:39 pm
119779
Yes, I just fixed that. A left-over call to CreateDirectoryA() would make directory creation impossible and later file creation attempts as well. Will be fixed...
Andreas Raab
andreas.raab@...
Jun 3, 2007 6:28 pm
119780
... Hm ... there isn't any easy way to test this I guess? The code hasn't changed that much so I would expect this to be working (in particular considering...
Andreas Raab
andreas.raab@...
Jun 3, 2007 6:32 pm
119781
... Digging in the code it seems that the conversion of file names is broken (or at least it seems that way). I can't seem to find the place where a ...
Andreas Raab
andreas.raab@...
Jun 3, 2007 6:49 pm
119782
I have fixed the problem with directory creation and updated the VM to 3.10.2 which is up in the usual places: ...
Andreas Raab
andreas.raab@...
Jun 3, 2007 7:00 pm
119783
... The file path interpretation works on Japanese Windows (see the file name pane in the attached picture) by changing the fileNameConverterClass of...
Yoshiki Ohshima
yoshiki@...
Jun 3, 2007 7:45 pm
119784
Martin, ... As Andreas wrote, defaultFileNameConverter has to be modified (and the class var in the LanguageEnvironment has to be cleared.) ... Read the...
Yoshiki Ohshima
yoshiki@...
Jun 3, 2007 7:53 pm
119785
Chris, ... Sure. I looked at these values yet didn't see it. (If I remember correctly, it got changed (from third to sixth. take a look at...
Yoshiki Ohshima
yoshiki@...
Jun 3, 2007 8:37 pm
119786
... The VM is not generally compiled with -DUNICODE; the places where we utilize WCHAR are explicit and we use the explicit *W variants of the Windows...
Andreas Raab
andreas.raab@...
Jun 3, 2007 8:56 pm
119787
... It's actually very easy. 1. Create a text file. 2. rename it to some Cyrillic (or Japanese, or whatever) name 3. Open it in the listing To rename it, the...