Click here to Skip to main content
15,898,222 members

CPHog

This is a private message board for discussions on improvements and suggestions to CPHog.

 
GeneralRe: Latest Post Pin
Bassam Abdul-Baki29-Mar-07 18:00
professionalBassam Abdul-Baki29-Mar-07 18:00 
GeneralProblem with GM 0.6.8.20070314.0? Pin
Michael Dunn28-Mar-07 7:56
sitebuilderMichael Dunn28-Mar-07 7:56 
GeneralRe: Problem with GM 0.6.8.20070314.0? Pin
Bassam Abdul-Baki28-Mar-07 8:36
professionalBassam Abdul-Baki28-Mar-07 8:36 
GeneralRe: Problem with GM 0.6.8.20070314.0? Pin
David Stone28-Mar-07 8:55
sitebuilderDavid Stone28-Mar-07 8:55 
GeneralRe: Problem with GM 0.6.8.20070314.0? Pin
Shog928-Mar-07 9:00
sitebuilderShog928-Mar-07 9:00 
GeneralRe: Problem with GM 0.6.8.20070314.0? Pin
code-frog28-Mar-07 17:47
professionalcode-frog28-Mar-07 17:47 
GeneralRe: Problem with GM 0.6.8.20070314.0? Pin
Michael Dunn28-Mar-07 18:15
sitebuilderMichael Dunn28-Mar-07 18:15 
GeneralRe: Problem with GM 0.6.8.20070314.0? Pin
Shog92-Apr-07 18:22
sitebuilderShog92-Apr-07 18:22 
Tracked it down to a slow regexp in the updated SyntaxHighlighter script (unless you're not using that script, in which case i tracked down my own little problem...)














---
ignore (tests):
 TCHAR szSubject[1000];
 memset(szSubject, 0, sizeof(szSubject));
 _sntprintf(szSubject, _countof(szSubject)-2,
     _T("Error report for %s"), theApp.m_pszModule);

 TCHAR szSubject[1000];
 memset(szSubject, 0, sizeof(szSubject));
 _sntprintf(szSubject, _countof(szSubject)-2,
     _T('Error report \'for\' %s'), theApp.m_pszModule);

 TCHAR szSubject[1000];
 memset(szSubject, 0, sizeof(szSubject));
 _sntprintf(szSubject, _countof(szSubject)-2,
     _T("Error report \"for\" %s"), theApp.m_pszModule);

 TCHAR szSubject[1000];
 memset(szSubject, 0, sizeof(szSubject));
 _sntprintf(szSubject, _countof(szSubject)-2,
     _T('Error report \'for \'%s\'\'\\'), theApp.m_pszModule);

CProgressDialog progress;
EnableWindow(FALSE);
progress.Create(CProgressDialog::IDD, this);
progress.ShowWindow(SW_SHOW);
CProgressDialog progress;
EnableWindow(FALSE);
progress.Create(CProgressDialog::IDD, this);
progress.ShowWindow(SW_SHOW);
CProgressDialog progress;
EnableWindow(FALSE);
progress.Create(CProgressDialog::IDD, this);
progress.ShowWindow(SW_SHOW);
CProgressDialog progress;
EnableWindow(FALSE);
progress.Create(CProgressDialog::IDD, this);
progress.ShowWindow(SW_SHOW);
CProgressDialog progress;
EnableWindow(FALSE);
progress.Create(CProgressDialog::IDD, this);
progress.ShowWindow(SW_SHOW);



----
It appears that everybody is under the impression that I approve of the documentation. You probably also blame Ken Burns for supporting slavery.
--Raymond Chen on MSDN

GeneralRe: Problem with GM 0.6.8.20070314.0? Pin
Michael Dunn2-Apr-07 20:04
sitebuilderMichael Dunn2-Apr-07 20:04 
GeneralForum Watch... Pin
code-frog24-Mar-07 17:38
professionalcode-frog24-Mar-07 17:38 
GeneralRe: Forum Watch... Pin
Bassam Abdul-Baki26-Mar-07 4:24
professionalBassam Abdul-Baki26-Mar-07 4:24 
GeneralRe: Forum Watch... Pin
Shog926-Mar-07 6:47
sitebuilderShog926-Mar-07 6:47 
GeneralRe: Forum Watch... [modified] Pin
David Stone26-Mar-07 7:03
sitebuilderDavid Stone26-Mar-07 7:03 
GeneralRe: Forum Watch... Pin
Shog926-Mar-07 7:11
sitebuilderShog926-Mar-07 7:11 
GeneralRe: Forum Watch... Pin
David Stone26-Mar-07 7:14
sitebuilderDavid Stone26-Mar-07 7:14 
GeneralRe: Forum Watch... Pin
Shog926-Mar-07 7:39
sitebuilderShog926-Mar-07 7:39 
GeneralRe: Forum Watch... Pin
code-frog28-Mar-07 17:46
professionalcode-frog28-Mar-07 17:46 
GeneralRe: Forum Watch... Pin
Shog910-Apr-07 15:21
sitebuilderShog910-Apr-07 15:21 
GeneralRe: Forum Watch... Pin
David Stone10-Apr-07 18:06
sitebuilderDavid Stone10-Apr-07 18:06 
GeneralErrr... eh.... WTF??? Pin
code-frog22-Mar-07 13:06
professionalcode-frog22-Mar-07 13:06 
GeneralRe: Errr... eh.... WTF??? Pin
Shog922-Mar-07 13:17
sitebuilderShog922-Mar-07 13:17 
GeneralRe: Errr... eh.... WTF??? Pin
code-frog22-Mar-07 13:19
professionalcode-frog22-Mar-07 13:19 
GeneralRe: Errr... eh.... WTF??? Pin
Jörgen Sigvardsson22-Mar-07 13:27
Jörgen Sigvardsson22-Mar-07 13:27 
GeneralRe: Errr... eh.... WTF??? Pin
Bassam Abdul-Baki22-Mar-07 15:08
professionalBassam Abdul-Baki22-Mar-07 15:08 
GeneralRe: Errr... eh.... WTF??? Pin
Shog922-Mar-07 16:19
sitebuilderShog922-Mar-07 16:19 

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.