id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 7769 Compiling libmythfreemheg under Visual Studio 2008 leith@… Isaac Richards "I am compiling a standalone libmythfreemheg in VS 2008 for a project of mine. I got it to compile OK but there were a few snags: strncmp - Variables.cpp @ line 241 there is a strncmp. I used #ifdef WIN32 to change it to _strncmp just like it is at BaseClasses.cpp @ line 348. - Bitmap.cpp @ line 34 inttypes.h is included, which unfortunately VS still doesn't have! I used http://code.google.com/p/msinttypes/ to fix this. strcmpcase - This is used a lot, and the VS CRT does not have it. I stuck #define strcmpcase _stricmp in config.h" defect closed minor unknown MythTV - General 0.22 low invalid 0