|
Writing a Custom Interface
In order to perform the tasks discussed in the following section, you must
obtain a Microsoft Win32 Software Development Kit (SDK). It contains a toolkit and all of the libraries you need for building a custom
interface project. It provides more detailed information about how to write a
custom interface using the MIDL compiler.
After installing the toolkit, you can design and write your custom interface
using the MIDL compiler, and build the standard-marshalling proxy/stub DLL for
your interface from the files generated by the compiler. You will then install
the DLL in the system registry.
Related LinksSoftware for Delphi and C++ Builder developers Software for Visual Studio .NET developers Software for Visual Basic 6 developers Delphi Tips&Tricks MegaDetailed.NET More Online Helps Win32 Programmer's Reference (win32.hlp) Win32 Multimedia Programmer's Reference (mmedia.hlp) Microsoft Windows Pen API Programmer's Reference (penapi.hlp) Microsoft Windows Sockets 2 Reference (sock2.hlp) Microsoft Windows Telephony API (TAPI) Programmer's Reference (sock2.hlp) Unix Manual Pages
|