Click here to Skip to main content
15,926,939 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to enum NT(2000,XP) system user and user group? Pin
Old Gun25-Aug-03 17:22
Old Gun25-Aug-03 17:22 
AnswerRe: How to enum NT(2000,XP) system user and user group? Pin
parths25-Aug-03 21:15
parths25-Aug-03 21:15 
GeneralRe: How to enum NT(2000,XP) system user and user group? Pin
Old Gun26-Aug-03 0:05
Old Gun26-Aug-03 0:05 
GeneralVFW: WDM Capture Driver - Switching Cameras Pin
comrade25-Aug-03 16:47
comrade25-Aug-03 16:47 
GeneralRe: VFW: WDM Capture Driver - Switching Cameras Pin
Andrew Walker25-Aug-03 21:54
Andrew Walker25-Aug-03 21:54 
GeneralRe: VFW: WDM Capture Driver - Switching Cameras Pin
comrade26-Aug-03 3:27
comrade26-Aug-03 3:27 
GeneralDLL help - VB/C++ working together Pin
rajdawg25-Aug-03 16:09
rajdawg25-Aug-03 16:09 
GeneralRe: DLL help - VB/C++ working together Pin
Mike Dimmick25-Aug-03 22:35
Mike Dimmick25-Aug-03 22:35 
The debugger is trying to find source code for the _DllMainCRTStartup function, which is the actual DLL entry point function (it calls your DllMain after initialising the C Run-Time library). You can just press Cancel to get the debugger to continue.

It's probably doing this because you tried to Step Out of DllMain. Just choose Run when you get to the end of the function. If you do step out, but you haven't got the source, you'll land in a Disassembly window.

If you do want to see _DllMainCRTStartup, make sure you've installed the C Run-Time source code from the CD (by default, it's not installed) and browse to C:\Program Files\Microsoft Visual Studio\VC98\CRT\SRC (Visual C++ 6.0), C:\Program Files\Microsoft Visual Studio .NET\Vc7\crt\src (Visual Studio .NET 2002) or C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\crt\src (Visual Studio .NET 2003).
Generalinclude text file in program Pin
Steve L.25-Aug-03 15:44
Steve L.25-Aug-03 15:44 
GeneralRe: include text file in program Pin
Neville Franks25-Aug-03 18:20
Neville Franks25-Aug-03 18:20 
GeneralRe: include text file in program Pin
Abin25-Aug-03 20:40
Abin25-Aug-03 20:40 
GeneralRe: include text file in program Pin
Steve L.26-Aug-03 4:58
Steve L.26-Aug-03 4:58 
GeneralRe: include text file in program Pin
Blake Miller26-Aug-03 13:53
Blake Miller26-Aug-03 13:53 
GeneralRe: include text file in program Pin
Abin26-Aug-03 14:13
Abin26-Aug-03 14:13 
GeneralRe: include text file in program Pin
Braulio Dez26-Aug-03 1:02
Braulio Dez26-Aug-03 1:02 
GeneralDouble data type validation Pin
Anonymous25-Aug-03 14:48
Anonymous25-Aug-03 14:48 
GeneralRe: Double data type validation Pin
Navin25-Aug-03 15:00
Navin25-Aug-03 15:00 
GeneralRe: Double data type validation Pin
Anonymous25-Aug-03 20:20
Anonymous25-Aug-03 20:20 
GeneralRe: Double data type validation Pin
Abin26-Aug-03 3:10
Abin26-Aug-03 3:10 
Generalsetting the application icon at runtime Pin
Jim Crafton25-Aug-03 13:58
Jim Crafton25-Aug-03 13:58 
GeneralRe: setting the application icon at runtime Pin
Navin25-Aug-03 14:51
Navin25-Aug-03 14:51 
GeneralRe: setting the application icon at runtime Pin
Jim Crafton25-Aug-03 16:38
Jim Crafton25-Aug-03 16:38 
GeneralRe: setting the application icon at runtime Pin
Toni7825-Aug-03 20:36
Toni7825-Aug-03 20:36 
GeneralRe: setting the application icon at runtime Pin
DaFrawg29-Sep-03 2:27
DaFrawg29-Sep-03 2:27 
QuestionHow to include dialog in the view Pin
Binayak25-Aug-03 13:20
Binayak25-Aug-03 13:20 

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.