Difference between revisions of "HOWTO-Engines"

Jump to navigation Jump to search
m (Add a "General Tips" section.)
m (→‎General Tips: Correct a grammatical mistake.)
Line 151: Line 151:
== General Tips ==
== General Tips ==


* During the initial porting process, it might be preferable to link to C++ STL. In such case, the `FORBIDDEN_SYMBOL_ALLOW_ALL` define can be used. However, you'll eventually need to get rid of this define.
* During the initial porting process, it might be preferable to link to C++ STL. In such cases, the `FORBIDDEN_SYMBOL_ALLOW_ALL` define can be used. However, you'll eventually need to get rid of this define.