search for: objidl

Displaying 15 results from an estimated 15 matches for "objidl".

Did you mean: objid
2006 Nov 22
1
Ralloc clash
Hi everyone, Have been trying to include windows.h (from MinGW) and R.h into a package and have found that Ralloc is coming up as a clash no matter which include ordering I use. In windows it has 2 arguments and is defined in objidl.h and in R.h it is 3 arguments. Any ideas of how to work round this? Have checked the web and have not seen anyone else comment on this. Many thanks Tom -- Dr. Thomas McCallum Systems Architect, Level E Limited ETTC, The King's Buildings Mayfield Road, Edinburgh EH9 3JL, UK Work +44...
2011 Nov 08
0
[LLVMdev] VS2005 compatibility
In the v7.0 SDK I see _WIN32_WINNT defined in several places: winresrc.h0x0500 if not defined already (Windows 2000) sdkddkver.h0x0601 if not defined already (Windows 7) objbase.hSet based on NTDDI_VERSION, if not defined already objidl.hSimiler to objbase.h sdkddkver.h is included by windows.h in the v7.0 SDK. With SP1 VC2005, it's defined as 0x0500 in only one place (winresrc.h). So it looks like my build (using cmake) is not picking up the installed v7.0 SDK. This can be achieved by running a tool in the WSDK that makes...
2011 Nov 08
2
[LLVMdev] VS2005 compatibility
On Tue, Nov 8, 2011 at 8:42 AM, Don Williamson <don.williamson at yahoo.com> wrote: > Hi Francois, > > I haveĀ allĀ licensed versions of VS at my disposal (the benefits of being a former MS employee) but I'm currently using VS2005 due to specific technical reasons that I can't disclose. > > The "Getting Started" page states support of 2005 SP1 which, if
2010 Feb 20
3
MFC Code Compile Error
...from /home/khana/mvs6/VC98/include/unknwn.h:28, from /home/khana/mvs6/VC98/include/objbase.h:371, from /home/khana/mvs6/VC98/mfc/include/afxdisp.h:24, from StdAfx.h:24, from DemoMfc.cpp:4: /home/khana/mvs6/VC98/include/objidl.h:8888:1: error: pasting "/" and "/" does not give a valid preprocessing token In file included from /home/khana/mvs6/VC98/include/oleauto.h:53, from /home/khana/mvs6/VC98/include/ole2.h:42, from /home/khana/mvs6/VC98/include/unknwn.h:28,...
2007 Feb 16
0
Wine release 0.9.31
...e tmarshal tests. oleaut32: Implement automatic value getting in ITypeInfo::Invoke. oleaut32: Fix the return value of ITypeInfo::Invoke when the property-put named argument isn't DISPID_PROPERTYPUT. include: Fix a typo in the parameter name for IClientSecurity::QueryBlanket in objidl.idl. include: Fix a typo in a comment in rpcdce.h. include: Add more EOAC_* enumeration values to objidl.idl. rpcrt4: The format structures used in the marshaling code should have 1-byte alignment. dbghelp: nread can be NULL for read_mem and read_mem64. advapi32: Add s...
2018 Feb 02
0
Wine release 3.1
...lected adapter. d3d11/tests: Print adapter information. Kimmo Myllyvirta (1): dxgi: Add stub implementation for DXGI_PRESENT_TEST. Louis Lenders (1): uxtheme: Add stub for SetWindowThemeAttribute. Lucian Poston (1): d2d1: Implement ID2D1Factory1. Mark Jansen (1): shobjidl.idl: Fix some typo's. Martin Storsjo (4): ucrtbase: Hook up __intrinsic_setjmpex for x86_64 and arm64. ntdll: Implement NtFlushInstructionCache using __clear_cache where available. configure: Check for -Wno-pragma-pack. msvcrt: Optimize the aarch64 setjmp/longjmp using...
2020 Oct 09
0
Wine release 5.19
...po: Update Spanish translation. po: Update Spanish translation. R?mi Bernon (7): wbemprox: Set variant type to VT_NULL if BSTR is NULL. wbemprox: Report 4095MiB video memory if it overflows. dxgi/tests: Check that the last adapter is always WARP. include: Split objidl.idl to objidlbase.idl. include: Add IAgileObject to objidlbase.idl. winex11.drv: Split clip cursor message in notify/request. winex11.drv: Forward clip_fullscreen_window to foreground thread. Sven Baars (3): shell32: Fix a leak on error path (Coverity). ntdll: Fix a m...
2011 Dec 30
0
Wine release 1.3.36
....h include directives. include: bits.h should include bits1_5.h. include: Add missing include directives to cor.idl. include: Import shtypes.idl in shdeprecated.idl. include: Don't import servprov.idl from urlhist.idl. include: indexsrv.idl should import oaidl, not objidl. iphlpapi/tests: Fix compilation on systems that don't support nameless unions. mountmgr: Add a trailing '\n' to a WARN() message. include: Move the ITargetFramePriv* interfaces to htiface.idl. winetest: Always report errors and fatal errors, even in quiet mode....
2007 Sep 28
0
Wine release 0.9.46
...h only defines constants and structures and thus does not need an extern "C" statement. gdiplus: Make gdiplustypes.h C++ compatible. mpr: Move MAX_INTERFACE_NAME_LEN to mprapi.h and add related constants. fci.h: Include basetsd.h. infosoft: indexsrv.idl must import objidl.idl and not unknwn.idl. gdi32: Add a '\n' to a Wine trace. wineoss.drv: Add support for $MIDIDEV to match $AUDIODEV and $MIXERDEV. riched20/tests: Add '\n's to ok() calls. includes: Remove unneeded extern "C" statements. includes: Make headers...
2012 Jan 13
0
Wine release 1.3.37
...edbg: Added support for qAttached query packet. Francois Gouget (24): notepad: Remove unused resource strings. winmm: Don't include newlines in standard error messages. wineboot: Store the RunKey names in regular string variables. include: wincodec.idl should not import objidl.idl. include: ocmm.idl should import oleidl.idl. include: mshtml.idl should import dispex.idl. include: tom.idl should import ocidl.idl. include: winsxs.idl should not import oleidl.idl. comdlg32: Remove some unused string resources that are not present on Windows....
2004 Jul 31
3
Bug in new_work_item
Hi all, Windows 2000 Ruby 1.8.2 R7 VC++ 6.0 I noticed that if I try to call new_work_item and give the task a name that already exists, I get a segfault: C:\eclipse\workspace\win32-taskscheduler>ruby test.rb "0.1.0" test.rb:22:in `new_work_item'': NewWorkItem() function failed (Win32::TaskSchedul erError) from test.rb:22 test.rb:22: [BUG] Segmentation fault ruby
2008 Sep 05
0
Wine release 1.1.4
...mplates text format. Damjan Jovanovic (2): oleaut32: Fix negative number handling in VarFormat. oleaut32: Thousands separator support for VarFormat. Dan Hipschman (5): ole32: Add widl-generated proxies for unknwn.idl and dcom.idl. ole32: Add a widl-generated proxy file for objidl.idl. ole32: Add a widl-generated proxy file for oleidl.idl. widl: Output NULL for inherited methods in the vtbl. oleaut32: Add a widl-generated proxy file for ocidl.idl. David Adam (1): d3dx8: Remove useless variables. Detlef Riekenberg (5): include: Declare Translat...
2008 Apr 18
1
Wine release 0.9.60
...as changed. winhelp: Fix regression introduced by Win64 warning fixes. Erik de Castro Lopo (1): msvcrt: Clear end-of-file flag on fseek. Francois Gouget (11): services: Add a trailing '\n' to a couple of Wine traces. wineboot: Make sure COBJMACROS is defined before objidl.h is included. ddraw/tests: Fix compilation on systems that don't support nameless unions. fusion/tests: Fix compilation on systems that don't support nameless unions. Assorted spelling fixes. ole32: Fix spelling of GetComparisonData(). Fix spelling of dwAssign...
2008 Sep 19
0
Wine release 1.1.5
...Fix level of indirection of parameters in GetNotifyCmdLine function of IBackgroundCopyJob2 interface in bits1_5.idl. include: Fix signature of NearestPoint function of IInkDisp interface in msinkaut.idl. include: The INewShortcutHookA, INewShortcutHookW and IRunnableTask interface in shobjidl.idl should be local. include: Add XMLDOMDocumentEvents dispinterface to xmldom.idl. include: Use placeholder structures with at least one field in vmr9.idl. include: Fix function names in IVBSAXXMLReader interface in msxml2.idl. widl: Fix the writing typedefs to dispinterfac...
2010 Dec 01
3
Error While installing Wine on OSX version 10.4.1.1!!
...filemoniker.c ftmarshal.c git.c hglobalstream.c ifs.c itemmoniker.c marshal.c memlockbytes.c moniker.c ole2.c ole2impl.c ole2stubs.c ole32_main.c oleobj.c oleproxy.c pointermoniker.c regsvr.c rpc.c stg_prop.c stg_stream.c storage32.c stubmanager.c usrmarshal.c ole32res.rc irot.idl dcom.idl ole32_objidl.idl ole32_oleidl.idl ole32_unknwn.idl irot_c.c dcom_p.c ole32_objidl_p.c ole32_oleidl_p.c ole32_unknwn_p.c > :info:build config.status: creating dlls/ole32/tests/Makefile > :info:build ../../../tools/makedep -xo -xcross.o -C. -S../../.. -T../../.. clipboard.c compobj.c defaulthandler...