Thread: Data type

  1. #1
    Registered User
    Join Date
    Feb 2004
    Posts
    42

    Data type

    Is there anyway of changing the type of data in 'member variable' in the MFC ClassWizard of a edit box? Can i change it to a data type from a external library ( instead of CString, int, UINT, long,.. etc )?

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    Not without editing the MFC source.

    Better to derive a class from the MFC class and change what you need

  3. #3
    Registered User
    Join Date
    Feb 2004
    Posts
    42
    Thanks Fordy.

    I need to use a big integer variable call ZZ in an external library in performing some calculation therefore i need to show the result on the edit box.

    Is there anywhere i can read up on editing the MFC source?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Getting an error with OpenGL: collect2: ld returned 1 exit status
    By Lorgon Jortle in forum C++ Programming
    Replies: 6
    Last Post: 05-08-2009, 08:18 PM
  2. Can you check what is wrong with this code
    By Ron in forum C++ Programming
    Replies: 4
    Last Post: 08-01-2008, 10:59 PM
  3. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  4. C diamonds and perls :°)
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 05-16-2003, 10:19 PM
  5. Warnings, warnings, warnings?
    By spentdome in forum C Programming
    Replies: 25
    Last Post: 05-27-2002, 06:49 PM