// JP opened flex table

Click to See Complete Forum and Search --> : Rebuilding system .NCB files possible ??


cernd
December 5th, 2001, 08:20 AM
I've found some bugs using IntelliSense features in Visual C++ 6.0 & SP4 code editor. When typing some of functions are shown in help tooltip with improper number of parameters, f.E. very basic Win32API "CreateWindow" function has missing parameter for window height - it can be quite confusing.
Stores(database files) for these code comment tooltips are found in <MSVS-root>\Common\MSDEV98\bin with .ncb extension (win32.ncb, mfc.ncb).

Questions:
1. Is there any way to rebuild these automatic state completion stores in the similar way as at .ncb files created in every project ? (simply delete it and reopen workspace)
2. Is there some tool/utility that can read/edit contents of obscured .ncb db files ?
3. Is there some document describing format of files with .ncb extension ? ("MS Visual C/C++ database file 2.0" found in header)



Thanks


Ian Borg aka Cernd

//JP added flex table