On Sat, 31 May 2003, M Jenck wrote: > > Davide, > > I am attempting to create a DLL wrapper for ctrlclnt.exe program. (I > realize I could use the shell command, but this is the only way I know = > of to > learn C++ is to try and make things that work) While in this endeavor, = > I > came across this inconsistency. Is this a possible bug or on oversight?
That function might return an error if it fails. The fact that currently it doesn't is a detail. Any non-trivial function should return a value that let you understand that it failed, and initialization function require very much this. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]
