Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDetect hidden window Pin
LukeV20-Apr-04 4:31
LukeV20-Apr-04 4:31 
GeneralPhysical drive Pin
Mathias S.20-Apr-04 4:19
Mathias S.20-Apr-04 4:19 
GeneralRe: Physical drive Pin
dudepdx22-Apr-04 4:47
dudepdx22-Apr-04 4:47 
QuestionHow to programmatically clear/delete the AutoComplete data? Pin
Defenestration20-Apr-04 4:16
Defenestration20-Apr-04 4:16 
AnswerRe: How to programmatically clear/delete the AutoComplete data? Pin
valikac20-Apr-04 5:56
valikac20-Apr-04 5:56 
GeneralRe: How to programmatically clear/delete the AutoComplete data? Pin
David Crow20-Apr-04 7:08
David Crow20-Apr-04 7:08 
AnswerRe: How to programmatically clear/delete the AutoComplete data? Pin
jmkhael20-Apr-04 7:13
jmkhael20-Apr-04 7:13 
GeneralOptional DLL Pin
Niklas L20-Apr-04 2:54
Niklas L20-Apr-04 2:54 
I have a program where I make use of a proprietary DLL containing non vital code for the application. What I want is, if the user has the DLL, it's functionallity will be added, but if it's missing, the user will have to do without these extra features.

The only solutions I can come up with to this problem is to eiter load the DLL manually, having to find all functions I need (hundreds), or to create something close to a proxy-dll containing all application code for the extra features, linking it to the proprietary DLL, and in turn load this DLL manually.

None of these solutions is practical in terms of workload. Is there another, more simpel, way to do it?

Since my guess is no, I'd hope someone out there says yes Smile | :)
GeneralRe: Optional DLL Pin
Mike Dimmick20-Apr-04 2:58
Mike Dimmick20-Apr-04 2:58 
GeneralRe: Optional DLL Pin
Antony M Kancidrowski20-Apr-04 3:19
Antony M Kancidrowski20-Apr-04 3:19 
GeneralRe: Optional DLL Pin
Niklas L20-Apr-04 4:44
Niklas L20-Apr-04 4:44 
GeneralExported functions in a dll Pin
Rajeshk12320-Apr-04 2:46
Rajeshk12320-Apr-04 2:46 
GeneralRe: Exported functions in a dll Pin
melwyn20-Apr-04 4:41
melwyn20-Apr-04 4:41 
GeneralRe: Exported functions in a dll Pin
dudepdx20-Apr-04 5:47
dudepdx20-Apr-04 5:47 
GeneralRe: Exported functions in a dll Pin
Rajeshk12321-Apr-04 1:36
Rajeshk12321-Apr-04 1:36 
GeneralVc++ with XML Pin
Member 127313720-Apr-04 2:24
Member 127313720-Apr-04 2:24 
GeneralRe: Vc++ with XML Pin
toxcct20-Apr-04 2:28
toxcct20-Apr-04 2:28 
GeneralRe: Vc++ with XML Pin
Steve S20-Apr-04 2:32
Steve S20-Apr-04 2:32 
GeneralRe: Vc++ with XML Pin
Steve Thresher20-Apr-04 2:38
Steve Thresher20-Apr-04 2:38 
GeneralRe: Vc++ with XML Pin
Navin20-Apr-04 6:21
Navin20-Apr-04 6:21 
GeneralRe: Vc++ with XML Pin
Prakash Nadar20-Apr-04 7:24
Prakash Nadar20-Apr-04 7:24 
GeneralProgram-Crashes in Realise Mode Pin
schoni20-Apr-04 1:41
schoni20-Apr-04 1:41 
GeneralRe: Program-Crashes in Realise Mode Pin
David Crow20-Apr-04 2:36
David Crow20-Apr-04 2:36 
GeneralRe: Program-Crashes in Realise Mode Pin
22491720-Apr-04 2:46
22491720-Apr-04 2:46 
GeneralRe: Program-Crashes in Realise Mode Pin
Maxwell Chen20-Apr-04 17:13
Maxwell Chen20-Apr-04 17:13 

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.