Displaying 10 results from an estimated 10 matches for "interlockeddecr".
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
2001 Mar 13
3
problems running homesite
Hi there,
I have just installed wine (release 20010305) and it looks to work good.
I can run notepad without trouble, winecheck.pl has one bad and one critical result:
023. Checking device needed for DGA (option "UseDGA"): /dev/BAD (/dev/mem is not writable for you).
- ADVICE: Use chmod as root to fix it ("man chmod").
025. Checking availability of windows registry
2009 Apr 22
0
ActiveX error when running an application(VB6 based)
...NEL32.TlsGetValue() retval=0012cef0 ret=65f399fe
0009:Call KERNEL32.TlsGetValue(00000002) ret=65f208b4
0009:Ret KERNEL32.TlsGetValue() retval=0012cef0 ret=65f208b4
0009:Call KERNEL32.TlsGetValue(00000004) ret=653512e1
0009:Ret KERNEL32.TlsGetValue() retval=0012e288 ret=653512e1
0009:Call KERNEL32.InterlockedDecrement(0012e3c4) ret=653513a1
0009:Ret KERNEL32.InterlockedDecrement() retval=00000000 ret=653513a1
0009:Call KERNEL32.TlsGetValue(00000004) ret=653432b0
0009:Ret KERNEL32.TlsGetValue() retval=0012e288 ret=653432b0
0009:Call ntdll.RtlFreeHeap(00110000,00000000,0012e3b8) ret=65f014db
0009:Ret ntdll...
2009 Apr 22
0
wine-users Digest, Vol 45, Issue 102
...NEL32.TlsGetValue() retval=0012cef0 ret=65f399fe
0009:Call KERNEL32.TlsGetValue(00000002) ret=65f208b4
0009:Ret KERNEL32.TlsGetValue() retval=0012cef0 ret=65f208b4
0009:Call KERNEL32.TlsGetValue(00000004) ret=653512e1
0009:Ret KERNEL32.TlsGetValue() retval=0012e288 ret=653512e1
0009:Call KERNEL32.InterlockedDecrement(0012e3c4) ret=653513a1
0009:Ret KERNEL32.InterlockedDecrement() retval=00000000 ret=653513a1
0009:Call KERNEL32.TlsGetValue(00000004) ret=653432b0
0009:Ret KERNEL32.TlsGetValue() retval=0012e288 ret=653432b0
0009:Call ntdll.RtlFreeHeap(00110000,00000000,0012e3b8) ret=65f014db
0009:Ret ntdll...
2009 Dec 07
2
[LLVMdev] Trunk build failure
...2664: 'InterlockedIncrement' : cannot
convert parameter 1 from 'volatile llvm::sys::cas_flag *' to 'volatile
LONG *'
2> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
2>Atomic.cpp(75) : error C2664: 'InterlockedDecrement' : cannot
convert parameter 1 from 'volatile llvm::sys::cas_flag *' to 'volatile
LONG *'
2> Types pointed to are unrelated; conversion requires
reinterpret_cast, C-style cast or function-style cast
2>Atomic.cpp(88) : error C3861: 'InterlockedAdd': ident...
2012 Feb 28
0
[LLVMdev] [patch] atomic functions on darwin
...#ifdef _MSC_VER
#include <windows.h>
#endif
+#ifdef __APPLE__
+#include <libkern/OSAtomic.h>
+#endif
int main() {
#ifdef _MSC_VER
volatile LONG val = 1;
@@ -13,6 +16,12 @@
InterlockedCompareExchange(&val, 0, 1);
InterlockedIncrement(&val);
InterlockedDecrement(&val);
+#elif defined(__APPLE__)
+ int32_t val = 1;
+ OSMemoryBarrier();
+ OSAtomicCompareAndSwap32(0, 1, &val);
+ OSAtomicIncrement32(&val);
+ OSAtomicDecrement32(&val);
#else
volatile unsigned long val = 1;
__sync_synchronize();...
2002 Mar 08
3
How to troubleshoot network woes with Wine?
The app which I am currently trying to get to work properly (Cinema4D
network rendering client - it does work 90%, depending on how you look
at it) does some weird things, like receiving jobs from a server,
computing them, and sending the rendered scenes back to the server
(actually I don't know if it's sending them back, or if the server is
fetching them; I don't even know what the
2017 Mar 03
0
Wine release 2.3
...tBlockingLock class implementation.
msvcr100: Add _NonReentrantBlockingLock class implementation.
msvcr100: Add _ReentrantBlockingLock tests.
msvcp110: Add _Lock_shared_ptr_spin_lock implementation.
msvcr110: Add _Lock_shared_ptr_spin_lock implementation.
msvcr100: Use InterlockedDecrement in SpinWait::_SpinOnce.
msvcr: Add _get_dstbias implementation.
msvcp140: Add task_continuation_context constructor implementation.
Sebastian Lackner (1):
wined3d: Clear device state in wined3d_device_reset.
Stefan Dösinger (5):
d3d8/tests: Allow a higher slop for tes...
2008 Mar 21
0
Wine release 0.9.58
...rove the HiliteMenuItem tests so they reflect actual behaviour on Windows.
Reece H. Dunn (1):
user32: HiliteMenuItem fails if an invalid window handle is passed to it.
Rob Shearman (34):
wininet: Make the reference count of WININETHANDLEHEADER thread-safe by using InterlockedIncrement/InterlockedDecrement.
wininet: Don't call DeleteSecurityContext and FreeCredentialsHandle on invalid handles.
wininet: Allow HTTP_DoAuthorization to accept a NULL username/domain in the non-Basic case.
wininet: Retrieve the maximum token length from the SSP and use a buffer of that length in...
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.