First hurdle cleared... someone pointed out to me that function names need to 
be case-sensitive, so DsBrowseForContainerW should work... but now I'm getting 
a separate error after calling Win32::API->Import on that function... $^E is 
coming up as "Class already exists".  Help?

Matt Clark
Unit Head, Desktop Services
IT Department
UCSD Libraries

>>> "Matt Clark" <[EMAIL PROTECTED]> 05/26/05 09:44AM >>>
I've opened up dsuiext.dll with the DLL Export Viewer and verified that it's 
DSBrowseForContainerW (or A for ansi but I want unicode).

Using $^E, the error I get is "The specified procedure could not be found"... I 
get that no matter which way I try to load the function (Win32::API->Import, 
Win32::API->new, new Win32::API, etc).  Any other thoughts?

Matt Clark
Unit Head, Desktop Services
IT Department
UCSD Libraries

>>> "Sisyphus" <[EMAIL PROTECTED]> 05/25/05 09:35PM >>>

----- Original Message ----- 
From: "Sisyphus" <[EMAIL PROTECTED]>
>
> The function is called DsBrowseForContainer() - not as you have written
it.
> (It matters :-)
>

I meant DsBrowseForContainerW() - not as *I* have written it. (It possibly
also matters :-)

Cheers,
Rob



_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com 
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs


_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to