Files | |
file | Adapter_BackEnd.c [code] |
Implementation of the memory read/write functions as used in the Adapter Pattern. | |
file | Adapter_BackEnd.h [code] |
Declaration of the "low-level" memory block read/write functions that are provided in a separate DLL called Adapter_BackEnd.dll, which is wrapped or adapted to by the various programming languages as part of the Adapter Pattern examples. | |
file | dllmain.c [code] |
Implementation of the DllMain() entry point for Windows. | |
file | framework.h [code] |
Header for including Windows headers. Used only on Windows. | |
file | pch.c [code] |
Implementation for precompiled headers. Used only on Windows. | |
file | pch.h [code] |
Header for precompiled headers. Used only on Windows. | |
file | Adapter_BackEnd/resource.h [code] |
Header for resource IDs. Used only on Windows. | |