IS4Code / PawnPlus

A SA-MP plugin enhancing the capabilities of the Pawn programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Including PawnPlus crashes Compiler

Cubiq14 opened this issue · comments

Hi,
I just started using PawnPlus and tried including it in my script.
But pawncc.exe crashes everytime I try to compile the script, after including PawnPlus.inc
Also crashes when I include it in a new blank script.

I'm using Version 1.2.1 of PawnPlus.
PawnPlus.inc is located in my pawno/includes directory
My includes:

#include <a_samp>
#include <PawnPlus>

I probably did something wrong, it's been a while since I used Pawno, but I could not figure out why the compiler crashes.

commented

Hi, please use the latest compiler version available here: https://github.com/pawn-lang/compiler/releases/

Thank you,
I didn't realise I was using an old Compiler Version.
Works fine now :)