[chuck-users] question about public class

michael breitenbach michaelbreitenbach at mac.com
Thu Jan 5 17:46:12 EST 2006


hi,
why doesnt work the following code (bus error on osx):

public class wx5
{
     static Envelope breath;
}
wx5.breath => blackhole;

i want to use the public class for global control variables.
the following does the same as the fragment above - but i have to 
create a dummy object:

public class wx5
{
     static Envelope breath => blackhole;
}
wx5 dummy;

micha
  



More information about the chuck-users mailing list