Recent content by MiriamR

  1. MiriamR

    Updating C++ code using Visual Studio and found possible non-Microsoft API

    Thanks anyway. I freelanced for 30 years so in general terms I know what the code is doing. I just don't know the specifics for this particular code. Whilst I'd prefer to keep the original code as much as possible if I can't get any details for it I'll see what comparative Apps are out there.
  2. MiriamR

    Updating C++ code using Visual Studio and found possible non-Microsoft API

    Nice thought. Unfortunately this is game code that has been re-worked at least 3 times and has had all comments stripped out due to "unprofessional comments of a personal nature". I suspect that most of the re-working was carried out by Freelancrs so the odds against both finding the right game...
  3. MiriamR

    Updating C++ code using Visual Studio and found possible non-Microsoft API

    As a slightly weird hobby I'm attempting to update the source code to a game that I like. I've come across some functions That I think are Non-MS APIs (examples dpDestroyPlayer, dpEnumPlayer, dpSend). They appear in a module named 'anet.cpp'. From their position and usage I surmise that that...