Displaying 6 results from an estimated 6 matches for "load_library_as_datafil".
Did you mean:
  load_library_as_datafile
  
2006 Dec 17
0
FormatMessage issue in eventlog.rb - more clues
...ULE hmod;
    int rv;
    char buf[4096];
    char* dll = "C:\\WINDOWS\\system32\\mscoree.dll";
    char* va_list[3];
    int flags = FORMAT_MESSAGE_FROM_HMODULE |
                FORMAT_MESSAGE_FROM_SYSTEM |
                FORMAT_MESSAGE_ARGUMENT_ARRAY;
    hmod = LoadLibraryEx(dll, 0, LOAD_LIBRARY_AS_DATAFILE);
    printf("HMOD: %i\n", hmod);
    va_list[0] = "store application started";
    rv = FormatMessage(
       flags,
       hmod,
       0,
       0,
       (LPTSTR)buf,
       sizeof(buf),
       va_list
    );
    printf("RV: %i\n", rv);
    printf("BUF: %s...
2006 May 17
1
Need a little help with the pure Ruby win32-eventlog
Hi all,
I''m working on the EventLog#read method for the pure Ruby version of 
win32-eventlog, but I''m stuck on the get_description private method.
Here are the problems:
* I don''t think I''m advancing the EVENTLOGRECORD properly between 
iterations.  Take a look at the end of the "while dwread > 0" loop.  I 
get some records, but not all of them.
2006 May 17
3
Need a little help with the pureRubywin32-eventlog
> -----Original Message-----
> From: win32utils-devel-bounces at rubyforge.org 
> [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of 
> Berger, Daniel
> Sent: Wednesday, May 17, 2006 12:07 PM
> To: Development and ideas for win32utils projects
> Subject: Re: [Win32utils-devel] Need a little help with the 
> pureRubywin32-eventlog
> 
> 
> >
2007 Jun 01
0
Wine release 0.9.38
...krnl.exe: Added IofCompleteRequest.
      ntdll: Reimplement LdrGetDllHandle to use the same search algorithm as LdrLoadDll.
      ntdll: Implemented LdrAddRefDll.
      kernel32: Support incrementing the module refcount in GetModuleHandleEx.
      kernel32: Check for already loaded module also for LOAD_LIBRARY_AS_DATAFILE.
      ntoskrnl.exe: Implemented a number of memory allocation functions.
      ntoskrnl.exe: Export a Wine-internal function to run the device request handling loop.
      ntoskrnl.exe: Implemented PsGetVersion and added stubs for a couple of other Ps functions.
      winedevice: Add a service pr...
2019 Aug 23
0
Wine release 4.0.2
...Prix Legends: Only the first two axes are recognized
  47262  compile error: ‘for’ loop initial declarations are only allowed in C99 mode
----------------------------------------------------------------
Changes since 4.0.1:
Alexandre Julliard (2):
      kernel32: Validate handle before freeing a LOAD_LIBRARY_AS_DATAFILE module.
      ntdll: Check for time conversion error to silence a compiler warning.
Alistair Leslie-Hughes (7):
      regedit: Grow the buffer when modifying a DWORD value.
      urlmon: Pass unescaped URLs to InternetOpenUrl in ftp protocol handler.
      hid: Implement HidD_FlushQueue()....
2019 Apr 12
0
Wine release 4.6
...mmap().
      configure: Remove some obsolete checks.
      configure: Also build msvcrt for Windows.
      configure: Add --with-mingw option and print a notice when not found.
      ntdll: Define IsBadStringPtr to handle exceptions in debug traces.
      kernel32: Validate handle before freeing a LOAD_LIBRARY_AS_DATAFILE module.
      msvcrt: Don't export _matherr().
      winegcc: Use Wine's msvcrt for Windows builds.
      winmm/tests: Fix printf format warnings for the Windows build.
      winecrt0: Avoid using wine/port.h.
      makefiles: Don't link against wine_port when using msvcrt.
      confi...