Author |
Message |
Contempt+ Server Help Squatter
Age:36 Gender: Joined: May 15 2005 Posts: 682 Location: Home Offline
|
Posted: Thu Jun 23, 2005 2:10 pm Post subject: |
 |
|
|
|
yeah, #include <sockets.h>
Do you have the merv src in the parent folder? _________________ SSE Network Administrator
|
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Thu Jun 23, 2005 2:12 pm Post subject: |
 |
|
|
|
Oh. My reading error!
|
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Thu Jun 23, 2005 2:13 pm Post subject: |
 |
|
|
|
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 |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Thu Jun 23, 2005 2:16 pm Post subject: |
 |
|
|
|
Wow. I suck today.
|
|
Back to top |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
Posted: Thu Jun 23, 2005 2:27 pm Post subject: |
 |
|
|
|
still doesn't work lol
then where the hell is it?!?!?!?!
gimme some win32 sdk link
and a winsocket thingy _________________
|
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Thu Jun 23, 2005 2:28 pm Post subject: |
 |
|
|
|
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 |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
Posted: Thu Jun 23, 2005 2:39 pm Post subject: |
 |
|
|
|
still doesn't work
|
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Thu Jun 23, 2005 2:43 pm Post subject: |
 |
|
|
|
same error?
|
|
Back to top |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
Posted: Thu Jun 23, 2005 2:45 pm Post subject: |
 |
|
|
|
oops.. misunderstood you... now it's missing windows.h (from winsock2.h)
|
|
Back to top |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
Posted: Thu Jun 23, 2005 3:45 pm Post subject: |
 |
|
|
|
i found all the files... but i gotta add em one by one
anyone know how to do it so you don't have to replace <windows.h> with "windows.h"?
|
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Thu Jun 23, 2005 4:04 pm Post subject: |
 |
|
|
|
Put them in the same directory as the plugin's src?
|
|
Back to top |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
Posted: Thu Jun 23, 2005 4:06 pm Post subject: |
 |
|
|
|
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 |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Thu Jun 23, 2005 5:15 pm Post subject: |
 |
|
|
|
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 |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
Posted: Thu Jun 23, 2005 6:06 pm Post subject: |
 |
|
|
|
there isn't one...
just give me a link to v 6
|
|
Back to top |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Thu Jun 23, 2005 6:09 pm Post subject: |
 |
|
|
|
MSVS is retail. Buy it.
|
|
Back to top |
|
 |
Bak ?ls -s 0 in

Age:26 Gender: Joined: Jun 11 2004 Posts: 1826 Location: USA Offline
|
Posted: Thu Jun 23, 2005 7:04 pm Post subject: |
 |
|
|
|
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 |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
|
Back to top |
|
 |
Muskrat Server Help Squatter

Age:38 Joined: Aug 24 2004 Posts: 829 Location: Swamp Offline
|
Posted: Fri Jun 24, 2005 6:00 pm Post subject: |
 |
|
|
|
Why dont you buy it Purge.
|
|
Back to top |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Fri Jun 24, 2005 6:04 pm Post subject: |
 |
|
|
|
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 |
|
 |
Purge Episode I > Eposide III Jar-Jar is kool

Age:35 Gender: Joined: Sep 08 2004 Posts: 2019 Offline
|
Posted: Fri Jun 24, 2005 6:10 pm Post subject: |
 |
|
|
|
Muskrat wrote: | Why dont you buy it Purge.  |
I have no self-knowledge of this word "buy".
|
|
Back to top |
|
 |
50% Packetloss Server Help Squatter

Age:40 Gender: Joined: Sep 09 2003 Posts: 561 Location: Santa Clarita, California Offline
|
Posted: Fri Jun 24, 2005 6:26 pm Post subject: |
 |
|
|
|
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 |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Sat Jun 25, 2005 12:32 am Post subject: |
 |
|
|
|
That's only the same link I just posted...
|
|
Back to top |
|
 |
Oer The Dragon Novice
Age:37 Gender: Joined: Feb 20 2005 Posts: 95 Location: Norway-Bergen: The city between the seven mountains Offline
|
Posted: Sun Jun 26, 2005 12:09 pm Post subject: |
 |
|
|
|
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 |
|
 |
Cyan~Fire I'll count you!

Age:37 Gender: Joined: Jul 14 2003 Posts: 4608 Location: A Dream Offline
|
Posted: Sun Jun 26, 2005 9:00 pm Post subject: |
 |
|
|
|
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 |
|
 |
|