Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Question :]
#1
I always wondered.. If you had a c++ client, could you build a server with vb6?
Reply
#2
Yes
Reply
#3
lordgivemick Wrote:vb6 and c+ or ++ are basically the same thign just one is a bit more advanced than the other. from what ive learned Tongue so ya you can mix them together.

You might want to slap whoever taught you that, then. :wink:

They communicate with sockets, so as long as you are using the same socket types (TCP, UDP, etc) along with the same protocol (IPv4, IPv6, etc) then you're fine. You can run on any OS, any language, as long as that language is supported on that OS. You can have a VB6 Windows server and Java clients on Mac if you want.
Reply
#4
lordgivemick Wrote:vb6 and c+ or ++ are basically the same thign just one is a bit more advanced than the other. from what ive learned Tongue so ya you can mix them together.
Did you REALLY post that, or am I just imagining it?
Reply
#5
To answer the first post...

As long as both applications are capable of sending data to each other, it doesn't matter what language they're in. But if you're going to write a C++ client you may as well write a C++ server too.
Reply
#6
GameBoy Wrote:To answer the first post...

As long as both applications are capable of sending data to each other, it doesn't matter what language they're in. But if you're going to write a C++ client you may as well write a C++ server too.

ROFL Attempting private servers :O
Reply
#7
Kuja Wrote:
GameBoy Wrote:To answer the first post...

As long as both applications are capable of sending data to each other, it doesn't matter what language they're in. But if you're going to write a C++ client you may as well write a C++ server too.

ROFL Attempting private servers :O

You have an odd sense of humor...
Reply
#8
VB7 = VB . NET... Yes? The only time i've heard reference to VB7, it was before the release of the .NET... before it was dubbed, .NET.
Reply
#9
Bringing my post to life
Reply
#10
I thought Microsoft didn't support Visual Basic anymore, only VB.net
Reply
#11
they no longer support anything pre-vb.net

and yes... you can do it... although i wouldn't recommend it
Reply
#12
Obsidian Wrote:they no longer support anything pre-vb.net

and yes... you can do it... although i wouldn't recommend it

hmmphs, why not?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)