Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
I wanna make a plugin
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic Printable version
 View previous topic  looking for C++ programs for making bots Post :: Post warp plugin problem  View next topic  
Author Message
Contempt+
Server Help Squatter


Age:36
Gender:Gender:Male
Joined: May 15 2005
Posts: 682
Location: Home
Offline

PostPosted: Thu Jun 23, 2005 2:10 pm    Post subject: Reply to topic Reply with quote

yeah, #include <sockets.h>

Do you have the merv src in the parent folder?
_________________
SSE Network Administrator
Back to top
View users profile Send private message Add User to Ignore List Visit posters website AIM Address
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Thu Jun 23, 2005 2:12 pm    Post subject: Reply to topic Reply with quote

Oh. My reading error!
Back to top
View users profile Send private message Add User to Ignore List
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Thu Jun 23, 2005 2:13 pm    Post subject: Reply to topic Reply with quote

Contempt+ wrote:
yeah, #include <sockets.h>

Do you have the merv src in the parent folder?


For that, it should be "..\sockets.h" and not <sockets.h> (since it's in a different folder).
Back to top
View users profile Send private message Add User to Ignore List
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Thu Jun 23, 2005 2:15 pm    Post subject: Reply to topic Reply with quote

it found socket.h.... it couldn't find winsock2.h
_________________
SubSpace Discretion: A Third Generation SubSpace Client


Last edited by Bak on Thu Jun 23, 2005 2:23 pm, edited 1 time in total
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Thu Jun 23, 2005 2:16 pm    Post subject: Reply to topic Reply with quote

Wow. I suck today. icon_sad.gif
Back to top
View users profile Send private message Add User to Ignore List
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Thu Jun 23, 2005 2:27 pm    Post subject: Reply to topic Reply with quote

still doesn't work lol
then where the hell is it?!?!?!?!
gimme some win32 sdk link
and a winsocket thingy
_________________
Back to top
View users profile Send private message Add User to Ignore List Send email
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Thu Jun 23, 2005 2:28 pm    Post subject: Reply to topic Reply with quote

Oer The Dragon wrote:
ty... now where's that file: \mervbot\makeplugin\tutorial\sockets.h(13) : fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory


It found sockets.h, it didn't find winsock2.h

I've attached winsock2.h, Oer, put it into the same directory as sockets.h and (in sockets.h) change

#include <winsock2.h>

to

#include "winsock2.h"

Let me know if there's any other files you're missing




WinSock2.h - 103.22 KB
File downloaded or viewed 47 time(s)
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Thu Jun 23, 2005 2:39 pm    Post subject: Reply to topic Reply with quote

still doesn't work icon_cry.gif
Back to top
View users profile Send private message Add User to Ignore List Send email
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Thu Jun 23, 2005 2:43 pm    Post subject: Reply to topic Reply with quote

same error?
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Thu Jun 23, 2005 2:45 pm    Post subject: Reply to topic Reply with quote

oops.. misunderstood you... now it's missing windows.h (from winsock2.h)
Back to top
View users profile Send private message Add User to Ignore List Send email
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Thu Jun 23, 2005 3:45 pm    Post subject: Reply to topic Reply with quote

i found all the files... but i gotta add em one by one new_let_it_all_out.gif

anyone know how to do it so you don't have to replace <windows.h> with "windows.h"?
Back to top
View users profile Send private message Add User to Ignore List Send email
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Thu Jun 23, 2005 4:04 pm    Post subject: Reply to topic Reply with quote

Put them in the same directory as the plugin's src?
Back to top
View users profile Send private message Add User to Ignore List
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Thu Jun 23, 2005 4:06 pm    Post subject: Reply to topic Reply with quote

no i still have to replace <> with ""

edited: holy crap visual studio is opening over 900 files
just opened another visual studio automatically
Back to top
View users profile Send private message Add User to Ignore List Send email
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Thu Jun 23, 2005 5:15 pm    Post subject: Reply to topic Reply with quote

OMG don't listen to these people, Oer.

Remove all of the files you've moved into the plugin's directory. Now, find out where the include directories are listed in VC2005 (it's in Tools->Options->Directories tab in VC6 if that helps), and make sure the directory that had all of those files is listed there. Then, change the ""s back to <>s.

What are you planning to do, Bak? Attach the whole SDK? Have him copy every file in the SDK into every plugin directory he tries to compile?
_________________
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
View users profile Send private message Add User to Ignore List Visit posters website
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Thu Jun 23, 2005 6:06 pm    Post subject: Reply to topic Reply with quote

there isn't one...
just give me a link to v 6 icon_confused.gif
Back to top
View users profile Send private message Add User to Ignore List Send email
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Thu Jun 23, 2005 6:09 pm    Post subject: Reply to topic Reply with quote

MSVS is retail. Buy it.
Back to top
View users profile Send private message Add User to Ignore List
Bak
?ls -s
0 in


Age:26
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Thu Jun 23, 2005 7:04 pm    Post subject: Reply to topic Reply with quote

Well I was hoping it was just one file that was missing. If you add it to the include path (like cyan~fire said) wherever you installed VS.NET you won't have to change the <> to ""
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Fri Jun 24, 2005 12:24 pm    Post subject: Reply to topic Reply with quote

for heavens sake... I had a suspision it was to buy
you could have just told me
i'll try
(btw I got the files from here:
http://www.microsoft.com/downloads/details.aspx?FamilyId=A55B6B43-E24F-4EA3-A93E-40C0EC4F68E5&displaylang=en )[/url]
Back to top
View users profile Send private message Add User to Ignore List Send email
Muskrat
Server Help Squatter


Age:38
Joined: Aug 24 2004
Posts: 829
Location: Swamp
Offline

PostPosted: Fri Jun 24, 2005 6:00 pm    Post subject: Reply to topic Reply with quote

Why dont you buy it Purge. tongue.gif
Back to top
View users profile Send private message Add User to Ignore List AIM Address
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Fri Jun 24, 2005 6:04 pm    Post subject: Reply to topic Reply with quote

Oh. So when you say you "found all the files" that means you found them on the net? If you want to download everything the way it should be check here.

But if you're actually buying a copy of VS, then the CD should come with the SDK (software development kit) on it.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:35
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2019
Offline

PostPosted: Fri Jun 24, 2005 6:10 pm    Post subject: Reply to topic Reply with quote

Muskrat wrote:
Why dont you buy it Purge. tongue.gif


I have no self-knowledge of this word "buy". sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List
50% Packetloss
Server Help Squatter


Age:40
Gender:Gender:Male
Joined: Sep 09 2003
Posts: 561
Location: Santa Clarita, California
Offline

PostPosted: Fri Jun 24, 2005 6:26 pm    Post subject: Reply to topic Reply with quote

Oer The Dragon wrote:
DUDE im not a bloody script kiddie

No one called you a script kiddie, I said that you should learn C++ first before persuing mervbot.

All socket files should be in the compiler's include directory. If it's not then you either stole the software (via kazaa, ect) or you have some crappy student version. They are probably in the SDK
http://www.microsoft.com/msdownload/platformsdk/sdkupdate/
_________________
Current Terror Alert Level
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Sat Jun 25, 2005 12:32 am    Post subject: Reply to topic Reply with quote

That's only the same link I just posted...
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Oer The Dragon
Novice


Age:37
Gender:Gender:Male
Joined: Feb 20 2005
Posts: 95
Location: Norway-Bergen: The city between the seven mountains
Offline

PostPosted: Sun Jun 26, 2005 12:09 pm    Post subject: Reply to topic Reply with quote

ok so it's like \I \include...
but can i put c:program files\sdk\include\ ?
didn't work (it's visual c++ 2005 expres edition beta btw)

ps: ok fine: ''i'm not a bloody script kiddie and I never will be!''
Back to top
View users profile Send private message Add User to Ignore List Send email
Cyan~Fire
I'll count you!
I'll count you!


Age:37
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Sun Jun 26, 2005 9:00 pm    Post subject: Reply to topic Reply with quote

Huh? It sounds like you're just putting it in your compiler options string. Put it in the Tools -> Options directories thing if you want to to work right. (That'll have a browse interface, too.)
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Bot Questions All times are GMT - 5 Hours
Goto page Previous  1, 2, 3  Next
Page 2 of 3

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 152 page(s) served in previous 5 minutes.

phpBB Created this page in 0.520731 seconds : 51 queries executed (91.6%): GZIP compression disabled