Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
The compiler is one and the same no matter what editor you use. You only need to find out how (or if) you can invoke it (pawncc.exe) through the application.
Posts: 457
Threads: 7
Joined: Jul 2017
Posts: 637
Threads: 23
Joined: Feb 2013
Reputation:
0
Why are you having a seperate module for variables?? In my thinking it would make code harder to understand.
@On-Topic
If you scroll down on `Similar Threads` you will find what you are looking for.
Posts: 457
Threads: 7
Joined: Jul 2017
Quote:
Originally Posted by DuyDang2412
I could compile Pawn language in Visual Studio Code but just don't know why it shows many unknow errors like these:
I have not found a solution to this problem yet! Please help me, thanks in advanced.
|
the problem on your code. not Visual Studio Code (Im using it, i have no problem till now)
Posts: 457
Threads: 7
Joined: Jul 2017
PHP Code:
{
"version": "0.1.0",
"isShellCommand": true,
"args": [" ${relativeFile} -i"],
"windows":
{
"command": "C:\\Users\\User\\Desktop\\Pawn Scripting\\pawn\\pawncc.exe"
}
}