Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Database Application Performance Pin
Sridhar Sanikommu19-Jul-04 16:38
Sridhar Sanikommu19-Jul-04 16:38 
GeneralRe: Database Application Performance Pin
Steen Krogsgaard19-Jul-04 23:01
Steen Krogsgaard19-Jul-04 23:01 
GeneralFinding files recursively Pin
Ivan Cachicatari19-Jul-04 6:55
Ivan Cachicatari19-Jul-04 6:55 
GeneralRe: Finding files recursively Pin
Alexander Wiseman19-Jul-04 7:21
Alexander Wiseman19-Jul-04 7:21 
GeneralRe: Finding files recursively Pin
gamitech19-Jul-04 12:07
gamitech19-Jul-04 12:07 
Generalgetting userID Pin
maggi198119-Jul-04 6:41
sussmaggi198119-Jul-04 6:41 
GeneralRe: getting userID Pin
19-Jul-04 7:06
suss19-Jul-04 7:06 
Generalproblem with OnFileOpen Pin
toothpick19-Jul-04 6:31
toothpick19-Jul-04 6:31 
I am trying to create an OpenGL MDI application using Doc/View architecture.

When the ID_FILE_NEW is handled, a child window with the correct openGL rendered scene appears. however when the ID_FILE_OPEN is handled by CWinApp:: OnFileOpen in the application, a 'VERIFY' in the following bit of code called causes an error. i am unable to determine why it occurs.

BOOL CDocManager::DoPromptFileName(CString& fileName, UINT nIDSTitle, DWORD lFlags, BOOL bOpenFileDialog, CDocTemplate* pTemplate)
{
CFileDialog dlgFile(bOpenFileDialog);

CString title;
VERIFY(title.LoadString(nIDSTitle));

any help would be much appreciated.
thanks.
GeneralRe: problem with OnFileOpen Pin
PJ Arends19-Jul-04 7:22
professionalPJ Arends19-Jul-04 7:22 
GeneralRe: problem with OnFileOpen Pin
Antti Keskinen19-Jul-04 14:30
Antti Keskinen19-Jul-04 14:30 
GeneralRe: problem with OnFileOpen Pin
toothpick20-Jul-04 12:56
toothpick20-Jul-04 12:56 
GeneralFile Mapping Pin
Toni7819-Jul-04 6:24
Toni7819-Jul-04 6:24 
GeneralRe: File Mapping Pin
bikram singh19-Jul-04 11:02
bikram singh19-Jul-04 11:02 
GeneralRe: File Mapping Pin
Toni7821-Jul-04 8:47
Toni7821-Jul-04 8:47 
GeneralUsing the Clipboard Pin
tunerica19-Jul-04 6:21
tunerica19-Jul-04 6:21 
GeneralRe: Using the Clipboard Pin
PJ Arends19-Jul-04 7:49
professionalPJ Arends19-Jul-04 7:49 
GeneralSending mail using CDOSYS Pin
Mike Beckerleg19-Jul-04 5:41
Mike Beckerleg19-Jul-04 5:41 
GeneralRe: Sending mail using CDOSYS Pin
Antti Keskinen19-Jul-04 14:35
Antti Keskinen19-Jul-04 14:35 
Generalfailing constructors Pin
Michael Farrugia19-Jul-04 5:24
Michael Farrugia19-Jul-04 5:24 
GeneralRe: failing constructors Pin
peterchen19-Jul-04 5:41
peterchen19-Jul-04 5:41 
GeneralRe: failing constructors Pin
bikram singh19-Jul-04 11:25
bikram singh19-Jul-04 11:25 
GeneralRe: failing constructors Pin
Michael Farrugia19-Jul-04 22:53
Michael Farrugia19-Jul-04 22:53 
GeneralSetBkColor does not seem to work in OnInitDialog Pin
maxsteel19-Jul-04 5:02
maxsteel19-Jul-04 5:02 
GeneralRe: SetBkColor does not seem to work in OnInitDialog Pin
vcplusplus19-Jul-04 5:52
vcplusplus19-Jul-04 5:52 
GeneralRe: SetBkColor does not seem to work in OnInitDialog Pin
maxsteel19-Jul-04 18:42
maxsteel19-Jul-04 18:42 

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.