??? 05/19/06 12:23 Read: times |
#116637 - Common Practice Responding to: ???'s previous message |
Erik said:
why not a "header file converter". Maarten Brock said:
That would be a lot harder than this header file. What to convert from and how about unsupported vs. extra functionality? Besides the user would have to perform actions to get started and learn the converter tool. I want to keep it as simple as possible. I agree. It is common practice in situations such as this to have a single header file with conditional compilation. It also means that there's no need to re-convert if the "source" for the header is changed - and no nasty problems if you forget! |