Click here to Skip to main content
15,909,827 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: "Try" to "Catch" without "Throw" Pin
Anton A. Loukine20-Feb-03 12:44
Anton A. Loukine20-Feb-03 12:44 
GeneralRe: "Try" to "Catch" without "Throw" Pin
jhwurmbach20-Feb-03 21:00
jhwurmbach20-Feb-03 21:00 
GeneralRe: "Try" to "Catch" without "Throw" Pin
Anonymous21-Feb-03 3:19
Anonymous21-Feb-03 3:19 
GeneralRe: "Try" to "Catch" without "Throw" Pin
jhwurmbach21-Feb-03 3:49
jhwurmbach21-Feb-03 3:49 
GeneralRe: "Try" to "Catch" without "Throw" Pin
Christian Graus20-Feb-03 16:08
protectorChristian Graus20-Feb-03 16:08 
GeneralCopy opened files (read protected files) Pin
JGranborg20-Feb-03 11:37
JGranborg20-Feb-03 11:37 
GeneralCannot run MFC-compiled application on Win98se Pin
Valera24117620-Feb-03 11:21
Valera24117620-Feb-03 11:21 
GeneralRe: Cannot run MFC-compiled application on Win98se Pin
PJ Arends20-Feb-03 11:45
professionalPJ Arends20-Feb-03 11:45 
For some reason, VC7 apps seem to always link to oleacc.dll. The way around it is to delay loading it (have it load only if and when required).

First you have to link to delayimp.lib.
#pragma comment (lib, "delayimp.lib")


Then set your app settings

Project => Properties => Linker => Advanced => Delay loaded Dll => Support...

Project => Properties => Linker => Input => Delay loaded DLLs => "oleacc.dll"








Sonork 100.11743 Chicken Little

"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

Within you lies the power for good - Use it!
GeneralRe: Cannot run MFC-compiled application on Win98se Pin
Anonymous20-Feb-03 13:37
Anonymous20-Feb-03 13:37 
GeneralCString Array and Inserting Elements Pin
John W Hagen20-Feb-03 11:17
John W Hagen20-Feb-03 11:17 
GeneralRe: CString Array and Inserting Elements Pin
User 665820-Feb-03 11:29
User 665820-Feb-03 11:29 
GeneralRe: CString Array and Inserting Elements Pin
John W Hagen20-Feb-03 14:00
John W Hagen20-Feb-03 14:00 
GeneralCapturing 'Enter' key Pin
Toni7820-Feb-03 10:49
Toni7820-Feb-03 10:49 
GeneralRe: Capturing 'Enter' key Pin
Joaquín M López Muñoz20-Feb-03 11:30
Joaquín M López Muñoz20-Feb-03 11:30 
GeneralI don't have an IDC_OK hadle Pin
Toni7820-Feb-03 11:47
Toni7820-Feb-03 11:47 
GeneralRe: I don't have an IDC_OK hadle Pin
karl_w20-Feb-03 21:45
karl_w20-Feb-03 21:45 
GeneralRe: I don't have an IDC_OK hadle Pin
Roger Allen21-Feb-03 2:02
Roger Allen21-Feb-03 2:02 
QuestionHow do i make a game? Pin
carjackermike20-Feb-03 10:26
susscarjackermike20-Feb-03 10:26 
AnswerRe: How do i make a game? Pin
Christian Graus20-Feb-03 10:35
protectorChristian Graus20-Feb-03 10:35 
GeneralRe: How do i make a game? Pin
David Wulff20-Feb-03 11:24
David Wulff20-Feb-03 11:24 
GeneralRe: How do i make a game? Pin
Christian Graus20-Feb-03 11:32
protectorChristian Graus20-Feb-03 11:32 
AnswerRe: How do i make a game? Pin
Paul M Watt20-Feb-03 17:33
mentorPaul M Watt20-Feb-03 17:33 
AnswerRe: How do i make a game? Pin
Jambolo22-Feb-03 21:06
Jambolo22-Feb-03 21:06 
GeneralRe: How do i make a game? Pin
carjackermike23-Feb-03 14:46
susscarjackermike23-Feb-03 14:46 
GeneralRe: How do i make a game? Pin
Alexander Wiseman24-Jun-03 8:01
Alexander Wiseman24-Jun-03 8:01 

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.