similar to: drive mapping

Displaying 20 results from an estimated 60000 matches similar to: "drive mapping"

2008 Feb 13
1
Flash Movie Player Control in VB
Hi all, I just started messing with wine (0.9.54 on Ubuntu 7.04-Feisty) a few weeks ago and there's some educational software I want to be able to run. It was made with VB, and I've managed to get it working fairly well except for an ActiveX control for showing Flash movies (.swf). I think it's unable to load the swf file because the box where the movie should show is blank, and
2007 Feb 08
1
Wine crashes when installing a program
Hi, Wine crashes when installing a program. I am not sure, but I think that the error is: warn:file:CreateFileW Unable to create file L"c:\\windows\\system32\\winedbg.exe" (status c0000034) Unhandled exception: unimplemented function MFC42.DLL.6467 called in 32-bit code (0x7bc39008). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:7bc39008 ESP:0034f4a4 EBP:0034f508
2011 Mar 13
2
Problem installing/running program
Hello, I am trying out wine to make a Windows program run under MacOS 10.6.6. It is a program for meteorlogical use with a rather small community. You can download it for free here (you won't be able to use it without account):
2009 Apr 15
2
Threed32.ocx error wwhen installing VB6 application
I am finally migrating from Windows to Ubuntu and I am installing a number of Windows electronics and CAD package using Wine 1.0.1-0 on Ubuntu 8.10. Most run with no issues at all and I am very impressed with Wine. However I am now trying to install AADE Filter, a VB6-based filter design application and I get the following message at the end of the installation process:
2002 May 07
0
rsync on cygwin: can't access mapped network drive remotely
I posted this message to the cygwin mailing list, but I thought I'd try it here too... flip --------------------------------------------------------------------- Hello, I am using rsync 2.5.5 protocol version 26 with cygwin 1.3.10-1. When I connect to a directory that resides on the computer, everything works great. When I connect to a directory that is a mapped UNC drive, rsync
2010 Oct 04
4
command 'wine regsvr32 comctl32.ocx' returned status 1. ???
Hi , I'm on gentoo and running wine-1.3.3, I'm trying to run IE7, therefor I run winetricks. everything goes fine except this one error msg: Code: ***@** ~/.wine $ sh winetricks comctl32.ocx Executing /usr/bin/cabextract -q --directory=/home/guypld/.wine/dosdevices/c:/winetrickstmp /home/guypld/.cache/winetricks/VisualBasic6-KB896559-v1-ENU.exe Executing cp
2006 Jun 20
1
How can I registrate an .ocx file?
Hi, I installed a program and an error occurred: *** ERROR: An error occurred while registering the file 'C:\windows\system32\PrintPreview.ocx' *** ERROR: (User Responded with 'Abort') *** DURING THIS ACTION: DllSelfRegister: "C:\windows\system32\PrintPreview.ocx" Is there any way to register this file? Thanks. -- Sávio Martins Ramos - Arquiteto Rio de Janeiro
2006 Dec 09
1
0.9.27: office 2000 setup fails: MSCOMCTL.OCX
Trying to install Office 2000 with wine-0.9.27 on Fedora 6. wine setup works. The install dialog box comes up, and all goes well. The install itself goes for a time, then: ...................... fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders" fixme:msi:msi_unimplemented_action_stub MoveFiles -> 1 ignored L"MoveFile" table values
2011 Dec 27
9
Unable to register the DLL/OCX
I am new to Wine and anything like it. I want to run the application "ATCS Monitor". When I installed ATCS Monitor I received an error message: C:\windows\system32\wshom.ocx Unable to register the DLL/OCX: RegSvr32 failed with exit code 0x1 -From Terminal- err:typelib:sltg_get_typelib_ref Unable to find reference err:module:import_dll Library ScrRun.dll (which is needed by
2012 Jan 12
0
Need help with using CMBChine online bank USB token with Wine ( unofficial USB patch-set applied )
Hello, I'm looking forward to make a USB token working with Wine. The token is used by CMBChine online bank ( http://english.cmbchina.com/ ) , and the Client for the token can be download from http://121.15.172.132/download/PB/PbSetup60.exe ( http://www.cmbchina.com/cmbpb/v36/pb.htm ) I've follow http://wiki.winehq.org/USB, but get some trouble. Here is what I've tried: 0. Build and
2010 Sep 20
0
Re: Redshark Error "Windows Scripting Host not installed&qu
Hey I tried to install WSH on my comp and got 6 errors in some files. This was the output: kirk at kirk-laptop:~$ sh winetricks wsh56 vcrun6 Executing /usr/bin/cabextract -d /home/kirk/.wine/dosdevices/c:/windows/system32 /home/kirk/.winetrickscache/scripten.exe Extracting cabinet: /home/kirk/.winetrickscache/scripten.exe extracting /home/kirk/.wine/dosdevices/c:/windows/system32/dispex.dll
2008 Aug 17
1
Missing component
I have installed a program called Scancat Lite, a radio scanner programming database/tool. Installation went fine but when I try to start the application I get the following error message: "Component pklink.ocx or one of its dependencies not correctly registered: a file is missing or invalid" Checking my .wine/drive_c/windows/system32 shows the path with pklink.ocx present. The
2012 Jan 18
1
Wedisk: "ActiveX cannot be registered"
Hello, I am trying to install a Korean webhard system called "Wedisk" onto my Macbook through Wine. You may get the installer for free from this link: http://global.wedisk.co.kr/popup/activex_mainpop.jsp (The purple ? is the installer for Windows XP) Nevertheless, no matter how hard I tried to install this ActiveX component, it always failed, notifying "ActiveX cannot be
2008 Oct 20
14
Wine and Quicken
Hello, I am running Ubuntu 8.04. off of an external HD. in the File Browser, Ubuntu sees the internal HD, and I can navigate to the Quicken executable. I installed wine and went into Configure it and clicked Add Application. I can see the Program Files folder, but when I go into it, all I can see is the Common Files and Internet Explorer folders. Why can't I see executables? How can I try
2010 Jan 11
1
Registering or Installing DLLs
I recently installed a Windows app using WINE on MAC OS X. There were three DLLs and One OCX file that were not "registered." The files are in the Windows\System32 directory. When I try to run the app I get an error message, that the DLLs weren't installed or registered properly
2005 Nov 27
2
'For each file in folder F do....'
Hello, I have 2700 text files in a folder and need to apply the same program/procedure to each individually. I'm trying to find how to code something like: For each file in <Folder> do {<Procedure>} is there an easy way to do this? other suggestions? I have tried to list all the files names in a vector e.g. >listfiles[1:10,1] 1 H:/Rtest/AXP.txt 2 H:/Rtest/BA.txt 3
2011 May 19
2
dwshk32.ocx
hi my english suck so am sorry if you dont understand me [Embarassed] this is the problem I get an error message something like ?Error 339. Component DWSHK32.ocx missing or not correctly registered.?. i dont know how fixed, i try all. When the instalation finish i open the program and only freeze the logo and the error for resquest this ocx Again, sorry for my english
2006 Aug 20
1
jstrip installs fine, but errors when trying to run.
I am trying to run jstrip under wine, here is the link, below is the error... is there any hope? this is the last program I need from windows world. http://davidcrowell.com/jStrip/Default.aspx installation went well, here is the output: elw@magneto:~/jstrip$ wine setup.exe fixme:advapi:CheckTokenMembership ((nil) 0x7fd4f738 0x7fbafe1c) stub! fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
2002 Feb 08
1
Wine, IE5, Win2000 and RH 7.2
Hi all, I try to run IE5.x under Win2000 using Wine. I installed the package codeweavers-wine-20010626-4 and ran winsetup to produce the following config file: WINE REGISTRY Version 2 ;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config ;; ;; MS-DOS drives configuration ;; ;; Each section has the following format: ;; [Drive X] ;; "Path"="xxx" (Unix path for
1998 Jun 18
1
Mapping Samba Drives (Samba Digest 1721) (Suzanne George)
Hello happy Samba People, I use the following trick for mounting my Samba Maps at start-up at my WIN NT Workstation 4.0 (hate this beast). I use the logon Scripts that could be used by WIN NT. (See Directory : \system32\repl\import\scripts). You should give the file a "good" name (I use my Login Name for that (SVEN.BAT)). Then I use the "net use" in the Script for ex. :