Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2017.3.0a1
2017.4.5f1
2017.4.15f1
2018.1.0a1
2018.1.9f2
2018.2.0a1
2018.2.0b9
Issue ID
1083396
Regression
No
IL2CPP ignores CDECL calling convention attribute
Steps to reproduce:
1. Download 1083396_repro.zip project
2. Switch platform to UWP
3. Build project on IL2CPP backend
4. Open Visual Studio solution
5. Search in the entire solution for "DelegatePInvokeWrapper_AiFileCloseProc" method
Expected results: P/Invoke is call with CDECL attribute
Actual results: P/Invoke is call with STDCALL attribute
Reproduced with: 2018.1.9f2, 2017.4.15f1
Not reproducible with: 2018.1.0a8, 2018.3.0b9, 2018.2.16f1, 2018.2.0b10
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Some Build Profile settings do not remain checked when launching a project without the /Library folder through the command line
- TextMeshPro gradient tags render as literal text when using a font that contains only a part of the ASCII character set
- Small rectangles appearing in the corner of title text in Editor when System Font and Bitmap are selected in preferences
- The shortcut character is typed into the name field when a [Shift + <any alphanumeric key>] shortcut is used to create the asset from "Asset/Create"
- TextMeshPro ligatures broken when Font Style setting is changed from “Lowercase” to “Uppercase”
Add comment