-
- Downloads
- Moved dplay and dplayx to a proper home in the dlls directory.
- Implemented new DirectPlay4 and DirectPlayLobby3 interfaces. - Implemented a class factory for dplay and dplobby. COM interfaces now work for dp and dpl. - Added a few more entries to dplayx.spec files. How do you find the ordinals? I just guessed :( - Seperated DirectPlay and DirectPlayLobby implementation into separate files. - Included some missing header file definitions. - Implemented the dplay dll in terms of the dplayx dll. I haven't tested it so it may not work... - A few bug fixes and a little new implementatioe.n - Updated document with a more detailed implementation plan.
Showing
- Makefile.in 2 additions, 0 deletionsMakefile.in
- configure 2 additions, 0 deletionsconfigure
- configure.in 1 addition, 0 deletionsconfigure.in
- dlls/Makefile.in 1 addition, 0 deletionsdlls/Makefile.in
- dlls/dplayx/.cvsignore 3 additions, 0 deletionsdlls/dplayx/.cvsignore
- dlls/dplayx/Makefile.in 19 additions, 0 deletionsdlls/dplayx/Makefile.in
- dlls/dplayx/dpclassfactory.c 134 additions, 0 deletionsdlls/dplayx/dpclassfactory.c
- dlls/dplayx/dpinit.h 8 additions, 0 deletionsdlls/dplayx/dpinit.h
- dlls/dplayx/dplay.c 1726 additions, 0 deletionsdlls/dplayx/dplay.c
- dlls/dplayx/dplay.spec 8 additions, 0 deletionsdlls/dplayx/dplay.spec
- dlls/dplayx/dplayx.spec 3 additions, 1 deletiondlls/dplayx/dplayx.spec
- dlls/dplayx/dplobby.c 1578 additions, 0 deletionsdlls/dplayx/dplobby.c
- documentation/status/directplay 62 additions, 6 deletionsdocumentation/status/directplay
- include/dplay.h 386 additions, 10 deletionsinclude/dplay.h
- include/dplobby.h 317 additions, 40 deletionsinclude/dplobby.h
- multimedia/Makefile.in 0 additions, 1 deletionmultimedia/Makefile.in
- multimedia/dplay.c 0 additions, 2673 deletionsmultimedia/dplay.c
- relay32/.cvsignore 0 additions, 2 deletionsrelay32/.cvsignore
- relay32/Makefile.in 0 additions, 2 deletionsrelay32/Makefile.in
- relay32/dplay.spec 0 additions, 5 deletionsrelay32/dplay.spec
dlls/dplayx/.cvsignore
0 → 100644
dlls/dplayx/Makefile.in
0 → 100644
dlls/dplayx/dpclassfactory.c
0 → 100644
dlls/dplayx/dpinit.h
0 → 100644
dlls/dplayx/dplay.c
0 → 100644
This diff is collapsed.
dlls/dplayx/dplay.spec
0 → 100644
dlls/dplayx/dplobby.c
0 → 100644
This diff is collapsed.
This diff is collapsed.
multimedia/dplay.c
deleted
100644 → 0
This diff is collapsed.
relay32/dplay.spec
deleted
100644 → 0
Please register or sign in to comment