Valhalla Legends Archive

Programming => General Programming => C/C++ Programming => Topic started by: Sargera on July 22, 2004, 11:14 PM

Title: Bot Source Needed - Win32
Post by: Sargera on July 22, 2004, 11:14 PM
Does anyone have a bot source that uses the Win32 to develop perhaps a GUI, and uses Win32 CALLBACK functions and Window procedures, etc.?  If you do, please inform me (if you're willing to give it to me).  Thanks! :)
Title: Re:Bot Source Needed - Win32
Post by: Maddox on July 23, 2004, 03:11 AM
If you're looking for something that gives an example of Windows GUI programming try http://www.relisoft.com. There are bot sources at http://tks.slacktech.com, but I don't know why you would need a bot specifically.

As an alternative to the messy and tedious Windows API, you might want to check out Qt. It's a nice C++ framework that compiles under Linux/OSX/Windows.
Title: Re:Bot Source Needed - Win32
Post by: UserLoser. on July 23, 2004, 04:27 AM
Quote from: Sargera on July 22, 2004, 11:14 PM
Does anyone have a bot source that uses the Win32 to develop perhaps a GUI, and uses Win32 CALLBACK functions and Window procedures, etc.?
...

Yes.
Title: Re:Bot Source Needed - Win32
Post by: Sargera on July 23, 2004, 11:33 AM
Quote from: Maddox on July 23, 2004, 03:11 AM
If you're looking for something that gives an example of Windows GUI programming try http://www.relisoft.com. There are bot sources at http://tks.slacktech.com, but I don't know why you would need a bot specifically.

As an alternative to the messy and tedious Windows API, you might want to check out Qt. It's a nice C++ framework that compiles under Linux/OSX/Windows.

I don't think that it's messy.  Though as you said, it can be tedious at times.
Title: Re:Bot Source Needed - Win32
Post by: Banana fanna fo fanna on July 23, 2004, 11:40 AM
wxWindows is nice...and free...and portable.