You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also a further problem I found was that it becomes necessary to declare <IlcExportUnmanagedEntrypoints>true</IlcExportUnmanagedEntrypoints> if you have <OutputType>Exe</OutputType>, otherwise the compiler won't generate any export for cabi_realloc at all and therefore the component wouldn't satisfy the spec.
Also a further problem I found was that it becomes necessary to declare
<IlcExportUnmanagedEntrypoints>true</IlcExportUnmanagedEntrypoints>
if you have<OutputType>Exe</OutputType>
, otherwise the compiler won't generate any export forcabi_realloc
at all and therefore the component wouldn't satisfy the spec.Originally posted by @SteveSandersonMS in #760 (comment)
The text was updated successfully, but these errors were encountered: