Click here to Skip to main content
15,896,154 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Accessing extra keys on a PS2 mouse without driver Pin
pasztorpisti26-Aug-12 5:41
pasztorpisti26-Aug-12 5:41 
QuestionCreateProcess and Detect when tthis process Ends.. Pin
Drakesal26-Aug-12 1:25
Drakesal26-Aug-12 1:25 
AnswerRe: CreateProcess and Detect when tthis process Ends.. Pin
pasztorpisti26-Aug-12 3:18
pasztorpisti26-Aug-12 3:18 
AnswerRe: CreateProcess and Detect when tthis process Ends.. Pin
Stephen Hewitt26-Aug-12 5:01
Stephen Hewitt26-Aug-12 5:01 
GeneralRe: CreateProcess and Detect when tthis process Ends.. Pin
Drakesal26-Aug-12 21:07
Drakesal26-Aug-12 21:07 
QuestionConvet Perl regular expression to equivalent ECMAScript regular expression Pin
Falconapollo25-Aug-12 18:49
Falconapollo25-Aug-12 18:49 
Questionexception caused by reference to certain Windows functions Pin
ed welch24-Aug-12 6:12
ed welch24-Aug-12 6:12 
AnswerRe: exception caused by reference to certain Windows functions Pin
pasztorpisti24-Aug-12 9:47
pasztorpisti24-Aug-12 9:47 
You stated that the exception is thrown before your WinMain(). Statically linked dlls are loaded by windows for your executables and DLLs. The DllMain() of statically linked DLLs execute eralier than the main of the module (dll or exe) that actually uses the DLL. I would suspect that something is screwed up in your 3rd party DLL and it might be sensitive to DLL loading order. If you exe uses SHGetSpecialFolderPath() from shell32.dll and the 3rd party library also uses a function from shell.dll then the loading of shell32.dll might happen before or after the loading of your 3rd party depending on whether your program loads shell32.dll or the 3rd party first. However this whole situation seems to be totally screwed up for me. Try to set a breakpoint on "module load" events and debug the loading order of your DLLs, maybe you find out something useful. Try to search for the exception code too in google.
AnswerRe: exception caused by reference to certain Windows functions Pin
Stephen Hewitt24-Aug-12 21:15
Stephen Hewitt24-Aug-12 21:15 
GeneralRe: exception caused by reference to certain Windows functions Pin
ed welch25-Aug-12 2:11
ed welch25-Aug-12 2:11 
GeneralRe: exception caused by reference to certain Windows functions Pin
Richard MacCutchan25-Aug-12 4:21
mveRichard MacCutchan25-Aug-12 4:21 
GeneralRe: exception caused by reference to certain Windows functions Pin
ed welch25-Aug-12 5:33
ed welch25-Aug-12 5:33 
GeneralRe: exception caused by reference to certain Windows functions Pin
Stephen Hewitt25-Aug-12 23:39
Stephen Hewitt25-Aug-12 23:39 
AnswerRe: exception caused by reference to certain Windows functions Pin
jschell25-Aug-12 7:37
jschell25-Aug-12 7:37 
GeneralRe: exception caused by reference to certain Windows functions Pin
ed welch25-Aug-12 9:19
ed welch25-Aug-12 9:19 
Questionprediction algorithm Pin
smkay24-Aug-12 4:52
smkay24-Aug-12 4:52 
AnswerRe: prediction algorithm Pin
Richard MacCutchan24-Aug-12 5:01
mveRichard MacCutchan24-Aug-12 5:01 
JokeRe: prediction algorithm Pin
Joan M24-Aug-12 23:00
professionalJoan M24-Aug-12 23:00 
AnswerRe: prediction algorithm Pin
CPallini25-Aug-12 7:24
mveCPallini25-Aug-12 7:24 
AnswerRe: prediction algorithm Pin
Stefan_Lang29-Aug-12 1:48
Stefan_Lang29-Aug-12 1:48 
QuestionHow to provide scrollbar to a dialog box dynamically in MFC.? Pin
Munish batra23-Aug-12 21:36
Munish batra23-Aug-12 21:36 
AnswerRe: How to provide scrollbar to a dialog box dynamically in MFC.? Pin
Maximilien24-Aug-12 7:21
Maximilien24-Aug-12 7:21 
Questionwhich is the best open source library for 2D drawings. Pin
Member 935377623-Aug-12 20:10
Member 935377623-Aug-12 20:10 
AnswerRe: which is the best open source library for 2D drawings. Pin
Software_Developer23-Aug-12 22:45
Software_Developer23-Aug-12 22:45 
QuestionBetter "pattern" for if-else if for strings ? Pin
Maximilien23-Aug-12 3:57
Maximilien23-Aug-12 3:57 

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.