Subversion Repositories currency_converter

Rev

Rev 13 | Rev 18 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13 Rev 14
Line 1... Line 1...
1
 
1
 
2
Make ConvertEx(): Shall return a struct (Success, Value, TimeStamp) Attention: Align by 4 byte to make it compatible with VBA.
2
Make ConvertEx(): Shall return a struct (Success, Value, TimeStamp) Attention: Align by 4 byte to make it compatible with VBA.
3
 
3
 
4
DLL Specification: Show VisualBasic syntax
4
DLL Specification: Show VisualBasic syntax
-
 
5
 
-
 
6
Maybe explain in the manual:
-
 
7
	It is not recommended to pass negative prices, because this way, errors (which will result in a return value -1) cannot be identified easily.