Click here to Skip to main content
15,922,533 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: __.dll not found. Re-installing the application... Pin
VonHagNDaz17-Apr-07 5:58
VonHagNDaz17-Apr-07 5:58 
AnswerRe: __.dll not found. Re-installing the application... Pin
Mark Salsbery17-Apr-07 6:38
Mark Salsbery17-Apr-07 6:38 
GeneralRe: __.dll not found. Re-installing the application... Pin
VonHagNDaz17-Apr-07 6:41
VonHagNDaz17-Apr-07 6:41 
GeneralRe: __.dll not found. Re-installing the application... Pin
Mark Salsbery17-Apr-07 6:49
Mark Salsbery17-Apr-07 6:49 
GeneralRe: __.dll not found. Re-installing the application... Pin
VonHagNDaz17-Apr-07 8:02
VonHagNDaz17-Apr-07 8:02 
GeneralRe: __.dll not found. Re-installing the application... Pin
Mark Salsbery17-Apr-07 8:23
Mark Salsbery17-Apr-07 8:23 
GeneralRe: __.dll not found. Re-installing the application... Pin
VonHagNDaz17-Apr-07 8:26
VonHagNDaz17-Apr-07 8:26 
GeneralRe: __.dll not found. Re-installing the application... Pin
Mark Salsbery17-Apr-07 8:32
Mark Salsbery17-Apr-07 8:32 
QuestionColoring controls Pin
iayd17-Apr-07 5:18
iayd17-Apr-07 5:18 
AnswerRe: Coloring controls Pin
Hamid_RT17-Apr-07 5:57
Hamid_RT17-Apr-07 5:57 
QuestionStretchBlt fails in Window 98 Pin
PrabhuDev17-Apr-07 4:39
PrabhuDev17-Apr-07 4:39 
QuestionRe: StretchBlt fails in Window 98 Pin
Mark Salsbery17-Apr-07 5:37
Mark Salsbery17-Apr-07 5:37 
AnswerRe: StretchBlt fails in Window 98 Pin
PrabhuDev18-Apr-07 4:39
PrabhuDev18-Apr-07 4:39 
GeneralRe: StretchBlt fails in Window 98 Pin
Mark Salsbery18-Apr-07 5:50
Mark Salsbery18-Apr-07 5:50 
GeneralRe: StretchBlt fails in Window 98 Pin
PrabhuDev22-Apr-07 23:30
PrabhuDev22-Apr-07 23:30 
QuestionRe: StretchBlt fails in Window 98 Pin
Mark Salsbery23-Apr-07 4:54
Mark Salsbery23-Apr-07 4:54 
AnswerRe: StretchBlt fails in Window 98 Pin
PrabhuDev23-Apr-07 5:49
PrabhuDev23-Apr-07 5:49 
GeneralRe: StretchBlt fails in Window 98 Pin
Mark Salsbery23-Apr-07 6:27
Mark Salsbery23-Apr-07 6:27 
AnswerRe: StretchBlt fails in Window 98 Pin
Blake Miller17-Apr-07 5:45
Blake Miller17-Apr-07 5:45 
QuestionChecking for integrity of a .dll file Pin
Sauce!17-Apr-07 3:48
Sauce!17-Apr-07 3:48 
AnswerRe: Checking for integrity of a .dll file Pin
Blake Miller17-Apr-07 5:47
Blake Miller17-Apr-07 5:47 
AnswerRe: Checking for integrity of a .dll file Pin
James R. Twine17-Apr-07 7:20
James R. Twine17-Apr-07 7:20 
   Keeping MD5's (or some other hash/signature/digest) on the server and then comparing as Blake Miller suggested is what I would recommend as well.

   However, the paranoid in me would also suggest that you compare the MD5s at different parts in the game, just to help keep hackers at bay.  For example, check not only at launch/startup to download the correct versions, but also verifying the signatures of different binaries at specific time intervals during play (check only, do not download because the game is in progress).

   Just my $0.02...

   Peace!

-=- James
Please rate this message - let me know if I helped or not!<HR>If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles

GeneralRe: Checking for integrity of a .dll file [modified] Pin
Sauce!17-Apr-07 21:03
Sauce!17-Apr-07 21:03 
GeneralRe: Checking for integrity of a .dll file Pin
James R. Twine18-Apr-07 16:09
James R. Twine18-Apr-07 16:09 
QuestionAFX_ID_PREVIEW_CLOSE - Help!! Pin
jerome_data17-Apr-07 3:15
jerome_data17-Apr-07 3:15 

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.