Thread: Visual C++ Tool Problem

  1. #1
    Registered User
    Join Date
    Jul 2005
    Posts
    1

    Visual C++ Tool Problem

    visuall c++ installed on my pc is doing non-sense stuff.
    like using any control variable when i type, "m_Variable." the list of functions pop up. when i scroll this list ,MSDEV displays message , "This file conatins lines longer than the 2048 character maximum.The Lines will be wrapped"
    after this MSDEV crashes.... i uninstalled visual c++ and installed again but problem is still there..
    please can any1 guide why it is happeneing so...
    btw there is noooooooo 2048 line in that code
    HELL with visual c++

  2. #2
    Frequently Quite Prolix dwks's Avatar
    Join Date
    Apr 2005
    Location
    Canada
    Posts
    8,057
    Create a new file. Does it do the same thing? Maybe you have 2048 spaces or something. Open the file with notepad and select all to see how long the lines are.

    [edit]
    Actually it sounds like there's a line longer than 2048 chars in the pop-up window. Disable the pop-up.
    [/edit]
    Last edited by dwks; 07-23-2005 at 07:03 PM.
    dwk

    Seek and ye shall find. quaere et invenies.

    "Simplicity does not precede complexity, but follows it." -- Alan Perlis
    "Testing can only prove the presence of bugs, not their absence." -- Edsger Dijkstra
    "The only real mistake is the one from which we learn nothing." -- John Powell


    Other boards: DaniWeb, TPS
    Unofficial Wiki FAQ: cpwiki.sf.net

    My website: http://dwks.theprogrammingsite.com/
    Projects: codeform, xuni, atlantis, nort, etc.

  3. #3
    Has a Masters in B.S.
    Join Date
    Aug 2001
    Posts
    2,263
    delete the .ncb file in the projects directory... then see if it happens.
    ADVISORY: This users posts are rated CP-MA, for Mature Audiences only.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Visual studio.net C++ Problem
    By Dina in forum C Programming
    Replies: 5
    Last Post: 07-19-2008, 02:34 PM
  2. Problem in visual c++ 6
    By hero_bash in forum C++ Programming
    Replies: 24
    Last Post: 09-17-2007, 10:57 AM
  3. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  4. Please Help - Problem with Compilers
    By toonlover in forum C++ Programming
    Replies: 5
    Last Post: 07-23-2005, 10:03 AM
  5. Visual Studio Linker problem or my problem?
    By OOPboredom in forum C Programming
    Replies: 2
    Last Post: 04-13-2004, 12:32 AM