CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: help

  1. #1
    Join Date
    Oct 2012
    Posts
    18

    help

    i have this
    Code:
    int main ()
    {
       int z;
       LPCWSTR myStrings [] = {L"Play Modz"};
       z = XShowMessageBoxUI (XUSER_INDEX_ANY,L"Stelth V1",L"Thanks For Chossing Stelth V1. Stelth V1 Is Now Fully Loaded. HAVE FUN!!!",1, myStrings ,1,XMB_ALERTICON,NULL,NULL);
       return 0;
    }
    and i get this error why?
    Error 1 error C2144: syntax error : 'int' should be preceded by ';'
    Last edited by cilu; October 8th, 2012 at 01:21 AM. Reason: code tags

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: help

    Please, edit your post adding Code tags around code snippet!
    Victor Nijegorodov

  3. #3
    Join Date
    Oct 2012
    Posts
    18

    Re: help

    its ok i fixed it

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: help

    Quote Originally Posted by theunknowncoder View Post
    its ok i fixed it
    Where? And what?
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured