SA-MP Forums Archive
Unable To Execute Compiler HELP! +REP - 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: Unable To Execute Compiler HELP! +REP (/showthread.php?tid=563998)



Unable To Execute Compiler HELP! +REP - CopKing123 - 18.02.2015

Need Help, Pls someone tell me what do




Re: Unable To Execute Compiler HELP! +REP - Vince - 18.02.2015

Install .NET Framework.


Re: Unable To Execute Compiler HELP! +REP - CalvinC - 18.02.2015

You need Microsoft C++ 2005 Runtime and Net Framework, make sure you have those downloaded.


Re: Unable To Execute Compiler HELP! +REP - CopKing123 - 18.02.2015

Quote:
Originally Posted by Vince
Посмотреть сообщение
Install .NET Framework.
no this problem occured when i f**ked up in the Run options


Re: Unable To Execute Compiler HELP! +REP - Maximus0 - 18.02.2015

Quote:
Originally Posted by CopKing123
Посмотреть сообщение
no this problem occured when i f**ked up in the Run options
Be specific, what did you do that made this happen if it's not .net?


Re: Unable To Execute Compiler HELP! +REP - CopKing123 - 18.02.2015

ok wait i tell you the whole thing


Re: Unable To Execute Compiler HELP! +REP - CopKing123 - 18.02.2015

I Clicked on "Build" & then "Run Options"
then there are 3 fields, I added my directory thing, like C:\users\Copking etc etc
and when i Compiled it said Unable to Exectue Compiler so i deleted whatever i added in it.
but still it gives me this error


Re: Unable To Execute Compiler HELP! +REP - CalvinC - 18.02.2015

Try to put your run options like this:

Quote:

Copy script to directory:
\

Execute this file:
pawncc.exe

With these parameters:
-r -w 203




Re: Unable To Execute Compiler HELP! +REP - CopKing123 - 19.02.2015

Well i Restarted my laptop & it got fixed

lol so Thank you everyone for helping


Re: Unable To Execute Compiler HELP! +REP - CalvinC - 19.02.2015

Quote:
Originally Posted by ******
Посмотреть сообщение
Don't use "-w 203", in fact don't use "-w" at all unless you enjoy ignoring problems!
It's "-r -w 203" by default, and is working fine, if you think it's wrong, explain why.