Doc Comments /
Interface
Interfaces
Examples
These files that come with the DMD compiler demonstrate a COM server/client application:
- dmd\samples\d\dserver.d: COM server
- dmd\samples\d\chello.d: required to compile the COM server
- dmd\samples\d\dclient.d: COM client
- dmd\samples\d\all.sh: gives help hints as how to compile the examples (such as which .lib files are needed).
Message
Add your comments here...
Links
- Corresponding page in the D Specification:
- Interface Posts