Displaying 6 results from an estimated 6 matches for "loadlibraryw".
Did you mean:
loadlibrary
2015 Aug 30
3
Compilation error with MinGW
...quot;;
>> +typedef DWORD64 ModuleOffset;
>> +#endif
>> +
>> static fpEnumerateLoadedModules fEnumerateLoadedModules;
>> static DenseSet<HMODULE> *OpenedHandles;
>>
>> @@ -39,13 +48,13 @@ static bool loadDebugHelp(void) {
>> HMODULE hLib = ::LoadLibraryW(L"Dbghelp.dll");
>> if (hLib) {
>> fEnumerateLoadedModules = (fpEnumerateLoadedModules)
>> - ::GetProcAddress(hLib, "EnumerateLoadedModules64");
>> + ::GetProcAddress(hLib, sEnumerateLoadedModules);
>> }
>> return fEnum...
2015 Aug 29
2
Compilation error with MinGW
...const char* sEnumerateLoadedModules = "EnumerateLoadedModules64";
+typedef DWORD64 ModuleOffset;
+#endif
+
static fpEnumerateLoadedModules fEnumerateLoadedModules;
static DenseSet<HMODULE> *OpenedHandles;
@@ -39,13 +48,13 @@ static bool loadDebugHelp(void) {
HMODULE hLib = ::LoadLibraryW(L"Dbghelp.dll");
if (hLib) {
fEnumerateLoadedModules = (fpEnumerateLoadedModules)
- ::GetProcAddress(hLib, "EnumerateLoadedModules64");
+ ::GetProcAddress(hLib, sEnumerateLoadedModules);
}
return fEnumerateLoadedModules != 0;
}
static BOOL CALLBACK
-E...
2013 Aug 20
4
opusfile 0.4 release
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm pleased to announce the availability of opusfile v0.4.
The opusfile and opusurl libraries provide a high-level API for
decoding and seeking within .opus files on disk or over http(s).
* https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.tar.gz
* https://ftp.mozilla.org/pub/mozilla.org/opus/opusfile-0.4.zip
*
2013 Aug 21
0
opusfile 0.4 release
...ide a folder inside the
application's install path - "%PROGRAMFILES%\WinampNarf\opusfile" - and all
seemed to be fine and dandy.
However, if I try to load the new libopusurl-0.dll from the same folder as
I have always done as with the other libraries, I get a NULL HMODULE handle
from LoadLibraryW and GetLastError() return error code 126 - "The specified
module could not be found."
I then redid my code to load the libraries from the same folder as the
application executable instead and it loaded this time. I'm assuming that
"libopusurl-0.dll is looking for its supporting...
2013 Aug 21
1
opusfile 0.4 release
On 20/08/13 08:38 PM, alpha thinktink wrote:
> However, if I try to load the new libopusurl-0.dll from the same folder
> as I have always done as with the other libraries, I get a NULL HMODULE
> handle from LoadLibraryW and GetLastError() return error code 126 - "The
> specified module could not be found."
In addition to what Tim said, do you get the same error loading
libopusfile-0.dll, or is it just libopusurl? Could it be an ordering
problem?
-r
2008 Apr 01
7
Notepad - resizing
I use the included Notepad a lot.
WINE used to save where I had re-sized and placed it, but now it does not.
How do I save my re-size?
Thank you.