Click here to Skip to main content
16,015,393 members
Home / Discussions / Article Writing
   

Article Writing

 
AnswerRe: Delphi Libraries into VC++ - is it possible?? Pin
Mike Nordell1-May-02 10:32
Mike Nordell1-May-02 10:32 
AnswerRe: Delphi Libraries into VC++ - is it possible?? Pin
RichB6-Jun-02 8:41
RichB6-Jun-02 8:41 
GeneralEmbedded Programming Project Pin
Neena24-Apr-02 8:33
Neena24-Apr-02 8:33 
GeneralRe: Embedded Programming Project Pin
Renjith Ramachandran20-May-02 17:28
Renjith Ramachandran20-May-02 17:28 
GeneralAutomatic updater Pin
Daniel B.23-Apr-02 21:51
Daniel B.23-Apr-02 21:51 
GeneralRe: Automatic updater Pin
2-May-02 5:18
suss2-May-02 5:18 
GeneralRe: Automatic updater Pin
Daniel B.2-May-02 6:48
Daniel B.2-May-02 6:48 
GeneralRe: Automatic updater Pin
Ravi Bhavnani2-May-02 5:33
professionalRavi Bhavnani2-May-02 5:33 
You can implement this using a WebResourceProvider that can check if you're running an older version of an application, and download the latest version of component modules if necessary.

Of course, there are also other issues involved. For one, your replaceable DLLs should be loaded at run-time (using LoadLibrary()) so that you can load them after the latest versions have been downloaded.

/ravi

"There is always one more bug..."
http://www.ravib.com
ravib@ravib.com
GeneralRe: Automatic updater Pin
Daniel B.2-May-02 6:56
Daniel B.2-May-02 6:56 
GeneralRe: Automatic updater Pin
2-May-02 7:53
suss2-May-02 7:53 
GeneralRe: Automatic updater Pin
Amit Dey14-May-02 13:34
Amit Dey14-May-02 13:34 
GeneralRe: Automatic updater Pin
Daniel B.14-May-02 22:42
Daniel B.14-May-02 22:42 
GeneralRe: Automatic updater Pin
Richard Deeming20-May-02 1:11
mveRichard Deeming20-May-02 1:11 
QuestionHow to submit an article!? Pin
Rickard Andersson2023-Apr-02 12:14
Rickard Andersson2023-Apr-02 12:14 
AnswerRe: How to submit an article!? Pin
-Dy25-Apr-02 23:05
-Dy25-Apr-02 23:05 
GeneralRe: How to submit an article!? Pin
Nish Nishant27-Apr-02 5:55
sitebuilderNish Nishant27-Apr-02 5:55 
GeneralRe: How to submit an article!? Pin
Chris Maunder29-Apr-02 15:09
cofounderChris Maunder29-Apr-02 15:09 
GeneralRe: How to submit an article!? Pin
Nish Nishant29-Apr-02 15:14
sitebuilderNish Nishant29-Apr-02 15:14 
GeneralRe: How to submit an article!? Pin
Chris Maunder29-Apr-02 15:31
cofounderChris Maunder29-Apr-02 15:31 
GeneralRe: How to submit an article!? Pin
Nish Nishant29-Apr-02 15:35
sitebuilderNish Nishant29-Apr-02 15:35 
GeneralRe: How to submit an article!? Pin
Nish Nishant29-Apr-02 15:36
sitebuilderNish Nishant29-Apr-02 15:36 
GeneralRe: How to submit an article!? Pin
Brian Delahunty1-May-02 7:22
Brian Delahunty1-May-02 7:22 
GeneralRe: How to submit an article!? Pin
Paul Watson24-May-02 6:43
sitebuilderPaul Watson24-May-02 6:43 
GeneralRe: How to submit an article!? Pin
Brian Delahunty24-May-02 7:00
Brian Delahunty24-May-02 7:00 
AnswerRe: How to submit an article!? Pin
moliate27-Apr-02 5:42
moliate27-Apr-02 5:42 

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.