19.08.2009, 16:17
List of Pawno problems and solutions
- Problem: The search option ("Find") founds some words, but not all of them.
Solution: Check your search setting (options and direction) or close and reopen the Pawno application (pawno/pawno.exe).
- Problem: I have an library (include file), but I still get the complier fatal error: "cannot read from file ..."
Solution: Close and reopen the Pawno application (pawno/pawno.exe).
- Problem: When trying to compiling some script, getting the error message: "Unable to execute compiler..."
Solution: Check your run options (Build > Run Options) or get the default "settings.ini" file (pawno/settings.ini).
- Problem: Function list is gone.
Solution: Return your "pawno.exe" to the /pawno/ directory, or check in the Pawno the "Show Function List" option (Options > Show Function List).
- Problem: The "native" keyword gives errors and not adding anything to the function list.
Solution: Use it in comment (/* */), the Pawno will still read this.