Search Results

2
votes

Merge several native DLLs into one DLL

I don't know about merging dlls, but I'm sure you can link the intermediate object files into one dll. This would only require changes in your build script. …
0
votes

How do I disable and then enable the Retry button in a MessageBox (C++)?

Since Vista you can use taskdialog -- a more sophisticated dialog than a simple message box. More info and links …