DPlay vs. Winsock

Started by
0 comments, last by Great Milenko 24 years, 1 month ago
I''m writing a multi-platform game engine, dplay dosen''t sound like a very good idea for that but much easier to implement under window, but how hard would it be to emulate dplay on the other end(a linux,dos,mac,whatever) or would it be better to use winsock? Great Milenko

Words Of Wisdom:
"Never Stick A Pretzel In Your Butt It Might Break Off In There."


http://www.crosswinds.net/~milenko
http://www.crosswinds.net/~pirotech

The Great Milenko"Don't stick a pretzel up your ass, it might get stuck in there.""Computer Programming is findding the right wrench to hammer in the correct screw."
Advertisement
If by emulate, you mean write wrapper code in other platforms so that it can communicate with DPlay programs, then the answer is: very difficult.

If you''re serious about making it multi-platform then you need to use an API that interfaces at the OSI transport layer, such as Winsock.

This topic is closed to new replies.

Advertisement