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

C / C++ / MFC

 
GeneralRe: winapi & mfc Pin
Hamid_RT31-May-06 21:38
Hamid_RT31-May-06 21:38 
Questionattach to WM_MOVE event of a window Pin
ilidan29-May-06 21:54
ilidan29-May-06 21:54 
AnswerRe: attach to WM_MOVE event of a window Pin
Ganesh_T29-May-06 22:33
Ganesh_T29-May-06 22:33 
GeneralRe: attach to WM_MOVE event of a window Pin
ilidan29-May-06 23:36
ilidan29-May-06 23:36 
AnswerRe: attach to WM_MOVE event of a window Pin
Nibu babu thomas29-May-06 23:59
Nibu babu thomas29-May-06 23:59 
GeneralRe: attach to WM_MOVE event of a window Pin
ilidan30-May-06 15:06
ilidan30-May-06 15:06 
AnswerRe: attach to WM_MOVE event of a window Pin
ThatsAlok30-May-06 1:57
ThatsAlok30-May-06 1:57 
QuestionOpinions Wanted on Hypothetical DLL Loading Pin
Richard Andrew x6429-May-06 21:31
professionalRichard Andrew x6429-May-06 21:31 
Please give me your thoughts on whether you think the following would be possible, and workable:

Do you think it would be possible to dynamically load and use a DLL without calling LoadLibrary, and GetProcAddress ?

Imagine the following procedure:

1. Use VirtualAlloc to reserve space in memory for the DLL
2. Read the DLL file and load it into the newly allocated memory
3. Write your own custom function to read the Export Table and manually compute the entry points for the DllMain and other functions you need
4. Call DllMain with PROCESS_ATTACH, then be sure to call it again for every thread you create

Do you think it would work?

Rich

ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸
AnswerRe: Opinions Wanted on Hypothetical DLL Loading Pin
toxcct29-May-06 21:38
toxcct29-May-06 21:38 
AnswerRe: Opinions Wanted on Hypothetical DLL Loading Pin
Stephen Hewitt29-May-06 23:20
Stephen Hewitt29-May-06 23:20 
GeneralRe: Opinions Wanted on Hypothetical DLL Loading Pin
Richard Andrew x6429-May-06 23:25
professionalRichard Andrew x6429-May-06 23:25 
AnswerRe: Opinions Wanted on Hypothetical DLL Loading Pin
Nibu babu thomas30-May-06 1:33
Nibu babu thomas30-May-06 1:33 
Question[Message Deleted] Pin
_kal_29-May-06 21:25
_kal_29-May-06 21:25 
AnswerRe: Moving Caret using SetCaretPos Pin
G Haranadh29-May-06 23:08
G Haranadh29-May-06 23:08 
GeneralRe: Moving Caret using SetCaretPos Pin
G Haranadh30-May-06 0:41
G Haranadh30-May-06 0:41 
AnswerRe: Moving Caret using SetCaretPos Pin
ThatsAlok30-May-06 1:50
ThatsAlok30-May-06 1:50 
QuestionProblem with spliltter window Pin
sahaja_p29-May-06 21:15
sahaja_p29-May-06 21:15 
AnswerRe: Problem with spliltter window Pin
Ganesh_T29-May-06 22:25
Ganesh_T29-May-06 22:25 
AnswerRe: Problem with spliltter window Pin
NiceNaidu30-May-06 0:34
NiceNaidu30-May-06 0:34 
QuestionCapturing cprintf Pin
eku29-May-06 20:58
eku29-May-06 20:58 
AnswerRe: Capturing cprintf [modified] Pin
toxcct29-May-06 21:28
toxcct29-May-06 21:28 
GeneralRe: Capturing cprintf Pin
kakan29-May-06 23:14
professionalkakan29-May-06 23:14 
GeneralRe: Capturing cprintf Pin
toxcct29-May-06 23:16
toxcct29-May-06 23:16 
GeneralRe: Capturing cprintf [modified] Pin
eku30-May-06 8:14
eku30-May-06 8:14 
QuestionList box Issue Pin
itkid29-May-06 20:22
itkid29-May-06 20:22 

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.