search for: objbase

Displaying 16 results from an estimated 16 matches for "objbase".

Did you mean: obase
2008 Jul 20
1
[LLVMdev] generating a shared object from a single *.ll (LLVM) source?
Hello (my machine is a Debian/Sid/x86-64/Core2) Assuming I have one C source file chello.c, to compile it into a dynamically loadable thru dlopen shared object, I can run gcc -fPIC -shared -O chello.c -o chello.so I thought that, assuming I have one llvm source ehello.ll, the equivalent would be llvmc2 -opt ehello.ll -o ehello.so but it is not that simple. Any clues ? May I also
2001 Feb 27
4
Wine Setup
...play ":0" Error in startup script: invalid command name "wm" while executing "wm geometry $pTopLevel 600x400" while constructing object "::ObjScrFileLoc" in ::CBaseScr::constructor (body line 15) invoked from within "CBaseScr::constructor $apObjBase" while constructing object "::ObjScrFileLoc" in ::CScrFileLoc::constructor (body line 1) invoked from within "CScrFileLoc ObjScrFileLoc ObjBase" (procedure "BuildScrTree" line 2) invoked from within "BuildScrTree" invoked from...
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. Thi...
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
2001 Nov 22
2
zlib location
...method': objects.c:1014: warning: unused variable `env' objects.c:962: warning: `code' might be used uninitialized in this function \..\i386-mingw32\include\shlobj.h:8, from shext.c:24: f:\R\TOOLS\BIN\..\lib\gcc-lib\i386-mingw32\2.95.2\..\..\..\..\i386-mingw32\inclu de\objbase.h:71: warning: comma at end of enumerator list \..\i386-mingw32\include\shlobj.h:8, from shext.c:24: f:\R\TOOLS\BIN\..\lib\gcc-lib\i386-mingw32\2.95.2\..\..\..\..\i386-mingw32\inclu de\oleidl.h:43: warning: ANSI C restricts enumerator values to range of `int' 3. And here'...
2010 Feb 20
3
MFC Code Compile Error
...luded from /home/khana/mvs6/VC98/include/oaidl.h:149, 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, 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 includ...
2007 Jan 25
0
Wine release 0.9.30
...ocess 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 work properly. dinput: Undefine SW_MAX to avoid possible conflicts with winuser.h. wine/list.h: Add list_count function. Make some parameters const. widl: Use existing function...
2019 Sep 13
0
Wine release 4.16
...services delay loading. Jactry Zeng (2): mfmediaengine: Add IMFMediaEngine stub. mfmediaengine: Merge media_engine_attributes into media_engine struct. Ken Thomases (1): ntdll: On Mac, use the Mach API as preferred approach to get a thread's GS.base. Kevin Puetz (1): objbase.h: Fix StringFromIID declaration. Kim Malmo (1): po: Update Norwegian translation. Marcus Meissner (1): iphlpapi: Fixed size to MultiByteToWideChar. Michael Stefaniuc (3): strmbase: Don't cast from COM object to interface. quartz: Don't cast from COM object to int...
2020 May 22
0
Wine release 5.9
...base. configure: Use cross compiler for EXCESS_PRECISION_CFLAGS check when available. winegcc: Pass only raw compiler and linker arguments in forward mode. include: Add winapifamily.h file. include: Avoid redefinition warnings when basetyps.h is used together with winnt.h or objbase.h. stdlib.h: Remove _strtold declaration. stdlib.h: Provide strtold as an inline wrapper. configure: Remove no longer needed -Wno-incompatible-library-redeclaration. ucrtbase: Use MSVCRT prefix for __stdio_common_vsprintf implementation. math.h: Provide copysign declar...
2006 Nov 10
0
Wine release 0.9.25
...ser32/include: Don't define the OBM_*, OCR_* and OIC_* macros unless OEMRESOURCE is defined. user32/include: Don't define the window and control styles if NOWINSTYLES is set. include: The PSDK does not have the A/W variants of MAKEINTATOM() so we should not either. include/objbase.h: Add missing include directives. shell32: Add missing '\n' to Wine trace. uxtheme: winerror.h must not define the E_PROP_*_UNSUPPORTED macros. setupapi: setupapi.h must not define HSTRING_TABLE and the StringTable* prototypes. secur32: sspi.h must not include wtype...
2020 Feb 16
0
Wine release 5.2
...-bit PARGB to ARGB conversion. gdiplus: Round up when converting from 32-bit ARGB to PARGB. Julian R?ger (1): po: Update German translation. Kevin Puetz (14): oleaut32: Use GetFinalPathNameByHandle to canonicalize file path. atlbase.h: Fix some declarations on win64. objbase.h: Add COWAIT_DEFAULT declaration. mshtml.idl: Fix IHTMLComputedStyle declaration. ntdll: Allow NULL lpAssemblyDirectoryName in find_actctx_dll. kernelbase: Allow NULL lpAssemblyDirectoryName in find_actctx_dllpath. oleaut32: Search cache for requested typeinfo in GetRefType...
2007 Nov 09
0
Wine release 0.9.49
...server: Allow to specify the class name instead of the atom to create a window. server: Allow to specify the class name instead of the atom to find a window. user32: Fixed A<->W translations of CREATESTRUCTs that contain atoms. Make some variables static. Include objbase.h where need to get the DllRegisterServer prototype. comctl32/tests: Flush pending events before progress repaint tests. include: Moved AttachThreadInput prototype to winuser.h where it belongs. kernel32: Add spec entries for LocaleNameToLCID and LCIDToLocaleName. include: A...
2007 Jan 09
0
Wine release 0.9.29
...e does. ole32: Contrary to MSDN, IROTData doesn't need to be implemented for a moniker to be usable with the running object table. ole32: Add some tests for the running object table. include: Add function declarations for CoAllowSetForegroundWindow and CoRegisterChannelHook to objbase.h. ole32: Add tests for channel hooks. oleaut32: Fix _nroffuncs to return the correct number of functions by taking into account inherited interfaces. rpcrt4: A NULL IfSpec in RpcServerUnregisterIf should remove all interfaces, not crash. ole32: Fix the calculation of messag...
2008 Dec 05
0
Wine release 1.1.10
...utines to Unicode. rpcrt4: Use RegDeleteTree to properly unregister interfaces. rpcrt4: Create the NumMethods key too when registering an interface. widl: Do not make the stub vtbl const for delegating interfaces since it needs to be patched up at run-time. cryptdlg: Include objbase.h for function prototypes. gdiplus: Export the GdipGetAllPropertyItems function. mswsock: Export the WSARecvEx function. include: Fix an enum definition that was actually defining a variable. dmband: Remove some unused functions. dmcompos: Remove some unused functions....
2010 Apr 02
0
Wine release 1.1.42
...superfluous casts. comctl32: Fix compiler warnings with flag -Wcast-qual. comctl32: Fix incorrect const type casting. comctl32: Fix compiler warnings. advapi32: Fix compiler warnings with flag -Wcast-qual. appwiz.cpl: Fix compiler warnings with flag -Wcast-qual. objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. wininet: Fix compiler warnings with flag -Wcast-qual. server: Fix compiler warning with flag -Wcast-qual. cabinet: Fix compiler warning with flag -Wcast-qual. comdlg32: Fix compiler warn...
2008 Apr 14
10
wine asio
Does wine asio still work with the current version of WINE? I tried installing it per the instructions and it didn't want to make.