memlib icon indicating copy to clipboard operation
memlib copied to clipboard

The rtlib doesn't comply with the default cdecl calling convention.

Open slangmgh opened this issue 2 years ago • 0 comments

When using rtlib and doesn't specify the calling convention, nim's dynlib will use cdecl as default calling convention, but rtlib using nimcall.

slangmgh avatar Jan 28 '23 15:01 slangmgh