This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using_acsutils [2017/07/13 14:47] – korshun | using_acsutils [2017/07/14 17:50] (current) – korshun | ||
---|---|---|---|
Line 13: | Line 13: | ||
===== Adding ACSUtils to your project ===== | ===== Adding ACSUtils to your project ===== | ||
- | - Download [[https:// | + | - Download [[https:// |
- Add '' | - Add '' | ||
- Include '' | - Include '' | ||
Line 21: | Line 21: | ||
#include " | #include " | ||
</ | </ | ||
+ | |||
+ | ===== Things to note ===== | ||
+ | |||
+ | If your project has functions (or variables, if you are using [[ACC]]) with the same names as ACSUtils functions, it won't compile. Rename the functions in your project to fix it. ACSUtils functions are named to avoid some of the most annoying conflicts, but it still needs several renames in some big projects. | ||
===== Optional enhancements ===== | ===== Optional enhancements ===== | ||
- Copy '' | - Copy '' | ||
- | - Copy '' | + | - Copy '' |
+ | |||
+ | ===== BCC enhancements ===== | ||
+ | |||
+ | If you are using [[BCC]], try [[BCSUtils]] -- a BCC-enhanced version of ACSUtils with the same functions! | ||