I have a msaccess program that is hard linked to a windows computer on the network (and I am not allowed to change the source :-( ) In some parts it seeks its files in \\computer1\c\Program Files\Program I have mounted computer1 using samba to ~/computer1 (with full read/write access) I have made a symbolic link in ~/.wine/dosdevices/unc according the winehq documentation. But I can't get it to work. Should I make a drive in ~/.wine/dosdevices and link it....to...??? Or do I need to make some adjustments in config or the registry? Rob
Rob van Dam wrote:> I have a msaccess program that is hard linked to a windows computer on > the network (and I am not allowed to change the source :-( ) > > In some parts it seeks its files in \\computer1\c\Program Files\Program > > I have mounted computer1 using samba to ~/computer1 (with full > read/write access) > > I have made a symbolic link in ~/.wine/dosdevices/unc according the > winehq documentation. But I can't get it to work. > > Should I make a drive in ~/.wine/dosdevices and link it....to...??? > > Or do I need to make some adjustments in config or the registry? > > Rob >I read this in the codeweavers support : http://www.codeweavers.com/support/tickets/browse/?ticket_id=45269;s_subject=network;search=%20Submit%20Search%20#ticket47632 can I conclude from this that windows network mapping is not supported right now? Rob