Pawn compiler for visual studio 2017 - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Pawn compiler for visual studio 2017 (
/showthread.php?tid=642448)
Pawn compiler for visual studio 2017 -
AndreiWow - 30.09.2017
Can I set a key to compile a script from visual studio 2017? if I use that to script?
Re: Pawn compiler for visual studio 2017 -
Kaperstone - 30.09.2017
https://sampforum.blast.hk/showthread.php?tid=638126
CTRL + F "keybinding"
Re: Pawn compiler for visual studio 2017 -
AndreiWow - 01.10.2017
Quote:
Originally Posted by Kaperstone
|
Oh, I didn't see that, thanks.
Re: Pawn compiler for visual studio 2017 -
AndreiWow - 01.10.2017
Oh wait, thats not visual studio 2017, thats visual studio code
Re: Pawn compiler for visual studio 2017 -
FreAkeD - 01.10.2017
Not possible, from what I know. All I know about Visual Studio is that the IDE is used to develop applications, but you could give this a read
https://docs.microsoft.com/en-us/vis...-visual-studio. I personally think it will be much tougher setting up a compiler for Visual Studio (if its even possible). So yeah, give it a read, might have something in there, no promises though. You are better off using Visual Studio Code.
Correct me if I'm wrong.
Re: Pawn compiler for visual studio 2017 -
RebeloX - 01.10.2017
just make a .bat file to compile the code with pawncc.
Re: Pawn compiler for visual studio 2017 -
BroZeus - 01.10.2017
Quote:
Originally Posted by RebeloX
just make a .bat file to compile the code with pawncc.
|
This^
with this
https://stackoverflow.com/questions/...inside-the-ide
Re: Pawn compiler for visual studio 2017 -
AndreiWow - 01.10.2017
Thanks guys.