mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 23:02:28 +01:00
Re-wording the warning.
Author:vwheeler Date:2014-05-06T01:54:21.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1369 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -24,6 +24,6 @@ Calling conventions define 1) how arguments are placed on the stack, and 2) whic
|
||||
|
||||
{{note|Most OS services provided by the Win32 API use the __stdcall calling convention.}}
|
||||
|
||||
{{warning|Getting '''dll32''' and '''dllwin32''' reversed will cause your application to crash, because the call stack will be corrupted. For more information please read your C compiler documentation. }}
|
||||
{{warning|Getting '''dll32''' and '''dllwin32''' reversed will cause your application's call stack to be corrupted. This will cause your application to malfunction, can cause it to crash, and can potentially crash your whole system. So getting this right is crucial to smooth implementation of external DLL calls. For more information please consult your C compiler documentation.}}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user