Page 1 of 1

Converting from C++ to WinMX

Posted: Tue Mar 17, 2009 9:15 am
by Bob
Hello all,

I've started to learn C++ coding at UNI and i just wanted to know how one goes about converting from C++ code to the code in the winmx bots?
Ive notice that theres a little difference from the two.

If anyone could help that would be great

Bob

Re: converting from C++ to WinMX

Posted: Wed Mar 18, 2009 6:54 pm
by Pri
C++ is completely different to the Bots in WinMX I suppose you are referring to Metis?

- Metis uses TinyXML for its plugins. You can take a lot of what you know about C++ and apply it to TinyXML by reading the Metis help documentation.