The last PSDK docs I have are identical to your description. Since ::SafeArrayCreateVectorEx() has no such statement, I would guess that the lower bound can be whatever. Regardless, it must be one of the following:
1. The lower bound can be anything and the statement of 0 is in error. 2. You must specify 0 for the lower bound and the statement of negative values is in error. In either case, the documentation is wrong. Unless you need a non-zero lower bound, I would just use 0 for it and go on. Otherwise, build a test case... Ciao, Dee -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jason Teagle Sent: Wednesday, February 11, 2004 8:41 AM To: [EMAIL PROTECTED] Subject: RE: [msvc] SafeArrayCreateVector() - Badly Worded? / Problem > Whoops! Meant VS; typed VB. :P > I blame the 40-hours of sleep dep. *shifty* Oh! lol > > > I looked online in case it had been updated (I don't have > > an MSDN subscription), but it hasn't {:v( > > Same. Perhaps you could post to one of the MS newsgroups? I'll give it a bit longer on here for our American friends to come online and read their mail, then I will probably try that since I'm a bit stuck otherwise with my problem {:v( -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
