Displaying 12 results from an estimated 12 matches for "winevent".
Did you mean:
nonevent
2010 Oct 20
4
cross-compiling the windows_port branch (socklen_t)
Fr?d?ric,
I'm curious as to how you are configuring the windows_port branch.
When I try to cross-compile, configure complains about socklen_t:
$ ./configure --host=i686-pc-mingw32
Network UPS Tools version 2.4.3
[...]
checking for socklen_t... no
checking for socklen_t equivalent... configure: error: Cannot find a
type to use in place of socklen_t
The test (m4/nut_type_socklen_t.m4) is
2002 Mar 30
1
Winever
Howdy,
Is there any particular reason to run one winever parameter as opposed
to another. Is it for API compatibility's sake? Is it for bug
compatibility's sake?
Thanks,
====================================================
Oliver Sampson
olsam@quickaudio.com
http://www.oliversampson.com
2010 Dec 16
3
windows_port NUT branch
Hi,
Frederic, big thanks for your work on this, by a coincedence it's exactly what
i need at work :)
I'm compiling your branch on Debian GNU/Linux with mingw and having some minor
troubles worth mentioning and (i hope) fixing.
I configure with
CC=586-mingw32msvc-gcc ./configure --host=i586-mingw32msvc --prefix=/c/winnut/
Interestingly, there's scripts/Windows/Makefile in the repo
2005 Mar 23
1
winetools (and x86_64) problems
Hi,
winetools 2.1.1 (installed from wine.sf.net deb recently) has a few
missing double quotes on line 2568. Here's the diff:
tjzeeman@carrington:~$
diff /chroot/ia32-sid/root/winetools.orig /chroot/ia32-sid/usr/bin/winetools
2568c2568
< if [ $WINEVER -lt 20040914 ] || [ $WINEVER -gt 20050111 ]; then
---
> if [ "$WINEVER" -lt "20040914" ] || [ "$WINEVER"
2009 Jun 24
2
Script to run Wine and save log
Hi all,
I created as little script to run wine and automatically log the
output and some basic information to a file.
It can be downloaded from here: http://www.mohag.net/wine_with_log
How to use:
1. Download (or create) it somewhere and set it executable.
wget http://www.mohag.net/wine_with_log
chmod +x wine_with_log
2. Run application with wine_with_log rather than wine
3. Logs can be found
2006 Jan 09
2
Problem with WineTools - unexpected identifier
Hi
I try to run WineTools, It starts fine, but when I click any button
(e.g. Basic Setup), it gives me the following message and returns to the
main menu:
------------------------
ckrug@consecol-ckrug:~> wt
detecting Wine version... done.
Drive C: is /home/ckrug/.wine/drive_c
Wine 0.9.3
wine is executed as wine
Parameters are --noexit
Browser is /usr/bin/firefox.
WINEVER is
2006 Jun 22
3
Xdialog
I am not sure if I can ask question about winetools here. I will put
my question and if I am not allowed then please ignore it. If it is ok
please help me.
when I type wt in the Konsole, I get the following error even though
xdialog is installed.
---------------------
detecting Wine version... done.
Drive C: is /home/hab/.wine/drive_c
Wine 0.9.16
wine is executed as wine
Parameters are --noexit
2011 Feb 27
5
¿Can you create support for thumbnail video creator 3?
Hi, I use this program in windows and but i need to use in centos 5. The program needs .net 2.0 to run in windows bit wine don't run this program in centos. Can you provide support wo work in wine? Thanks.
Sorry my bad english, I'm from Spain.[/img]
2007 Mar 19
1
problem installing Internet explorer
Dear all
i want to insttall Babylone traslation on my linux os and i whant to
emulate it but this require MS Internet explorer
when i type winetool and try ti install internet explorer i have the
error :
**********************************************************
user@Alinux:~$ winetools
detecting Wine version... done.
Drive C: is /home/angelus/.wine/drive_c
Wine 0.9.12
wine is executed as
2009 Jun 15
4
Error compiling Wine 0.9.53 - Please Help
Greetings,
I have much trouble compiling Wine 0.9.53 and I just don't know what to do. My system is Ubuntu Intrepid Ibex (32-bit) and I have build essential and build-dep wine installed. Also I've used install-wine-deps.sh from official Wine Wiki just to be sure that all needed dependencies are installed.
First I've tried by downloading source code but whenever I try to compile it I
2018 Mar 16
0
Wine release 3.4
...ndle interrupt 0x2c on x86-64.
ntdll: Handle icebp on x86-64.
Andrey Gusev (23):
ninput: Add stub dll.
api-ms-win-core-largeinteger-l1-1-0: Add dll.
api-ms-win-gdi-dpiinfo-l1-1-0: Add dll.
api-ms-win-rtcore-ntuser-window-l1-1-0: Add dll.
api-ms-win-rtcore-ntuser-winevent-l1-1-0: Add dll.
api-ms-win-rtcore-ntuser-wmpointer-l1-1-0: Add dll.
api-ms-win-rtcore-ntuser-wmpointer-l1-1-3: Add dll.
ext-ms-win-ntuser-draw-l1-1-0: Add dll.
ext-ms-win-ntuser-mouse-l1-1-0: Add dll.
ext-ms-win-oleacc-l1-1-0: Add dll.
ext-ms-win-rtcore-gdi-devc...
2006 Oct 13
0
Wine release 0.9.23
...ated notifications on device removal.
explorer: Added dynamic drive support for MacOSX.
ntdll: Implement FSCTL_DISMOUNT_VOLUME for MacOSX.
ntdll: Added error mapping for ENXIO.
Makefile: Avoid trailing slash in find, it breaks tags on MacOS.
server: Return the data for winevent hooks in the varargs part of the get_message request.
server: Return the data for callback results in the varargs part of the get_message request.
server: Pass the data for message callbacks as vararg from the client side.
server: Rearrange a few fields to avoid wasting padding sp...