I want to rebuild my 32 bits visualC PureLibraries for PB x64.
I'm confused with the return data type to use in the ".desc" file.
For example:
in "PureBasic\SDK\VisualC\SampleGadget\ListIconSampleGadget.c":
Code: Select all
M_PBFUNCTION(HWND) PB_ListIconSampleGadgetin "PureBasic\SDK\VisualC\SampleGadget\ListIconSampleGadget.desc":
Code: Select all
ListIconSampleGadget, ...
Long | Unicodeinteger is not an option for a return value in a ".desc" file,
so what should I use for a 64 bits return data type (Long, Quad ???)
Thanks.

