similar to: About Parallel Port Driver

Displaying 20 results from an estimated 800 matches similar to: "About Parallel Port Driver"

2007 Jun 26
3
About stdlib.h system()
Hi all, I tried to call another .exe file in my own exe file by using the system() API. But the return value of system() is -1 and errno is set to ENOENT. It indicates that the another exe file is not found. So I copy the another exe to the fake directory: C:\windoes\system32, since wine always find the exe file there. And I also set the environment variable "System" and
2008 Jan 21
2
System logout when installing software
Hi all, Has anyone encountered this problem when installing software? This software requires the system to reboot. However, when installing with root permission, the system will not logout automatically. After login again, I found that the files have been copied. It seems nothing wrong exception system logout itself. My system is ubuntu 7.10 with wine 0.9.46. The same problem pops up on Suse
2004 Aug 16
1
Program cannot find COM ports
Hi! I have a problem running original Siemens Mobile Phone Update program. It starts but writes "No COM ports available" and then quits. I have my ports correctly configured but I didn't find any attempt to use them by the program (with WINEDEBUG=all). However, I've found an attempt to use the key "Hardware\\DeviceMap\\SerialComm", which is not present in any of
2019 Mar 26
1
Problem passing qemu cmdline option when using <qemu:commandline> in domain xml.
【Sorry there I maked some mistake in my first email, here is the correct one.】 I am trying to pass-through the parallel port of the host to the guest. When I just used qemu-system-x86_64 with option '-chardev parallel,id=charparallel0,path=/dev/parport0 -device isa-parallel,chardev=charparallel0,id=parallel0', it worked perfect. But when I tried to pass these option by adding lines below
2009 Jul 18
3
program fails to enumerate COM ports
Hi. LG PC Sync can work with ~/.wine/dosdevices/com1 but fails to enumerate com ports. I cannot select port other than COM1 and the combo box that would allow me to do that is blank. I did: # ln -s /dev/ttyACM0 ~/.wine/dosdevices/com5 # sudo chmod g+rw,o+rw /dev/ttyACM0 and added to registry: [HKEY_LOCAL_MACHINE\Hardware\DEVICEMAP\SERIALCOMM] "COM5"="COM5" env
2009 Feb 01
3
Trying to Run a Program, I get these errors
Hi, I am new to wine. I am running Mac OSX 10.5 and the latest wine as installed by MacPorts. I am basically trying to run WINE in order to use one program I used on Windows - Extreme Sample Converter: I have read some posts on the net that say this is compatible with WINE. However, when I run it (I have already installed it successfully) I get the following error message almost immediately:
2008 May 06
4
DeviceIoControl + IOCTL_DISK_GET_DRIVE_GEOMETRY problem
Hi all, Ok, what am I doing wrong here? require ''windows/device_io'' require ''windows/handle'' require ''windows/error'' include Windows::DeviceIO include Windows::Handle include Windows::Error fh = File.open(''test.txt'') # Assume you have this handle = get_osfhandle(fh.fileno) if handle == INVALID_HANDLE_VALUE puts
2002 Mar 11
1
Com port over the fourth
Hello everybody, I'm trying to get work a win32 application (for NT) that communicate with a lots of modems (30-40). No problems if I configure the modem on the first two com ports, but I cannot make it run if I ask it to use, for example, COM10, COM11, etc.. The command is: wine --winver nt40 gpcwin.exe Here is the error: fixme:win32:DEVICE_Open Unknown VxD COM10. Try --winver nt40 or win31
2006 Jul 11
2
strange scsi error
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, when trying to run some games I get this strange error about scsi-devices and the game doesn't recognize the game-CD: err:aspi:SCSI_GetDeviceName Could not open HKLM\HARDWARE\DEVICEMAP\Scsi\Scsi Port 1\Scsi Bus 0\Target Id 7\Logical Unit Id 0 I don't have any scsi-devices and I suppose it's a problem with my drives settings. Any
2001 Apr 10
5
[Newbie] How to get IE5.0 run
I try to get IE 5.0 run under wine. All I understood is that I have to use a native installed IE, which I copied FROM Win98SE under VMWare to my $HOME/c/Program\ Files/ Directory. It didn't work, so I copied the native windows/system directory, too. This didn't work, even when I'm starting with this switches: wine -dll shell,shell32,commctrl,comctl32=n IEXPLORE.EXE I get this error
2004 Nov 07
2
Problems with DeviceIoControl()
Hi all, Thanks to Wayne and Park, I''ve got something like this now: static VALUE file_set_compressed(VALUE self, VALUE rbBool){ HANDLE h; BOOL rv; DWORD dwBytesReturned; int fn; USHORT inBuf = COMPRESSION_FORMAT_DEFAULT; if((rbBool != Qtrue) && (rbBool != Qfalse)){ rb_raise(rb_eTypeError,"Argument must be true or false"); }
2017 Feb 15
3
(DeviceIoControl, FSCTL_SET_SPARSE)
To whomever reads this, This post I accidentally sent to david himself, I am now sending it to the group. It will be out of order, and includes the strace. Regards Brian My apologies for any inconvenience. -------------- Hi David, Thanks for your response. The Error message is for e.g.: Cannot write file attributes of "\\MYHOST\backup\sparse\My Family Tree 6.0.zip.ffs_tmp".
2001 Sep 06
1
Running soft with flexlm MAC based license under wine?
Hello, When I try to run the FlexLM protected (with NIC MAC based licecnse) software under wine (Linux) I get the following messages: fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS fixme:win32:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS And finally the program
2008 Mar 24
1
/dev/ttyS0 - COM1 problem
Hello, I'm trying to run my weather station (Davis WMII) on wine 0-9-58 and OpenSuSe 10.3. After installation of WeatherLink 5.7.1, I try to communicate via COM1 but the program can't find it and even not test with a loop plug in COM1. I have changed the mode to 0777 for the serial devices in /etc/udev/rules.d/50-udev-default.rules and rebooted. /home/sel/.wine/dosdevices reveal that
2005 Nov 14
1
COM ports under wine
How can I see the serial COM ports under wine programs? For example /dev/ttyS0 as COM1. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20051114/c6d4ff59/attachment.htm
2007 Mar 19
2
Any work done on the Com Ports?
I have two questions. In setting the COM ports someone posted that the Symbolic link should be ie... /dev/ttyS0 > com1 Is it suppose to be upper or lower case for COM1???? Also has there been any recent work on the COM ports? I have an application that works fine with vmware but under Wine. The COM port isn't even seen.
2008 Jan 23
1
How to apply msp package?
Hi all, I tried "msiexec /p *.msp" to apply patch. And nothing happened. All files are the old ones. Using "wine msiexec /p *.msp", wine displayed this message: fixme:msi:MSI_OpenDatabaseW open failed r = 80030050! Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2003 Mar 20
1
NWLINK.VXD
Hi, I'm trying to run the following program with lastest wine release. http://www.receita.fazenda.gov.br/publico/programas/irpf/2003/UnicoDisco/irpf2003v1_2.exe The installation runs OK, but when I try to run the program I got a exception. I think the problem is this fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK How can I solve this? Is there any NWLINK.VXD
2010 Mar 25
4
CreateFile \\\\.\\x: non-root
Hello, I have a usb data aquisition device interfaced by mass storage protocol. I open it like: hEcgDrive=CreateFile("\\\\.\\g:", GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL | FILE_FLAG_NO_BUFFERING | FILE_FLAG_WRITE_THROUGH | FILE_FLAG_OVERLAPPED, NULL); for communication I use DeviceIoControl(hEcgDrive,
2002 Dec 30
1
Internet Explorer problem
Hello Internet Explorer does not see the Internet even though the dial in connection has automatically been made. [DllOverrides] "kernel32" = "builtin" "ntdll" = "builtin" "winsock" = "builtin" "wsock32" = "builtin" "ws2_32" = "builtin"