|
I wanted to unload a “.gup” because my auto-updater needed to delete it and replace it. Fortunately, I noticed that the SDK included return flags for the “Start” function of the “GUP”. In a case, it is said about GUPRESULT_KEEP: “Return this to value to have the plug-in remain loaded. “ on the other hand the flag GUPRESULT_NOKEEP is used for discard the plug-in. However I saw no behaviour differences between these two flags. I am forced to make a nasty hack to workaround this problem. Is it me or it is the SDK which does not what it is suppose to do?
|
|
|