|
Re: Croquet on Linux: msg#00326lang.smalltalk.squeak.general
On Fri, 8 Nov 2002, Withers, Robert wrote: > once you change the engine to be the GLXUnix engine Somehow that method did not make it into the changeset. GLX class>>new new Smalltalk platformName = 'Win32' ifTrue:[^GLXWin32 basicNew initialize]. Smalltalk platformName = 'unix' ifTrue:[^GLXUnix basicNew initialize]. Smalltalk platformName = 'Mac OS' ifTrue:[ "Only OSX for now" ^GLXMacOSX basicNew initialize ]. ^self error:'Cannot identify platform' -- Bert
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Croquet on Linux, Bert Freudenberg |
|---|---|
| Next by Date: | Croquet speed, Joshua D Boyd |
| Previous by Thread: | RE: Croquet, Withers, Robert |
| Next by Thread: | Re: Croquet on Linux, Randal L. Schwartz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |