Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Running a CGI-bin Pin
Anonymous8-Sep-03 11:19
Anonymous8-Sep-03 11:19 
GeneralRe: Running a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 12:06
Juan Carlos Cobas8-Sep-03 12:06 
GeneralRe: Running a CGI-bin Pin
Ian Darling8-Sep-03 23:29
Ian Darling8-Sep-03 23:29 
GeneralRe: Running a CGI-bin Pin
antlers9-Sep-03 9:30
antlers9-Sep-03 9:30 
GeneralRe: Running a CGI-bin Pin
joshfl10-Sep-03 17:02
joshfl10-Sep-03 17:02 
General(Splitter Window) Debug Assertion Failed! Pin
Anonymous8-Sep-03 10:03
Anonymous8-Sep-03 10:03 
GeneralRe: (Splitter Window) Debug Assertion Failed! Pin
JWood8-Sep-03 13:24
JWood8-Sep-03 13:24 
GeneralRe: (Splitter Window) Debug Assertion Failed! Pin
Mike Dimmick9-Sep-03 2:14
Mike Dimmick9-Sep-03 2:14 
  1. Run the program under the debugger;
  2. Wait for the assertion message box to appear;
  3. Hit Retry;
  4. Inspect the call stack to see how pView ended up being NULL

I mention those steps because it looks like you're trying to debug by inspecting console output. That rarely works. Instead, use the power of the debugger - inspect variables, step into suspect code, experiment.
GeneralProblem with ListView in LVS_ICON and LVS_SMALLICON mode Pin
s_k8-Sep-03 9:48
s_k8-Sep-03 9:48 
Generaldialog scroll bars Pin
Marissa1828-Sep-03 9:31
Marissa1828-Sep-03 9:31 
Generaldrawing in visual c++ Pin
Member 5541138-Sep-03 9:18
Member 5541138-Sep-03 9:18 
GeneralRe: drawing in visual c++ Pin
valikac8-Sep-03 9:41
valikac8-Sep-03 9:41 
GeneralEasier way to convert this..... Pin
RobJones8-Sep-03 8:52
RobJones8-Sep-03 8:52 
GeneralRe: Easier way to convert this..... Pin
Alvaro Mendez8-Sep-03 9:15
Alvaro Mendez8-Sep-03 9:15 
GeneralRe: Easier way to convert this..... Pin
godbert8-Sep-03 14:16
godbert8-Sep-03 14:16 
GeneralgetItemData() in CTreeCtrl Pin
Binayak8-Sep-03 8:21
Binayak8-Sep-03 8:21 
GeneralRe: getItemData() in CTreeCtrl Pin
RChin8-Sep-03 10:02
RChin8-Sep-03 10:02 
GeneralWinsock- handling multple clients Pin
Scozturk8-Sep-03 8:16
professionalScozturk8-Sep-03 8:16 
GeneralRe: Winsock- handling multple clients Pin
valikac8-Sep-03 9:43
valikac8-Sep-03 9:43 
GeneralStack messed up upon function returned Pin
DionChen8-Sep-03 8:03
DionChen8-Sep-03 8:03 
GeneralRe: Stack messed up upon function returned Pin
valikac8-Sep-03 9:46
valikac8-Sep-03 9:46 
GeneralRe: Stack messed up upon function returned Pin
DionChen8-Sep-03 9:49
DionChen8-Sep-03 9:49 
GeneralAnalyzing traffic / protocols Pin
L.Denninger8-Sep-03 8:02
L.Denninger8-Sep-03 8:02 
GeneralRe: Analyzing traffic / protocols Pin
Peter Weyzen8-Sep-03 10:41
Peter Weyzen8-Sep-03 10:41 
GeneralRe: Analyzing traffic / protocols Pin
Led8-Sep-03 10:52
Led8-Sep-03 10:52 

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.