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

C / C++ / MFC

 
GeneralRe: I need an overloaded operator for VARIANT data type Pin
BabakZallaghi24-Jul-03 3:44
BabakZallaghi24-Jul-03 3:44 
Generalwho can help me?about SHAppBarMessage Pin
Hendy_So19-Jul-03 2:12
Hendy_So19-Jul-03 2:12 
Questionwhat is MakeFile? Pin
Anonymous19-Jul-03 2:04
Anonymous19-Jul-03 2:04 
AnswerRe: what is MakeFile? Pin
Nick Parker19-Jul-03 2:11
protectorNick Parker19-Jul-03 2:11 
GeneralRe: what is MakeFile? Pin
Anonymous19-Jul-03 2:19
Anonymous19-Jul-03 2:19 
GeneralRe: what is MakeFile? Pin
Mike Nordell19-Jul-03 3:58
Mike Nordell19-Jul-03 3:58 
GeneralRe: what is MakeFile? Pin
Anonymous19-Jul-03 20:18
Anonymous19-Jul-03 20:18 
GeneralRe: what is MakeFile? Pin
Anthony_Yio20-Jul-03 17:18
Anthony_Yio20-Jul-03 17:18 
It wouldn't be useful for your case because you have only one *.exe and you still need to rebuild your *.exe.

For your case, I think you should divide your program into chunks example into DLLS. Then, say if you were to update a class which is located in DLL A. You only need to update that particular DLL.

Or

You could use some third party software which allows you to develop your patch. Basically this software will allow you to designated which portion of codes to be patched. i have not try this before but I knew it exists.

Try this (I found it in Google)

http://www.workshell.co.uk/products/patchbld/[^]
GeneralRe: what is MakeFile? Pin
Anonymous20-Jul-03 22:11
Anonymous20-Jul-03 22:11 
Generaldeleting an object from a list of objects Pin
aqualite19-Jul-03 1:59
aqualite19-Jul-03 1:59 
GeneralRe: deleting an object from a list of objects Pin
Mike Nordell19-Jul-03 4:03
Mike Nordell19-Jul-03 4:03 
GeneralCDocument::OnFileSendMail, how to attach default file other than one given.. Pin
IrishSonic18-Jul-03 23:18
IrishSonic18-Jul-03 23:18 
GeneralRe: CDocument::OnFileSendMail, how to attach default file other than one given.. Pin
IrishSonic19-Jul-03 23:26
IrishSonic19-Jul-03 23:26 
Generalc++ graphics Pin
virtualspy18-Jul-03 23:15
virtualspy18-Jul-03 23:15 
GeneralRe: c++ graphics Pin
Ryan Binns19-Jul-03 0:21
Ryan Binns19-Jul-03 0:21 
GeneralRe: c++ graphics Pin
John M. Drescher19-Jul-03 18:55
John M. Drescher19-Jul-03 18:55 
GeneralRe: c++ graphics Pin
dog_spawn19-Jul-03 2:48
dog_spawn19-Jul-03 2:48 
GeneralRe: c++ graphics Pin
Ryan Binns19-Jul-03 4:03
Ryan Binns19-Jul-03 4:03 
GeneralRe: c++ graphics Pin
Mike Nordell19-Jul-03 4:14
Mike Nordell19-Jul-03 4:14 
GeneralRe: c++ graphics Pin
conio19-Jul-03 8:30
conio19-Jul-03 8:30 
GeneralRe: c++ graphics Pin
virtualspy20-Jul-03 0:46
virtualspy20-Jul-03 0:46 
GeneralRe: c++ graphics Pin
John M. Drescher19-Jul-03 18:57
John M. Drescher19-Jul-03 18:57 
QuestionManaged C++? Pin
DaveE9th18-Jul-03 21:09
DaveE9th18-Jul-03 21:09 
AnswerRe: Managed C++? Pin
Nish Nishant18-Jul-03 21:33
sitebuilderNish Nishant18-Jul-03 21:33 
AnswerRe: Managed C++? Pin
Mike Nordell19-Jul-03 4:16
Mike Nordell19-Jul-03 4: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.