search for: localfree

Displaying 6 results from an estimated 6 matches for "localfree".

2008 Jan 26
0
JRuby version of win32-api - initial try
...eLibrary.getInstance(''kernel32'') LoadLibrary = KERNEL32.getFunction(''LoadLibraryA'') GetProcAddress = KERNEL32.getFunction(''GetProcAddress'') FormatMessageA = KERNEL32.getFunction(''FormatMessageA'') LocalFree = KERNEL32.getFunction(''LocalFree'') public VERSION = ''1.0.6'' attr_reader :function_name attr_reader :prototype attr_reader :return_type attr_reader :dll_name def initialize(function, prototype=''V&...
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 ?
2008 Feb 08
0
Wine release 0.9.55
...p://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.54: Alexander Nicolaysen S?rnes (1): shell32: Use LocalFree in CommandLineToArgvW. Alexandre Julliard (18): winex11: Abstract the depth->bpp conversion and use it in X11DRV_DIB_CreateDIBFromPixmap. winex11: Remove unneeded check on bitmap depth, screen bpp cannot be 15. shell32: Fix permissions of newly-created directories. gdi32...
2007 Nov 09
0
Wine release 0.9.49
...elper function to create a container's registry key. rsaenh: Use helper function to open a key container's registry key. rsaenh: Use helper function to delete a key container's registry key. rsaenh: Use helper function to read key pairs from registry. rsaenh: Use LocalFree to free memory return by Crypt(Un)ProtectData. rsaenh: Fix a comment. crypt32: Describe CryptProtectData data format more accurately. crypt32: Save alg IDs in CryptProtectData output. crypt32: Use SHA1 rather than MD5 to protect data. crypt32: Use the enhanced provider...
2008 Oct 17
2
problem usrmgr Version 3.2.4
hi , i have a few problems with usmgr on Version 3.2.4 ( Version 3.2.4-8.1-1931-SUSE-SL11.0 ) samba pdc ldap the download version from ms http://www.microsoft.com/Downloads/details.aspx?FamilyID=c0011ab8-3178-4701-a791-eafba0f42de2&displaylang=en doesnt work giving "device attached to the system is not functioning" whatever i do a old version from usermgr works partially but magic
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary file around. The same is true for other llvm tools. As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and restart the run a few times. You will get t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff The same would happen if there was a fatal error between the