Mapping Drive Through Software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
R. S. Patil

Mapping Drive Through Software

Post by R. S. Patil »

Hello,

I am newbie to Linux and Wine. I have Installed Ubuntu Hardy and wine
through
package manager The Package version is 1.0.0-Ubuntu4~hardy1

I am trying run my own developed application (Delphi 5) which tries
to map a UNC path to windows Drive letter. When I try to run the
application it says it can not map the drive.

I have mounted Windows shares to dosdevices/unc and through
wine winefile I am able to map drive but not through software

the out put in console window is as follows

fixme:mpr:WNetCancelConnection2A ("X:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("Y:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("W:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("U:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("M:", 00000001, -1), stub
err:ntdll:NtSetSystemTime Cannot set time to Sat Jul 19 15:49:54 2008
, time adjustment 0: Operation not permitted
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x00000000): stub
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x00000000): stub
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x00000000): stub
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x00000000): stub
fixme:mpr:WNetAddConnection2A (0x33fa00, (nil), (null), 0x00000000): stub
fixme:mpr:WNetCancelConnection2A ("X:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("Y:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("W:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("U:", 00000001, -1), stub
fixme:mpr:WNetCancelConnection2A ("M:", 00000001, -1), stub


Can somebody help me getting this working

Thanks and Best Regards

R. S. Patil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.winehq.org/pipermail/wine-us ... chment.htm
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Mapping Drive Through Software

Post by vitamin »

R. S. Patil wrote:Hello,

I am newbie to Linux and Wine. I have Installed Ubuntu Hardy and wine
through
package manager The Package version is 1.0.0-Ubuntu4~hardy1

I am trying run my own developed application (Delphi 5) which tries
to map a UNC path to windows Drive letter. When I try to run the
application it says it can not map the drive.
You can mount it with samba and map it with winecfg. Wine can't map a network drive by itself.
Locked