Click here to Skip to main content
15,908,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to execute a file in memory being of type CMemFile Pin
David Spain5-Jul-05 17:56
David Spain5-Jul-05 17:56 
GeneralRe: How to execute a file in memory being of type CMemFile Pin
Jose Lamas Rios5-Jul-05 18:25
Jose Lamas Rios5-Jul-05 18:25 
GeneralRe: How to execute a file in memory being of type CMemFile Pin
David Spain5-Jul-05 19:10
David Spain5-Jul-05 19:10 
GeneralProxy authentication Pin
Geert van Horrik5-Jul-05 6:04
Geert van Horrik5-Jul-05 6:04 
GeneralRebar controls Pin
__makaveli__5-Jul-05 5:36
__makaveli__5-Jul-05 5:36 
Questionhow to protect dll from replacement. Pin
Abdul Munaf Chhatra5-Jul-05 3:26
Abdul Munaf Chhatra5-Jul-05 3:26 
AnswerRe: how to protect dll from replacement. Pin
David Crow5-Jul-05 3:43
David Crow5-Jul-05 3:43 
AnswerRe: how to protect dll from replacement. Pin
«_Superman_»5-Jul-05 4:01
professional«_Superman_»5-Jul-05 4:01 
Here is something I did a long ago.

Create a global string in the DLL like
char* pCpde = "My Secret Code";

Before loading the DLL from the EXE, open the DLL in binay mode from the EXE.
Search for your secret code.

If it exists, close the DLL file and load it.

I call it signing code. Poke tongue | ;-P


« Superman »
QuestionMS Word View->Print-Layout code? Pin
Maverick5-Jul-05 3:10
Maverick5-Jul-05 3:10 
AnswerRe: MS Word View->Print-Layout code? Pin
Chris Meech5-Jul-05 6:33
Chris Meech5-Jul-05 6:33 
GeneralRe: MS Word View->Print-Layout code? Pin
Maverick5-Jul-05 16:05
Maverick5-Jul-05 16:05 
GeneralRe: MS Word View->Print-Layout code? Pin
Jose Lamas Rios5-Jul-05 17:45
Jose Lamas Rios5-Jul-05 17:45 
GeneralCDialogBar and CMDIFrameWnd Pin
__makaveli__5-Jul-05 2:16
__makaveli__5-Jul-05 2:16 
GeneralQuestion about class CSplitterWnd Pin
PRJ15rf5-Jul-05 2:03
sussPRJ15rf5-Jul-05 2:03 
GeneralRe: Question about class CSplitterWnd Pin
PJ Arends5-Jul-05 11:00
professionalPJ Arends5-Jul-05 11:00 
GeneralToolbar Pin
Anonymous5-Jul-05 1:25
Anonymous5-Jul-05 1:25 
GeneralRe: Toolbar Pin
«_Superman_»5-Jul-05 1:57
professional«_Superman_»5-Jul-05 1:57 
GeneralRe: Toolbar Pin
Anonymous5-Jul-05 17:50
Anonymous5-Jul-05 17:50 
GeneralHelp ! Reading a file from the web Pin
nirishere5-Jul-05 0:03
nirishere5-Jul-05 0:03 
GeneralRe: Help ! Reading a file from the web Pin
2249175-Jul-05 0:20
2249175-Jul-05 0:20 
GeneralAbout OMA Device Management client Pin
Maer7274-Jul-05 23:44
Maer7274-Jul-05 23:44 
GeneralAccessing resources in a Thread Pin
Juergen Kordes4-Jul-05 23:22
Juergen Kordes4-Jul-05 23:22 
GeneralRe: Accessing resources in a Thread Pin
Cedric Moonen4-Jul-05 23:54
Cedric Moonen4-Jul-05 23:54 
GeneralRe: Accessing resources in a Thread Pin
Juergen Kordes5-Jul-05 0:48
Juergen Kordes5-Jul-05 0:48 
GeneralRe: Accessing resources in a Thread Pin
Cedric Moonen5-Jul-05 1:03
Cedric Moonen5-Jul-05 1:03 

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.