open.mp forum
[Pawn] [SOLVED] How to quickly find ERROR results in the old Build Result Pawncc compiler ? - Printable Version

+ open.mp forum (https://forum.open.mp)
-- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3)
--- Forum: Pawn Scripting (https://forum.open.mp/forumdisplay.php?fid=10)
--- Thread: [Pawn] [SOLVED] How to quickly find ERROR results in the old Build Result Pawncc compiler ? (/showthread.php?tid=1968)



[SOLVED] How to quickly find ERROR results in the old Build Result Pawncc compiler ? - PutuSuhartawan - 2021-04-30

SOLUTION:

Code:
Open the noteped text editor copy notification from compiler and paste to noteped editor, Finaly CTR  F a error words faster then



How to quickly find ERROR results in the old Build Result Pawncc compiler, i cant? CTRL F.

Frankly speaking, the result compiler system can't be CTRL F. So my eyes are dizzy looking for the error message because there are too many warnings, even more than 3000 warnings?


RE: HEL! How to quickly find ERROR results in the old Build Result Pawncc compiler ? - Y_Less - 2021-05-01

Code:
D:\SA-MP\gamemodes\errora.pwn(17) : error 010: invalid function or declaration
D:\SA-MP\gamemodes\errora.pwn(20) : error 010: invalid function or declaration
Pawn compiler 3.10.10              Copyright (c) 1997-2006, ITB CompuPhase


2 Errors.

The numbers in brackets - `(17)` and `(20)` are the lines with the errors on. In a lot of editors you can use Ctrl to do directly to a line if you're having trouble finding them.


RE: HEL! How to quickly find ERROR results in the old Build Result Pawncc compiler ? - PutuSuhartawan - 2021-05-01

sorry sir, I mean an error in the compiler result? not in the script that is being edited, sir.


RE: HELP ! How to quickly find ERROR results in the old Build Result Pawncc compiler ? - Y_Less - 2021-05-02

What do you mean find the error?


RE: HELP ! How to quickly find ERROR results in the old Build Result Pawncc compiler ? - PutuSuhartawan - 2021-05-04

(2021-05-02, 07:34 PM)Y_Less Wrote: What do you mean find the error?



I mean, I'm having a hard time finding the error which page the compiler is referring to. So I found it difficult to find because many warning notifications piled up covering the error notification. Incidentally, you use the VS code script editor, right sir? So how do you make it easy to find the error page number so it's easy in the Sublime text editor 3? The problem is that, the warning covers the error notification and doesn't know what page number it is. Sir, please explain the development of the pawncc.exe resut compiler, sir.


RE: HELP ! How to quickly find ERROR results in the old Build Result Pawncc compiler ? - Y_Less - 2021-05-04

If you have so many warnings that they are causing you that many problems then you need to fix your warnings! Warnings aren't just something you can ignore.


RE: HELP ! How to quickly find ERROR results in the old Build Result Pawncc compiler ? - AbyssMorgan - 2021-05-04

Show compiler log