search for: cotaskmemfree

Displaying 13 results from an estimated 13 matches for "cotaskmemfree".

2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
...will work for me but that will just mean more users will run into it. Any advice on how to proceed is greatly welcome, thanks. Cheers, Jakob. [1] http://www.llvmsharp.org/ [2] https://github.com/mjsabby/LLVMSharp/blob/master/GenLLVMDLL.ps1 [3] http://stackoverflow.com/questions/33685644/missing-cotaskmemfree-when-building-llvm-example-on-windows [4] https://groups.google.com/forum/m/#!topic/llvm-dev/Y3DYH0htGW4
2016 Jul 08
0
Wine release 1.9.14
...he. riched20/tests: Use wine_dbgstr_rect() to print RECTs. wineps.drv: Use wine_dbgstr_rect() to print a RECT. gdi32: Remove a redundant NULL check before HeapFree(). winetest: Remove redundant NULL checks before heap_free(). quartz: Remove redundant NULL checks before CoTaskMemFree(). shell32/tests: Remove redundant NULL checks before CoTaskMemFree(). devenum: Remove redundant NULL checks before CoTaskMemFree(). qcap/tests: Remove a redundant NULL check before CoTaskMemFree(). qedit: Remove redundant NULL checks before CoTaskMemFree(). winmm: Rem...
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 10
2
App ask for admin privilege
i've tried one app that install nicely but told me " you have to use an admin account to run this app for the first time" Is there a way to fix this ?
2015 Dec 23
2
r250501 adds dependancy to ole32.dll on MSVC
...nd VS 2013 express on Windows 7. >> >> So I have been using the LLVMSharp method on getting a usable loadable >> LLVM.dll[1][2]. >> >> This have worked out of the box before so it is a regression, I >> tracked it down to commit r250501. > > Oh, interesting, CoTaskMemFree() is from OLE32. That's a typical MSVC > link library, so I'm not certain why that is not included already in > the project. Indeed, every executable target I check has OLE32.dll in > its linker input. Is this an issue with whatever is generating > LLVM.dll for you, or is there...
2015 Nov 14
2
(no subject)
...mple. I have copied the code verbatim from the full code listing and am running the following command: $ clang-cl toy.cpp deps/llvm/build/Debug/lib/*.lib //MDd -o toy.exe -I deps/llvm/include Which results in this error: LLVMSupport.lib(Path.obj) : error LNK2019: unresolved external symbol __imp_CoTaskMemFree referenced in function "bool __cdecl llvm::sys::path::getKnownFolderPath(struct _GUID,class llvm::SmallVectorImpl<char> &)" (?getKnownFolderPath at path@sys at llvm@@YA_N U_GUID@@AEAV?$SmallVectorImpl at D@3@@Z) toy.exe : fatal error LNK1120: 1 unresolved externals I've tri...
2019 Feb 04
0
Wine release 4.1
...flection GUIDs. Michael Stefaniuc (10): dmloader: Fix a memory leak. wineandroid.drv: Use the ARRAY_SIZE() macro. regedit: Remove redundant NULL check before heap_free(). reg: Remove redundant NULL check before heap_free(). strmbase: Remove redundant NULL check before CoTaskMemFree(). ole32: Remove redundant NULL check before CoTaskMemFree(). windowscodecs: Use the ARRAY_SIZE() macro. windowscodecs: Remove redundant NULL check before HeapFree(). mshtml: Print the debug string and not the pointer to it. shell32: Avoid FALSE : TRUE conditional expr...
2012 Jan 09
4
"timeGetTimeā€œ function in winmm.dll
Dear Forum, I installed MetaTrader 4 with wine it is up and running everything works well, the best performers is with the new wine 1.3. BUT if I run some EA Experts Advisors I get on two of it problems and the application crashes. The EA`s with crashes have custom .dll (FCS300.dll) and I try to debug this errors. Code: 0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7d7984a2 0028:Ret
2018 Dec 07
0
Wine release 4.0-rc1
...). ntdll: Add stub for RtlGetUnloadEventTraceEx. setupapi: Always return device info from SetupDiGetDeviceInterfaceDetail() if requested. Michael Stefaniuc (7): cmd: Avoid naming conflicts with the global HeapAlloc wrappers. shell32/tests: Remove redundant NULL check before CoTaskMemFree(). ddraw: Drop redundant memset() before memcpy(). comctl32/tests: Use SetRect() instead of open coding it. shcore: Print the debugstr instead of the pointer to it. ntoskrnl.exe: Drop the WINE_ prefix from debug functions. d3dx9/tests: Use SetRectEmpty() instead of ope...
2020 Apr 24
0
Wine release 5.7
...ws2_32: Add IPPROTO_IPIP mapping. Martin Storsjo (1): ntdll: Properly return errors when failing to unwind. Michael M?ller (1): opengl32: Treat invalid pixel types as PFD_TYPE_RGBA in wglChoosePixelFormat. Michael Stefaniuc (2): oledb32: Remove redundant NULL check before CoTaskMemFree(). d3d10: Remove superfluous TRUE : FALSE conditional expression. Mingcong Bai (1): po: Update Simplified Chinese translation. Nikolay Sivov (37): mf: Implement sink prerolling. mf/tests: Add some tests for node list management. mf: Handle EndOfStream events within M...
2006 Oct 13
0
Wine release 0.9.23
...match). ddraw: Set lplpDirect3DViewport3 to NULL before returning an error (found by Smatch). msi: Make msi_dialog_dup_property return a copy of the property if the property is empty. advpack: Win64 printf format warning fixes. janitorial: Remove redundant NULL checks before CoTaskMemFree (found by Smatch). janitorial: Remove redundant NULL checks before SHFree. shdocvw: Return S_OK in PersistStorage_InitNew. msi: Perform button control events in greatest to least order. msi: Make internal functions static. msi: Add missing declarations to the public he...
2011 Sep 09
0
Wine release 1.3.28
...ULL pointer tests. ddraw: Check the alignment, not the size. ddraw: Convert DDSURFACEDESC2 in lock. ddraw: Add tests for DDSD_PIXELFORMAT and DDSD_ZBUFFERBITDEPTH in Lock. ddraw: Add tests for dwZBufferBitDepth and dwMipMapCount values. Thomas Mullaly (4): urlmon: Use CoTaskMemFree instead of HeapFree for memory allocated with CoTaskMemAlloc. urlmon: Improved GetSecurityId's support for file url's. urlmon: Added basic MapUrlToZoneEx2 implementation. urlmon: Made domain mapping support IUri based and added wildcard scheme domain mapping tests. -- Ale...
2009 Dec 04
0
Wine release 1.1.34
...wininet: Directly return error status from WriteFile implementations. wininet: Directly return error status from HTTP_OpenConnection. wininet: Directly return error status from NETCON_close. wininet: Don't use INTERNET_SetLastError in HttpSendRequestW. shdocvw: Use CoTaskMemFree to free url. mshtml: Added IHTMLWindow2::get_screen implementation. mshtml.idl: Added DispHTMLScreen declaration and use it in HTMLScreen object. mshtml: Added IHTMLScreen::get_width implementation. mshtml: Added IHTMLScreen::get_height implementation. mshtml: Added IH...