WinROTT Release

by Codewiz51 July 13, 2008 22:38

I managed to get another release of WinROTT posted today. I had settled on upgrading Bots.c to Bots.cpp. It turned out to be more work than I anticipated. Bots code is used by many other modules. I had to adapt a lot of header files to prevent the c++ compiler from decorating variables and functions. The following macros are very handy  when upgrading header files and function prototypes:

#ifdef  __cplusplus
extern "C" {
#endif

... Your declarations ...

#ifdef  __cplusplus
}
#endif

If you're a WinROTT fan, enjoy the code. 

Comments are closed

Powered by BlogEngine.NET 1.6.0.0
Theme by Mads Kristensen | Modified by Mooglegiant

Disclaimer

This blog represents my personal hobby, observations and views. It does not represent the views of my employer, clients, especially my wife, children, in-laws, clergy, the dog, the cats or my daughter's horse. In fact, I am not even sure it represents my views when I take the time to reread postings.

© Copyright 2008-2011