Thread: o.O

Results 1 to 3 of 3
  1. #1
    pashak's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    350
    Reputation
    29
    Thanks
    42

    o.O

    For some reason everytime I do this:

    extern class cPashaAmd PashaAmd;

    Visual Studio crashes


    help? ;s

  2. #2
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by pashak View Post
    For some reason everytime I do this:

    extern class cPashaAmd PashaAmd;

    Visual Studio crashes


    help? ;s
    extern cPashaAmd PashaAmd;

  3. #3
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by whit View Post
    extern cPashaAmd PashaAmd;
    Nopes.. use:

    extern cPashaAmd PashaAmd;