Microsoft Visual C++ .NET Add method wizard question
Visual Studio
1
Posts
1
Posters
3
Views
1
Watching
-
Does anyone know why the Add method wizard for a MFC ActiveX control dispinterface does not list HRESULT in the list of return types to choose from? From what I can tell this is desireable and recommended, however it's not an option on the list. You can just type it in manually, but it's making me wonder if I shouldn't be doing it that way. Also, does anyone know if there is some way to add HRESULT to that list provided by the wizard? (reason being I have about 50 methods to implement and it would save some typing) I know the purists will say don't use the wizard, but it's there and works and I paid for it :-D so....