[EMAIL PROTECTED] writes:
 > Markus Fritsche writes:
 >  > Markus Fritsche schrieb:
 >  > 
 >  > >>> You can set the path that VMMaker generates the source files in. It's
 >  > >>> "Path to generated sources".
 >  > 
 >  > > Hmm... during background compilig I get a dnu from 
 > Process>>#isTerminated
 >  > 
 >  > Which gets send by the process browser itself with turned on
 >  > auto-updated. But there are more senders for isTerminated, which will
 >  > all fail since there is nothing like "startpc" in ExuperyBlockContext
 > 
 > That's possible, The right solution would be to implement the protocol
 > on ExuperyBlockContext. I've been slowly adding protocol as required.
 > 
 > Just curious, what are you doing to hit a new method so quickly?

Try adding:

ExuperyBlockContext>>startpc
        ^ Exupery byteCodeAddressFor: initialCompiledBlock
_______________________________________________
Exupery mailing list
[email protected]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/exupery

Reply via email to