Difference between revisions of "C99wrap"

From MythTV Official Wiki
Jump to: navigation, search
(Install c99wrap & c99conv)
(Install c99wrap & c99conv)
 
Line 11: Line 11:
  
 
Unzip the 3 files (c99wrap.exe, c99conv.exe & makedef) and place them in your path.
 
Unzip the 3 files (c99wrap.exe, c99conv.exe & makedef) and place them in your path.
 +
 +
If you run into any issues, you can also place the files in your Visual Studio bin folder (example: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin).
  
  
 
{{Tip box|I created a Tools directory which I placed all the standalone exe’s.  Just make sure to add the tools directory to the system path! }}
 
{{Tip box|I created a Tools directory which I placed all the standalone exe’s.  Just make sure to add the tools directory to the system path! }}

Latest revision as of 13:37, 25 October 2013


Clean.png Cleanup: This article or section may require cleanup. Discuss the issue on the talk page

Summary

Install c99wrap & c99conv

You can get the source and build these tools, but it would require installing clang. To avoid the hassle, you can get precompiled version from:

http://download.videolan.org/pub/contrib/c99-to-c89/1.0.1/win32/c99-to-c89-1.0.1.zip

Unzip the 3 files (c99wrap.exe, c99conv.exe & makedef) and place them in your path.

If you run into any issues, you can also place the files in your Visual Studio bin folder (example: C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin).


Information.png Tip: I created a Tools directory which I placed all the standalone exe’s. Just make sure to add the tools directory to the system path!