I think I've found a bug in the latest release of Tailbite with 64bit multilib when LockMutex is encountered (compiles fine on 32bit). Tailbite reports the following error when compiling asm:
Post a snippet of code that produces this problem (like Klaus said) and I can have a look.
Also, when posting an ASM error please also post the filename (especially important in multilib mode) and a few lines around it.
(in this case i can guess the lines before what you posted involve LockMutex() but it isn't always so obvious)
Demonio Ardente
Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
V1.4.5 of the TailBite installer doesn't work on 32bit machines, when the installer is run on XP 64bit the license agreement page appears corrupt and once installed the TailBite binaries don't work - Windows reports the following error: The image "TBManager.exe" is valid, but is for a machine type other than the current machine.
ahh... sorry >.<
thats part of the reason why i dont do the builds for windows, i can never get it right; i hardly understand how the builder works xD
its because to do the testing i use a prefs file in the TB source dir (i dont actually have the IDE installed, which is normally what TB looks at), which was pointed at the x64 compiler for obvious reasons, and it used that to compile TB.
lexvictory wrote:ahh... sorry >.<
thats part of the reason why i dont do the builds for windows, i can never get it right; i hardly understand how the builder works xD
its because to do the testing i use a prefs file in the TB source dir (i dont actually have the IDE installed, which is normally what TB looks at), which was pointed at the x64 compiler for obvious reasons, and it used that to compile TB.