Click here to Skip to main content
16,009,114 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Running a CGI-bin Pin
Anonymous8-Sep-03 10:57
Anonymous8-Sep-03 10:57 
GeneralRe: Running a CGI-bin Pin
Juan Carlos Cobas8-Sep-03 11:03
Juan Carlos Cobas8-Sep-03 11:03 
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 
Can anybody give me some useful advise on this problem I am having? Here's the code that is blowing up.

BOOL CMainFrame::OnCreateClient( LPCREATESTRUCT /*lpcs*/,
CCreateContext* pContext)
{


if (!m_wndMainSplitter.CreateStatic(this, 2, 1, WS_CHILD | WS_VISIBLE))
{
TRACE("Failed to CreateStaticSplitter\n");
return FALSE;
}
cout << "DEBUG 1 WooHoo I got this far!" << endl;
// First main splitter pane
if (!m_wndMainSplitter.CreateView(0, 0, RUNTIME_CLASS(CCube_IView),CSize(300,300), pContext))
{
TRACE("Failed to create top view pane\n");
return FALSE;
}

// The code doesn't get this far!
/*
* Debug Assertion Failed!
* Program : blah
* File: winsplit.cpp
* Line: 364
*/

cout << "DEBUG 2" << endl;

....
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 
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 

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.