Posts 1–3 of 3 · Page 1 of 1
o.O
For some reason everytime I do this:
extern class cPashaAmd PashaAmd;
Visual Studio crashes
help? ;s

Originally Posted by
pashak
For some reason everytime I do this:
extern class cPashaAmd PashaAmd;
Visual Studio crashes
help? ;s
extern cPashaAmd PashaAmd;


Originally Posted by
whit
extern cPashaAmd PashaAmd;

Nopes.. use:
extern cPashaAmd PashaAmd;

Posts 1–3 of 3 · Page 1 of 1