2 Apr
2007
2 Apr
'07
5:52 p.m.
Hi list, I have just implemented my first simple test class in C and I had no problem linking it statically into the chuck executable and importing it (by adding a couple of lines to chuck_compile.cpp. But this is probably not the intended / most elegant way of deploying contributions :-) I read about ckx files in the developer's guide http://chuck.cs.princeton.edu/doc/develop/ Sounds like "The Way" (tm). so... any additional api/compiler flags needed to create those ckx files? how do I load them from within chuck? Could you point me to some examples? Thanks, --lu