Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalstupid question Pin
17-Jun-02 17:56
suss17-Jun-02 17:56 
GeneralRe: stupid question Pin
17-Jun-02 17:58
suss17-Jun-02 17:58 
GeneralRe: stupid question Pin
17-Jun-02 18:30
suss17-Jun-02 18:30 
GeneralRe: stupid question Pin
17-Jun-02 18:26
suss17-Jun-02 18:26 
QuestionCatch a file notification ? Pin
dgtuan17-Jun-02 17:52
dgtuan17-Jun-02 17:52 
AnswerRe: Catch a file notification ? Pin
perlmunger19-Jun-02 10:22
perlmunger19-Jun-02 10:22 
GeneralDeleting Executable Files In Windows... Pin
cyberm3k17-Jun-02 16:29
cyberm3k17-Jun-02 16:29 
GeneralRe: Deleting Executable Files In Windows... Pin
perlmunger19-Jun-02 10:27
perlmunger19-Jun-02 10:27 
GeneralCArray problem Pin
17-Jun-02 15:44
suss17-Jun-02 15:44 
GeneralRe: CArray problem Pin
Martin Marvinski17-Jun-02 16:36
Martin Marvinski17-Jun-02 16:36 
GeneralRe: CArray problem Pin
Renjith Ramachandran17-Jun-02 17:48
Renjith Ramachandran17-Jun-02 17:48 
GeneralRe: CArray problem Pin
17-Jun-02 23:07
suss17-Jun-02 23:07 
GeneralRe: CArray problem Pin
Christian Graus17-Jun-02 23:32
protectorChristian Graus17-Jun-02 23:32 
GeneralRe: CArray problem Pin
Sprudling18-Jun-02 2:13
Sprudling18-Jun-02 2:13 
GeneralSTL Pin
wilche17-Jun-02 14:35
wilche17-Jun-02 14:35 
GeneralRe: STL Pin
Le centriste17-Jun-02 16:17
Le centriste17-Jun-02 16:17 
GeneralRe: STL Pin
Christian Graus17-Jun-02 20:32
protectorChristian Graus17-Jun-02 20:32 
GeneralCan't profile from MSDEV98 Pin
Jonathan Gilligan17-Jun-02 13:27
Jonathan Gilligan17-Jun-02 13:27 
GeneralProblem Addressed Pin
Jonathan Gilligan17-Jun-02 14:26
Jonathan Gilligan17-Jun-02 14:26 
I found some answers to my own problem:
  • KB Q224382 answers why the profiler is grayed out on the menu. There is a known bug, whereby you need to manually create the registry value (REG_DWORD) HKLM\Software\Microsoft\DevStudio\6.0\General\ProfilerInstalled = 0x1
  • KB Q195374 answers the PLIST crash. PLIST cannot handle symbols longer than 255 characters, so it crashes if you use STL with call attributed profiling.


I have found another bug with the profiler. The debug info generated by MSVC has multiple line numbers for several STL functions, so you get scads of "offset duplication" error messages from PREP.

Oh well, I guess profiling STL is not really possible on VC6. Does anyone know if it is possible under VC7?
GeneralRe: Problem Addressed Pin
17-Jun-02 14:43
suss17-Jun-02 14:43 
GeneralFiltering a image ! :suss: Pin
Hadi Rezaee17-Jun-02 12:22
Hadi Rezaee17-Jun-02 12:22 
GeneralRe: Filtering a image ! :suss: Pin
Christian Graus17-Jun-02 12:54
protectorChristian Graus17-Jun-02 12:54 
GeneralRe: Filtering a image ! :suss: Pin
Hadi Rezaee19-Jun-02 4:30
Hadi Rezaee19-Jun-02 4:30 
GeneralCPropertySheet and its "Apply" button Pin
Abin17-Jun-02 12:14
Abin17-Jun-02 12:14 
GeneralRe: CPropertySheet and its "Apply" button Pin
Le centriste17-Jun-02 16:22
Le centriste17-Jun-02 16:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.