FellowTraveler / Open-Transactions-old

Open-Transactions democratizes financial and monetary actions. You can use it for issuing currencies/stock, paying dividends, creating asset accounts, sending/receiving digital cash, writing/depositing cheques, cashier's cheques, creating basket currencies, trading on markets, scripting custom agreements, recurring payments, escrow, etc. Open-Transactions uses strong crypto. The balances are unchangeable (even by a malicious server.) The receipt history is destructible. The transactions are unforgeable. The cash is unlinkable. The cheques are non-repudiable. Etc.
http://opentransactions.org
408 stars 84 forks source link

Update/Fix for ot_commands.ot. #128

Closed da2ce7 closed 11 years ago

da2ce7 commented 11 years ago

Quick fix, chaning a 'int' to 'var'

jspit commented 11 years ago

Dear Cameron

Ot.exe, Otserver.exe, otapi-java.dll, otapi-csharp.dll ALL OK

Problem still lies with otapi-php but errors are now different.

1>------ Build started: Project: otapi-php, Configuration: Release Win32

1> OTAPI-php.cpp 1>C:\Program Files\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h(201): warning C4005: 'inline' : macro redefinition 1> c:\php\tsrm\tsrm_config.w32.h(17) : see previous definition of 'inline' 1>C:\Program Files\Microsoft Visual Studio 11.0\VC\include\xkeycheck.h(244): fatal error C1189: #error : The C++ Standard Library forbids macroizing keywords. Enable warning C4005 to find the forbidden macro. ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Jesmond Spiteri