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

Thread: help

Threaded View

  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

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