List Question
20 TechQA 2023-11-22T15:41:26.313000The parameters processing order of a cdecl function
135 views
Asked by illustager
x86 cdecl calling convention, why bother cleaning the stack?
125 views
Asked by qwerty_url
Issues passing a C# callback pointer to a C library
74 views
Asked by BampyRocket
Sending big amount of bytes from Swift to Python with types and @_cdecl
153 views
Asked by PrettyLittleHorse
'cdecl attribute ignored error' and how to solve this error?
149 views
Asked by joe
How can a reference be present in a signature of a function callable from C code?
234 views
Asked by Dean
vc++ stdcall function assign to cdecl function pointer worked, why?
187 views
Asked by largesky
Why does my C++ DLL not work with my Delphi application?
135 views
Asked by Ignacio Ponseti
Call a StdCall Subroutine in Fortran
226 views
Asked by Chen
Why the result are so strange
89 views
Asked by lllle00
C# / C++ passing struct got Access Violation Exception
417 views
Asked by Andrea Fausti
Calling convention for variadic function
1.2k views
Asked by Cătălina Sîrbu
C calling convention: who cleans the stack in variadic functions vs normal functions?
1.1k views
Asked by Cătălina Sîrbu
Calling convention to use for max. portability between x86 systems
627 views
Asked by AudioBubble
mingw - cdecl required to run functions correctly
433 views
Asked by Sergei Pilipenko
Confusion with function pointer, __cdecl, and template
236 views
Asked by WhatsUp
Calling C++/CLR function from C# - passing parameters not working
403 views
Asked by user13112723
How can ctypes infer the types of integers that are passed?
164 views
Asked by wecx