This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: NETAPI32.dll


Charles Hixson wrote:
> 
> mkpasswd and mkgroup both seem to be "linked to
> missing export NETAPI32.DLL:NetApiBufferFree".  Is
> this compatible with Win95?  I do have a version of
> NETAPI32.DLL in my system folder.  (Should I copy it
> to somewhere else?)

mkpasswd and mkgroup are NT only tools. The user and
group information is taken from the NT user account
database with is not availbale on 9X systems, obviously.

To make things worse, the NETAPI32.DLL is different on
both systems, unfortunately.

If you want to create /etc/passwd and /etc/group on
a 9X system, you'll have to edit them by yourself.
Use the uid and gid which you get returned by the `id'
command.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                        mailto:cygwin@sources.redhat.com
Red Hat, Inc.
mailto:vinschen@cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]