User Profile

Collapse

Profile Sidebar

Collapse
Ninjaamos
Ninjaamos
Last Activity: Dec 22 '08, 08:17 PM
Joined: Dec 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ninjaamos
    replied to WinMain()
    in C
    As a side note I was having the same problem exactly until I read some of the replies here, so thank you all.
    See more | Go to post

    Leave a comment:


  • Ninjaamos
    replied to WinMain()
    in C
    I don't know if it's proper because I am fairly new to C++ as well as COM but the method I used was simply to remove the L (literal?) declaration.
    So instead of:
    MessageBox(NULL ,
    L"Hello World!",
    L"Just another Hello World program!");
    MB_ICONEXCLAMAT ION | MB_OK);
    Just use:
    MessageBox(NULL ,
    "Hello World!",...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...