Thread: question about .net to 6.0 change causing errors

  1. #16
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    ok, well, i've narrowed it down to my syntax colorizer being the file that was the only one needing that atl file, because of the CString class that i use....I suppose i could probably get rid of it from the colorizer....i'll try that out...hopefully it works

    -edit after recompile-
    yaay! i've gotten rid of the header compile errors, now i've just got problems with win32 definitons like:

    EM_GETSCROLLPOS and BIF_NEWDIALOGSTYLE

    so i guess i'll have to define those somehow....hmmm
    Last edited by jverkoey; 03-22-2004 at 10:29 PM.

  2. #17
    Software Developer jverkoey's Avatar
    Join Date
    Feb 2003
    Location
    New York
    Posts
    1,905
    YESSSS!!!!!!!!!!! I BEAT THE COMPILER!!!! BWWAAHAHAHA

    http://thejefffiles.com/viewimage.ph...ilesuccess.jpg

    check it out!! i can finally work on OST2 again!!

  3. #18
    Registered User
    Join Date
    Mar 2002
    Posts
    1,595
    >the problem was that BtreeIterator isn't a template class
    Thanks.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Assembly amature question: prog errors
    By geek@02 in forum Tech Board
    Replies: 1
    Last Post: 10-03-2008, 01:35 PM
  2. VC++ 6.0 to .net problems
    By bibiteinfo in forum C++ Programming
    Replies: 14
    Last Post: 02-02-2006, 10:59 AM
  3. VS .NET & XP Pro Question
    By hk_mp5kpdw in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 01-08-2003, 01:07 PM
  4. Port C++ .NET Project back C++ 6.0 :: Visual Studio
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 11-17-2002, 01:11 PM
  5. Replies: 3
    Last Post: 05-18-2002, 07:19 AM