Your mail program didn't switch to html, did it? Thanks for the info, it is a different way than I chose, and more backwards compatible with previous rebol versions (not using compose/only).
I have the call working and nicely returning a win32 error code, meaning there's something else I haven't placed properly. :) Anton. > I don't know what happened, but ml seemed to filter out my message? > > make routine! compose/deep [ lpNetResource [struct! [(first > NETRESOURCE)]]] mpr "WnetUseConnectionA" > > The thing is, that you can't simply refer to predefined structure, when > defining routine. Lame, isn't it? I found no other way of how to do it. > So to save myself work rewriting struct! part in routine, I used > 'compose/deep, and 'first on structure, which returns its definition ... > > It's quite some time I worked with library interface, so I just hope it > works, but sorry if it doesn't :-) > > -pekr- -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.