Working as is patch for KDevelop on WIN64 with mingw64:
Finaly i put more recent version 100% template one to google.code
http://code.google.com/p/armv6-atomic/
Becouse of lack atomic functions in bada API and also becouse of uninplemented ones i gcc atomic primitives I wrote compelete set of them using LDREX STREX cpu instructions.
#pragma once
//
// ARMV6 , ARMV7 Atomic primitives
// Based on
// http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0489b/Cih...
//
// Autor: Artur Bac 2010
// Released under BSD Licence v1.0
//
Windowc CE 4.20 Active Sync transport for msvc8,9 and evc4
Add belows reg into registry
Win32:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Tools\Platform Manager\{F384D888-F9AA-11D1-BB9E-00A0C9C9CCEE}\{7872F625-A657-4C74-B8D3-19DEF74A1FF5}\{5C6F612B-0158-11D2-BBA0-00A0C9C9CCEE}]
"{C92C56B8-1394-4155-8016-3FD669E3EE3C}"=hex:02,00,00,00,01,00,00,00,4d,00,69,\
00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,20,00,41,00,63,00,74,00,69,00,\
76,00,65,00,53,00,79,00,6e,00,63,00,00,00
I put code of missing functionality for evc4 and WCE420 at google code
I hope it will be useful and others will test it too, helping making better code if neccessery.
Recently i found that implementation of missing functions needed by exception handling on windows ce 0x420 could be easly implemented.
Refer to next post for code, binaries
Recently i made some extension to soci c++ sql framework that allows reading/writing bytea (binary data) with postgresql.
Hoever SOCI main developer refused to extend soci becouse .. . oracle dosn't offer such feature.
So if any one need this here it is.
documentation
Nearly one Year ago i wrote kernel driver for FreeBSD OS for AMILO A laptop that allows many peaople to switch thier WiFI antena on.
More can be found here http://code.google.com/p/acpi-amilo/