Click here to Skip to main content
15,923,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Com Port Problem Pin
Monty24-May-04 19:01
Monty24-May-04 19:01 
GeneralGETTING DIRECTORY LISTING Pin
chapelle4-May-04 12:49
chapelle4-May-04 12:49 
GeneralRe: GETTING DIRECTORY LISTING Pin
Mike Dimmick5-May-04 1:04
Mike Dimmick5-May-04 1:04 
GeneralWriting a scripting language Pin
Dev5784-May-04 12:17
Dev5784-May-04 12:17 
GeneralRe: Writing a scripting language Pin
Chris Losinger4-May-04 14:58
professionalChris Losinger4-May-04 14:58 
GeneralRe: Writing a scripting language Pin
Maxwell Chen4-May-04 18:29
Maxwell Chen4-May-04 18:29 
GeneralOpenDocumentFile( NULL) Win2000 Pin
brdavid4-May-04 11:38
brdavid4-May-04 11:38 
GeneralRe: OpenDocumentFile( NULL) Win2000 Pin
Mike Dimmick5-May-04 1:20
Mike Dimmick5-May-04 1:20 
You're using the same binary on both Windows XP and Windows 2000, and the same version of the MFC DLL?

Is the Windows 2000 system running Service Pack 4? The DLL Help Database[^] indicates that Windows 2000 SP4 shipped a new version, 6.0.9586.0, of mfc42.dll. If you're compiling with MFC 6.0, supplied with Visual Studio 6.0, this might (potentially) be causing the problem. An even newer version, 6.0.9782.0, ships in Visual Studio 6 Service Pack 6.

Exactly what problem occurs? Do you get an ASSERT failure, or an error message? Is the behaviour consistent across Debug and Release builds?

If you get an ASSERT, what source file and line is listed? If you get an error, what is the exact error message?

[edit] Are you using a CSingleDocTemplate, a CMultiDocTemplate, or your own class derived either from one of those or directly from CDocTemplate? [/edit]

Stability. What an interesting concept. -- Chris Maunder
GeneralC# dll import into C++ Pin
student66694-May-04 11:05
student66694-May-04 11:05 
GeneralRe: C# dll import into C++ Pin
Mike Dimmick4-May-04 11:11
Mike Dimmick4-May-04 11:11 
GeneralRe: C# dll import into C++ Pin
monrobot134-May-04 11:48
monrobot134-May-04 11:48 
GeneralRight clicking in CButtonST Pin
Albedo4-May-04 10:52
Albedo4-May-04 10:52 
GeneralCommand-line parameter in URL Pin
BlackDice4-May-04 10:05
BlackDice4-May-04 10:05 
GeneralRe: Command-line parameter in URL Pin
Terry O'Nolley4-May-04 10:09
Terry O'Nolley4-May-04 10:09 
GeneralRe: Command-line parameter in URL Pin
BlackDice4-May-04 10:17
BlackDice4-May-04 10:17 
Questionhow to focus in a desired window Pin
shammyrly4-May-04 9:57
shammyrly4-May-04 9:57 
GeneralCalling base class function Pin
BlackDice4-May-04 9:45
BlackDice4-May-04 9:45 
GeneralRe: Calling base class function Pin
Joe Woodbury4-May-04 10:09
professionalJoe Woodbury4-May-04 10:09 
GeneralRe: Calling base class function Pin
BlackDice4-May-04 10:11
BlackDice4-May-04 10:11 
GeneralRe: Calling base class function Pin
toxcct4-May-04 10:33
toxcct4-May-04 10:33 
GeneralWriting HTML to file Pin
monrobot134-May-04 9:30
monrobot134-May-04 9:30 
GeneralRe: Writing HTML to file Pin
Rafael Fernández López4-May-04 9:34
Rafael Fernández López4-May-04 9:34 
GeneralRe: Writing HTML to file Pin
toxcct4-May-04 10:04
toxcct4-May-04 10:04 
GeneralRe: Writing HTML to file Pin
Rafael Fernández López4-May-04 10:12
Rafael Fernández López4-May-04 10:12 
GeneralRe: Writing HTML to file Pin
Joe Woodbury4-May-04 10:12
professionalJoe Woodbury4-May-04 10:12 

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.