search for: widl

Displaying 20 results from an estimated 201 matches for "widl".

Did you mean: wide
2008 Dec 24
5
Yesterday's Git updates break compilation for anyone else?
Updated git last night (been compiling fine for years), and now get: ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -h -H ../../include/wtypes.h ../../include/wtypes.idl make[2]: ../../tools/widl/widl: Command not found make[2]: *** [../../include/wtypes.h] Error...
2006 Jan 20
1
error on compiling wine 0.9.6 on fedora core 4 - wine 0.9.5 works!
gcc -g -O2 -o widl client.o hash.o header.o proxy.o server.o typegen.o typelib.o utils.o widl.o write_msft.o parser.tab.o lex.yy.o -L../../libs -lwpp -lwine_port -lfl ../../libs/libwpp.a(lex.yy.o)(.text+0x5e8): In function `_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_': /usr/loca...
2011 Jun 10
0
Wine release 1.3.22
...ction 7065 Get SecuROM copy-protection working 9781 Endless loop in Wineconsole with user mode 12500 jedi knight window is unmanaged, no title or borders 12949 assassin's creed to slow to play 14129 Warcraft III: Reign of Chaos can't find CD/DVD Drive (SecuROM 4.x) 15713 widl generates incorrect format string for top level conformance 16332 crash in file dialog if the previous selected folder is deleted 17094 Mr. Robot graphics fail to render 17544 Gothic does not start (black screen) due to ddraw error 17908 TCSPC fails to install 18326 Pharaoh/Cleopatra...
2010 Jul 28
1
Libiberty/mkstemps compile problem
Hello people. Somewhat hardheaded, and after doing so for years without problems, I started to compile wine 1.2 for my 86_64 system. Configuration went well, but compilation aborted on: make[1]: Entering directory `/home/jcoppens/wine-1.2/tools/widl' gcc -m32 -g -O2 -o widl client.o expr.o hash.o header.o proxy.o server.o typegen.o typelib.o typetree.o utils.o widl.o write_msft.o parser.tab.o parser.yy.o ../../libs/wpp/libwpp.a ../../libs/port/libwine_port.a parser.yy.o: In function `do_import': /home/jcoppens/wine-1.2/tools/widl/...
2010 Aug 02
3
Error compile wine1.3 on Ubuntu10.04 64bit
...on't be supported. configure: libv4l 32-bit development files not found. When I do make: Code: /usr/bin/ld: i386:x86-64 architecture of input file `hash.o' is incompatible with i386 output /usr/bin/ld: final link failed: Invalid operation collect2: ld returned 1 exit status make[1]: *** [widl] Error 1 make[1]: Leaving directory `/media/backup/wine/tools/widl' make: *** [tools/widl] Error 2 I did symlink lib32 to wine directory and install all I found about wine. Thanks in advance[/code]
2008 May 02
0
Wine release 0.9.61
...totype. gdiplus: Fix the GdipFillRectangles spec entries. msvcrt: Rename a few functions to avoid conflicts with Windows headers. Include wine/port.h everywhere we use exceptions. loader: Add stub versions of the pthread functions. itss: Fix function prototype now that widl does the right thing with const. makefiles: List the static libraries as normal imports instead of extra libs. dxerr8: Don't use Wine debugging macros in static libraries. dxerr9: Don't use Wine debugging macros in static libraries. winex11: Register IME classes only...
2019 Aug 16
0
Wine release 4.14
...ddraw/tests: Test restoring attached surface for ddraw4. ddraw/tests: Test restoring attached surface for ddraw2. ddraw/tests: Test restoring attached surface for ddraw1. Peter Dons Tychsen (1): msvcrt: Do not use casting in min/max constants. Richard Pospesel (11): widl: Change struct _var_t's type member to a struct _decl_spec_t. widl: Refactor to have array type's element use decl_spec_t rather than type_t. widl: Refactor to have pointer type's ref use decl_spec_t rather than type_t. widl: Bump MIDL version to 5.2.202 to avoid RPC_X...
2018 Nov 09
0
Wine release 3.20
...server: Use file mode flags in async_handoff to decide if request is blocking. user32/tests: Add scrollbar subclassing tests. server: Add FILE_SKIP_SET_EVENT_ON_HANDLE support. ntdll: Remove no longer needed event handle from async_irp. ntdll: Update debug trace. widl: Add __int32 type support. widl: Ignore -robust command line option. widl: Check for actual function name when handling call_as attribute. user32: Allow scrollbar control to store scroll info in subclassed window. widl: Create type for async variant of an interface with asyn...
2019 Aug 30
0
Wine release 4.15
...reate' to support IDebugClient5 interface 45420 Titanfall 2 Multiplayer mode stuck on Attempting Connection 45843 Battleye's BEDaisy.sys expects memory allocated by ExAllocatePoolWithTag to be executable 46315 Vypress Chat 2.1.9 MSI installer crashes without native jscript 47035 widl generates typelib file with enums multiply defined 47041 wire_marshal attribute ignored and the underlying type is used instead 47049 boolean type defined as 'unsigned char' rather than 'char' 47050 typedef'd anonymous structs typedef'd names are not used in interfa...
2010 May 17
0
Compiling 1.1.20:undefined reference to `png_set_longjmp_fn'
...into a folder and then issue a 'git checkout wine-1.1.20' command which should give me the source for the 1.1.20 release. Then I do a "./configure --prefix=/usr" and then I compile with "make depend && make". This is a part of the last output: Code: ../../tools/widl/widl -I. -I. -I../../include -I../../include -D__WINESRC__ -D_OLEAUT32_ -DCOM_NO_WINDOWS_H -DENTRY_PREFIX=OLEAUTPS_ -DPROXY_CLSID=CLSID_PSDispatch -DPROXY_DELEGATION -DREGISTER_PROXY_DLL -p -P oleaut32_ocidl_p.c oleaut32_ocidl.idl ../../tools/widl/widl -I. -I. -I../../include -I../../include -D_...
2015 Aug 07
0
Wine release 1.7.49
...fields. msvcirt: Implement filebuf constructors and destructor. msvcirt: Implement filebuf::attach. msvcrt: _setmode should check if file descriptor is valid. msvcirt: Implement filebuf::open/close. msvcirt: Implement filebuf status functions. Jacek Caban (15): widl: Renamed --rt option to --winrt for midl compatibility. widl: Keep track of namespace in parser and beginning namespace lookup implementation. widl: Use proper macro name for forward declarations of interfaces inside a namespace. widl: Write proper C++ forward declarations for int...
2007 Feb 16
0
Wine release 0.9.31
...s can be found at http://www.winehq.org/site/sending_patches Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Changes since 0.9.30: Alexandre Julliard (39): widl: Copy the UserMarshal support into the generic code. widl: Use the typegen function for marshalling/unmarshalling in proxies. widl: Initialize local variables in stub functions. widl: Rename a couple of variables to make the code closer to what midl generates. widl: Add a fe...
2009 Jan 02
0
Wine release 1.1.12
...rch - Copy protection (?) prevents loading 16591 Sword of the Stars crashes after intro movies, before main menu 16603 DllRegisterServer not implemented in itircl.dll 16605 riched20 regression: FullTiltPoker client crashes when leaving game window 16610 libport compilation fails because widl isn't there 16611 Regression: WoW crashes on startup in git 16646 Digital download, World of Goo 1.2 crashes wine 16659 configure doesn't pick up libpng on OpenBSD unless -lz is given 16665 build broken in dlls/winhttp/cookie.c on OpenBSD 4.4 -----------------------------------...
2007 Sep 28
0
Wine release 0.9.46
...g -Wsign-compare. Clinton Stimpson (4): riched20: Add test for event masks and notifications. riched20: Add tests for text limit behavior. riched20: Adjust event mask when sending EN_CHANGE notification. riched20: Only WM_CHAR respects text limit. Dan Hipschman (11): widl: Fix alignment comments. widl: Implement pointer descriptions for complex structures. widl: Handle all buffer sizes. widl: Implement complex arrays. widl: Set the pointer description offset to zero if there are no pointers. widl: Respect pointer attributes better....
2007 Jun 15
0
Wine release 0.9.39
...processes, that can be signaled to exit when all non-system processes are done. explorer.exe: Mark explorer as a system process. advapi32: Mark service processes as system processes, and exit when all user processes are done. winedevice: Accept the shutdown service control. widl: Get rid of the SIGSEGV handler, this only makes things harder to debug. winmm: Fix computation of sleep time until next timeout. winmm: Get rid of the WINE_MM_IDATA global structure, there's only one instance anyway. cmd.exe: Silence a FIXME. msvcrt: Set the correct ebp...
2010 Mar 19
0
Wine release 1.1.41
The Wine development release 1.1.41 is now available. What's new in this release (see below for details): - A wide range of Direct3D improvements. - Support for SHA-256, SHA-384, and SHA-512 algorithms. - A number of MSHTML fixes. - Support for mp3 decoding on Mac OS X. - Various widl improvements. - More typelib fixes. - OLE storage improvements. - Various bug fixes. The source is available from the following locations: http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.1.41.tar.bz2 http://prdownloads.sourceforge.net/wine/wine-1.1.41.tar.bz2 Binary packages...
2007 Oct 26
0
Wine release 0.9.48
This is release 0.9.48 of Wine, a free implementation of Windows on Unix. What's new in this release: - Still more fixes for regression test failures. - Much more complete cryptnet implementation. - WIDL is now able to generate the oleaut32 proxy code. - Lots of bug fixes. Because of lags created by using mirrors, this message may reach you before the release is available at the public sites. The sources will be available from the following locations: http://ibiblio.org/pub/linux/system/emula...
2007 Jan 25
0
Wine release 0.9.30
.... ntdll: Implementation of inter-process NtMapViewOfSection and NtUnmapViewOfSection. ntdll: Get rid of the no longer used is_current_process function. ntdll: Avoid inter-process APCs when called for the process itself. Make.rules: Pass all idl source files to makedep. widl: Generate proxy/client/server files when requested explicitly even if they are empty. rpc.h: Include excpt.h, and windef.h in Wine so that the header compiles. widl: Include objbase.h so that generated proxy file compiles on Wine. sfc: We need to import sfc_os for the forwards to...
2009 Jan 16
0
Wine release 1.1.13
...() prototype. xinput1_3/tests: Add a trailing '\n' to an ok() call. kernel32: Fix the sysctl() usage and the CPU detection on NetBSD. configure: Check for HAL and GnuTLS even if pkg-config is not present. rpcrt4/tests: Add a trailing '\n' to ok() calls. widl: Add a trailing '\n' to an error() message. ddrawex: Add a trailing '\n' to a Wine trace. configure: Check for ESound, FreeType, GPhoto2 and SANE even if their 'xxx-config' tool is missing. winhlp32: Reorder some functions to avoid forward declarations in h...
2009 Mar 13
0
Wine release 1.1.17
...it: Change long to LONG in qedit.idl. include: Change long to LONG in mshtml.idl. mshtml: Change long to LONG in mshtml.idl (htmlwindow.c part). mshtml: Change long to LONG in mshtml.idl (HTML*Element stuff). mshtml: Change long to LONG in mshtml.idl (remaining stuff). widl: Output "LONG" instead of "long" for a 32bit integer. Mike Ruprecht (3): winedbg: Fix typo in a comment. dbghelp: Don't define 32-bit structs in 64-bit mode. dbghelp: Define _IMAGEHLP64 in Win64. Nikolay Sivov (7): comctl32: Correctly report systemc...