Quote:
|
Originally Posted by Sergey R.
Thank you for this book! It seems to be very interesting.
But alas I've found a mistake in this book.
p.570:
p.571:
This is not correct! "cdecl" and "stdcall" calling conventions are equal in a method of arguments passing into the stack. They both push arguments in the stack from right to left. The only difference is the method of the stack clearance, it is made by caller with "cdecl" and by called function with "stdcall".
So be careful reading this book. There may be other mistakes in it...
|
email the publishers of the book or the author.
Good work!