Make your applications work in DataFlex NextGen: Difference between revisions

From DataFlex Wiki
Jump to navigationJump to search
adding section about calling conventions for external DLLs
m (Added to Tutorials category)
(adding section about calling conventions for external DLLs)
Line 92: Line 92:


There's an alias for LongPtr in DataFlex 19.1
There's an alias for LongPtr in DataFlex 19.1
=== Calling conventions ===
In DataFlex 20 you should use the following calling conventions for your external DLLs
* 32 bit: stdcall
* 64 bit: fastcall
See also: [https://renenyffenegger.ch/notes/development/languages/C-C-plus-plus/calling-convention Calling conventions]


= Unicode Support =
= Unicode Support =

Navigation menu