Hi VeT,

I'm back to messing with lite-c and Newton. It's good to see you kept up the great work!

As I was adapting my code to fit the newest version of the wrapper I noticed that *NewtonCorkscrewCallBack was being cast as a DWORD instead of a void. This had already been corrected in earlier versions. Is there a reason for re-introducing the DWORD cast? I have to change it to void in order not to break my code.

I also noticed that there is now a NewtonMain2.18.c and a NewtonMain.c, a NewtonAPI2.18.c and a NewtonAPI.c (and likewise for the JointLibrary files). What are the differences between the two and which one should we use?

Cheers