search for: interlockedincr

Displaying 11 results from an estimated 11 matches for "interlockedincr".

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
2009 Jan 22
2
wine for linux and Mac the same or different? (problem)
Hello preface: sorry for my english, but that is not my native language... I want to have a nice photo editor running named FiXfoto. (a Shareware-Download can be found is here: german shareware = http://www.j-k-s.com/stats/getfile.php?id=41 ) There is a english shareware version too, but i didnt tried it. Normally i use Mac Osx and want to use it there. I can install this application
2006 Sep 20
1
kernel32.VirtualAlloc() limitation? - "Insufficient memory to perform operation"
...). wine 0.9.21, gcc 3.3.6, kernel 2.6.15 (Debian), dual-boot WinXP (but not used for Wine), PaperCapture plugin is available at http://www.adobe.com/support/downloads/detail.jsp?ftpID=1907 Thanks a lot for hints, Jens output with WINEDEBUG=+all: [... 362114 lines skipped ...] 0009:Call kernel32.InterlockedIncrement(046b6a24) ret=00415628 0009:Ret kernel32.InterlockedIncrement() retval=00000001 ret=00415628 0009:Call ole32.CoRegisterClassObject(00541fe8,046b6a20,00000004,00000000,046b6a0c) ret=0047426e 0009:trace:ole:CoRegisterClassObject ({9b265782-ec11-11d1-a73e-00c04fb61fab},0x46b6a20,0x00000004,0x00...
2009 Dec 07
2
[LLVMdev] Trunk build failure
...'InterlockedCompareExchange' : 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(62) : error C2664: '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'...
2012 Feb 28
0
[LLVMdev] [patch] atomic functions on darwin
...ic.cmake (working copy) @@ -6,6 +6,9 @@ #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...
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
2016 Mar 04
0
Wine release 1.9.5
...gCopyTree. advapi32: Simplify and clean up RegDeleteTree implementation. oleaut32: Set DebugInfo for static CRITICAL_SECTION structure. wined3d: Fix transposed lines in WARN message. wined3d: Fix TRACE in wined3d_texture_update_desc function. services: Consistently use InterlockedIncrement to increment refcount. services: Remove pipe argument from service_send_command function. services: Do not distinguish between shared/exclusive lock. services: Get rid of unnecessary locks. services: Fix calculation of service timeout. advapi32: Fix RegDeleteTreeW...
2008 Nov 21
0
Wine release 1.1.9
...ave focus. msvcrt/tests: Trace the timezone being used. user32: Don't process other messages when recursing in peek_message for an internal message. kernel32: Don't request unneeded access in OpenFileMapping. kernel32/tests: Fix the thread test to cope with the Win95 InterlockedIncrement behavior. msvcrt/tests: Run time tests for the current year instead of 1970 and fix wrong DST assumptions. ole32/tests: Fix a couple of global stream test failures on Win9x. ole32/tests: Use a CLSID that is more likely to exist on old Windows versions. ole32/tests: Don&...
2013 Feb 25
5
Puppet execution hangs for long periods of time
Hi, I wrote a little "hello world" script and I am a little concerned by execution that hangs for long periods of time. *computer:* Windows XP Professional Service Pack 3 Intel(R) Xeon(R) CPU W3550 @ 3.07GHz 3.07GHz, 3.50 GB of RAM *init.pp:* class hello { notice(''Hello world!'') } *command line:* puppet apply --debug -e ''include hello''
2008 Mar 21
0
Wine release 0.9.58
...1): user32: Improve 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 buff...
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.