Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 half of enum made italic
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Mar 18 2004 :  12:08:17 PM  Show Profile
the top of my class reads:


class MTQTDATABASE_DLL mtQtPatientPathology {

public:
    mtQtPatientPathology();

    void clear();
	
public:
    enum    ResultType    { BURNS, TEXT };

    // more code
}



and in the matching .cpp file i am seeing:

    if(sqlQuery.value(3).toString() == "TEXT")
        aPatientPathology.setResultType(mtQtPatientPathology::TEXT);
    else
        aPatientPathology.setResultType(mtQtPatientPathology::BURNS);


"Stable symbols in Italic" got enabled when i installed 1221, so i am considering it. in this case VAX isnt recognising that TEXT is a local enum.

zen is the art of being at one with the two'ness
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000