Thread: Help with multi function progam

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Well int main(void) is the standard entry point to an application, but Windows allows programmers to use _tmain() as an entry point so that the command line parameters are passed in the form of TCHARs instead of chars. This allows your application to be unicode compliant which is useful if the application is going to be in a language other than english.

  2. #2
    Registered User
    Join Date
    Oct 2004
    Posts
    56
    So now that I do unstand, even though I did change it, what else can I do to have it run?

    Thank You

  3. #3
    Registered User
    Join Date
    Oct 2004
    Posts
    56
    Can someone Please Help me?

    Thank You

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Undefined Reference Compiling Error
    By AlakaAlaki in forum C++ Programming
    Replies: 1
    Last Post: 06-27-2008, 11:45 AM
  2. dllimport function not allowed
    By steve1_rm in forum C++ Programming
    Replies: 5
    Last Post: 03-11-2008, 03:33 AM
  3. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  4. <Gulp>
    By kryptkat in forum Windows Programming
    Replies: 7
    Last Post: 01-14-2006, 01:03 PM
  5. Question..
    By pode in forum Windows Programming
    Replies: 12
    Last Post: 12-19-2004, 07:05 PM