30-01-2007, 12:09 AM
I always wondered.. If you had a c++ client, could you build a server with vb6?
Question :]
|
30-01-2007, 12:09 AM
I always wondered.. If you had a c++ client, could you build a server with vb6?
30-01-2007, 01:56 AM
Yes
30-01-2007, 03:07 AM
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 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.
30-01-2007, 03:22 AM
lordgivemick Wrote:vb6 and c+ or ++ are basically the same thign just one is a bit more advanced than the other. from what ive learnedDid you REALLY post that, or am I just imagining it?
30-01-2007, 05:31 AM
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.
30-01-2007, 05:47 AM
GameBoy Wrote:To answer the first post... ROFL Attempting private servers :O
31-01-2007, 09:57 PM
Kuja Wrote:GameBoy Wrote:To answer the first post... You have an odd sense of humor...
01-02-2007, 12:42 AM
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.
12-04-2007, 06:12 AM
Bringing my post to life
12-04-2007, 06:42 AM
I thought Microsoft didn't support Visual Basic anymore, only VB.net
12-04-2007, 06:47 AM
they no longer support anything pre-vb.net
and yes... you can do it... although i wouldn't recommend it
15-04-2007, 09:16 AM
Obsidian Wrote:they no longer support anything pre-vb.net hmmphs, why not? |
« Next Oldest | Next Newest »
|