Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
Hi!

I am working on a 3D engine for an RTS game using DirectX 9 and I have decided that I will be making the engine modular using .dll files for parts such as the renderer. The problem with this, is that the game is going to have a multiplayer aspect and therefore, I need some way to verify the integrity of a .dll file such as "renderer.dll" to ensure that the file has not been replaced with a third party .dll (basically a hack) that can display wireframe views or remove the fog of war, etc.

The reason I am making the engine modular is so that users will not have to download large updates to fix small issues, but can instead simply download the updated .dll that corresponds to the error fix.

So far the only method I have come up with for this error checking is to either simply redownload all files every time the user launches the game (horrible idea), or to somehow check the file against the server copy.

So I was wondering, do you guys have any ideas of how to achieve this?
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 
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 
QuestionOpen Dialog in Thread Pin
baerten17-Apr-07 2:37
baerten17-Apr-07 2:37 
AnswerRe: Open Dialog in Thread Pin
Arman S.17-Apr-07 2:51
Arman S.17-Apr-07 2:51 
GeneralRe: Open Dialog in Thread Pin
baerten17-Apr-07 3:00
baerten17-Apr-07 3:00 
GeneralRe: Open Dialog in Thread Pin
Nibu babu thomas17-Apr-07 3:11
Nibu babu thomas17-Apr-07 3:11 
Questionwhat is "hooks or hooking" in the mfc Pin
kevien17-Apr-07 2:04
kevien17-Apr-07 2:04 
AnswerRe: what is "hooks or hooking" in the mfc Pin
James R. Twine17-Apr-07 2:44
James R. Twine17-Apr-07 2:44 
QuestionHow to set menuitem ID in owner drawn menu? Pin
Atul2317-Apr-07 2:02
Atul2317-Apr-07 2:02 
AnswerRe: How to set menuitem ID in owner drawn menu? Pin
sthotakura17-Apr-07 7:27
sthotakura17-Apr-07 7:27 
Questionhow to link dll Pin
viduran17-Apr-07 1:47
viduran17-Apr-07 1:47 
AnswerRe: how to link dll Pin
Paresh Chitte17-Apr-07 1:56
Paresh Chitte17-Apr-07 1:56 
AnswerRe: how to link dll Pin
Nibu babu thomas17-Apr-07 2:04
Nibu babu thomas17-Apr-07 2:04 
AnswerRe: how to link dll Pin
toxcct17-Apr-07 2:16
toxcct17-Apr-07 2:16 

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.