Search found 3 matches
- 02 Sep 2019, 14:02
- Forum: Official Announcements
- Replies: 34
- Views: 67246
Re: WebAssembly
Are you exporting a C style API in WebAssembly, so you can use straight from javascript?
- 14 Aug 2019, 10:13
- Forum: Official Announcements
- Replies: 34
- Views: 67246
Re: WebAssembly
I've just been looking at Blazor the new web framework from Microsoft. https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor Just an idea but what about a version for blazor?. You already have the webassembly version it would need a new set of bindings for c# which link back to javascript instead...
- 06 Sep 2012, 18:47
- Forum: General Discussion
- Replies: 2
- Views: 4881
c++/clr project for integration with mogre
I am getting the following error when compiling error C2371: 'char16_t' : redefinition; different basic types C:\Projects\NoesisGUI\Include\EABase\eabase.h Line 756: typedef wchar_t char16_t; and the other file it is defined in c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\yvals.h L...