Author |
Message |
Guest
Offline
|
Posted: Sun Sep 24, 2006 12:08 am Post subject: Making a bot .DLL from Borland's command line C++ compiler |
 |
|
|
|
Just recently decided to see if I can make an event bot. The MERVBot tutorial is great to code it, but only if you have Visual Studios 6.0 already installed. Microsoft decided to stop support for VS 6.0 several months ago (maybe it was at the beginning of this year), so I instead tried to use Borland's free C++ compiler. They do have Microsoft Visual Express 2005 available for free, but it doesn't handle making .DLLs.
Now, I know the option to make a .DLL from ONE file (from the -tWD option, "bcc32 -tWD command.cpp", which gives me both the .DLL and command.tds). But I believe it needs to include both command.cpp and spawn.cpp correct? Though when I try this with just spawn.cpp I get:
Error E2133: Unable to execute command 'tasm32.exe'
Any help? I have BitComet, so a link to an active torrent for VS 6.0 (I could only find a couple dead ones instead) may also solve this problem.
Thanks.
P.S. I've made both files compile so far (though with several warnings: i.e. so-and-so is assigned a value but never used). I have most of the event code commented out just so I can try to make this plugin work through a base scenario before taking the big step with full implementation. |
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Sun Sep 24, 2006 12:27 am Post subject: |
 |
|
|
|
MSVS 2005 does handle DLL making... |
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Sun Sep 24, 2006 1:48 pm Post subject: |
 |
|
|
|
Use Dev-C++ or, as mentioned, VS2005. _________________ This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him. |
|
Back to top |
|
 |
D1st0rt Miss Directed Wannabe

Age:37 Gender: Joined: Aug 31 2003 Posts: 2247 Location: Blacksburg, VA Offline
|
Posted: Sun Sep 24, 2006 5:01 pm Post subject: |
 |
|
|
|
You can get a free copy of Visual C++ 2005 Express (only leaves stuff you would most likely not use) here. _________________
 |
|
Back to top |
|
 |
|