• Welcome to Valhalla Legends Archive.
 

Bot Source Needed - Win32

Started by Sargera, July 22, 2004, 11:14 PM

Previous topic - Next topic

Sargera

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! :)

Maddox

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.
asdf.

UserLoser.

#2
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.

Sargera

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.

Banana fanna fo fanna

wxWindows is nice...and free...and portable.