Quote:
Originally Posted by Dropkick Brian
i hate c++ so im only in for java apps, which of course doesnt allow some things like heads up displays. we could host the project on google code, which has wikis and subversion repository now.
If you learn a tiny bit of C and read up on the MSDN docs, then you can write small wrapper functions for the some of the Win32 API functions and call then from Java via the JNI interface - this will let you create stuff like HUDs in Java (JNI is actually very easy to use too - it writes most of the code for you and just leaves you to fill in the stubs).
Juk