Mirage Source
Question :] - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=17)
+---- Thread: Question :] (/showthread.php?tid=694)



Question :] - Tony - 30-01-2007

I always wondered.. If you had a c++ client, could you build a server with vb6?


- Misunderstood - 30-01-2007

Yes


- Spodi - 30-01-2007

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.


- Xlithan - 30-01-2007

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?


- Xlithan - 30-01-2007

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.


- Tony - 30-01-2007

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


- Misunderstood - 31-01-2007

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...


- Obsidian - 01-02-2007

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.


- Tony - 12-04-2007

Bringing my post to life


- Xlithan - 12-04-2007

I thought Microsoft didn't support Visual Basic anymore, only VB.net


- Obsidian - 12-04-2007

they no longer support anything pre-vb.net

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


- Tony - 15-04-2007

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?