Re: [nsbasic-ce] LastDLLError Equivalent?

2010-01-27 Thread George Henne
We haven't tried this here, but it's worth trying. You could also check the Err object - change the Language Reference for more info. >Err.LastDLLError isn't supported in VBScript/CE and so not in NSB/CE >either. But is there any equivalent when using NSB/CE's DECLARE to make >API calls? > >GetL

[nsbasic-ce] LastDLLError Equivalent?

2010-01-26 Thread michiman56
Err.LastDLLError isn't supported in VBScript/CE and so not in NSB/CE either. But is there any equivalent when using NSB/CE's DECLARE to make API calls? GetLastError() calls are usually considered problematic in VB6 since the process of marshalling data and otherwise wrapping the API call can wi