Twain_DSM
1.0
|
declarations for our memory management functions... | |
▼the computer enviroment | First off, figure out what compiler we're running and on which platform we think we're running it |
▼Compilers we support... | |
▼Platforms we support... | |
▼Cross platform functions, defines, and macroes | Don't forget to include TWAIN.. |
▼use secure string functions if we have them | We want to use secure string functions whenever possible, if g++ every includes a set I think it would be excellent to switch over to it, but at least with Windows using them we stand a better chance of finding boo-boos.. |
logging defines and functions | These functions are insecure, but everybody has them, so we don't need an else/error section like we use everywhere else.. |