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

C / C++ / MFC

 
AnswerRe: ATL control background color Pin
Randor 17-Dec-08 0:29
professional Randor 17-Dec-08 0:29 
QuestionGetDlgItem in Dialog class Pin
pratap198016-Dec-08 6:24
pratap198016-Dec-08 6:24 
AnswerRe: GetDlgItem in Dialog class Pin
Eytukan16-Dec-08 6:34
Eytukan16-Dec-08 6:34 
AnswerRe: GetDlgItem in Dialog class Pin
jeron116-Dec-08 6:35
jeron116-Dec-08 6:35 
AnswerRe: GetDlgItem in Dialog class Pin
Mark Salsbery16-Dec-08 6:55
Mark Salsbery16-Dec-08 6:55 
AnswerRe: GetDlgItem in Dialog class Pin
CPallini16-Dec-08 7:20
mveCPallini16-Dec-08 7:20 
QuestionPhysically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 4:54
rechmbrs16-Dec-08 4:54 
AnswerRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 5:14
Code-o-mat16-Dec-08 5:14 
Assuming that you are not trying to embed that DLL into your own because it is protected by some licence and you want to hide it, you could try storing the DLL in resource and when it is needed you could check if it exists on the disk and if not, write it from resource to the disk. But be careful not to load the DLL while your own DLL is being loaded and its entry-point is being called during the LoadLibrary process.
Another aproach is given to you here[^], which seems a bit more tricky but also a bit nicer.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <

GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 5:57
rechmbrs16-Dec-08 5:57 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 6:16
Code-o-mat16-Dec-08 6:16 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Randor 16-Dec-08 6:35
professional Randor 16-Dec-08 6:35 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Code-o-mat16-Dec-08 6:41
Code-o-mat16-Dec-08 6:41 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
Randor 16-Dec-08 7:12
professional Randor 16-Dec-08 7:12 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 7:43
rechmbrs16-Dec-08 7:43 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 7:45
rechmbrs16-Dec-08 7:45 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs16-Dec-08 7:42
rechmbrs16-Dec-08 7:42 
GeneralRe: Physically include dll in compile/link with VC2005 Pin
rechmbrs17-Dec-08 8:37
rechmbrs17-Dec-08 8:37 
Questionhelp finishing a program overloaded hospital Pin
SoniaHernandez16-Dec-08 3:36
SoniaHernandez16-Dec-08 3:36 
QuestionRe: help finishing a program overloaded hospital Pin
CPallini16-Dec-08 4:02
mveCPallini16-Dec-08 4:02 
AnswerRe: help finishing a program overloaded hospital Pin
David Crow16-Dec-08 4:08
David Crow16-Dec-08 4:08 
Questioncomputer name length issue Pin
George_George16-Dec-08 1:27
George_George16-Dec-08 1:27 
AnswerRe: computer name length issue Pin
Jijo.Raj16-Dec-08 1:50
Jijo.Raj16-Dec-08 1:50 
GeneralRe: computer name length issue Pin
George_George16-Dec-08 2:07
George_George16-Dec-08 2:07 
GeneralRe: computer name length issue Pin
Jijo.Raj16-Dec-08 2:28
Jijo.Raj16-Dec-08 2:28 
GeneralRe: computer name length issue Pin
George_George17-Dec-08 1:54
George_George17-Dec-08 1:54 

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.