-
Notifications
You must be signed in to change notification settings - Fork 215
Closed
Labels
area-NativeAOT-coreclr.NET runtime optimized for ahead of time compilation.NET runtime optimized for ahead of time compilationquestionFurther information is requestedFurther information is requested
Description
When building an application that links an AOTed assembly (netcore5.0
, win-x64
) as static library I and up with two unresolved external symbols:
RhpDebugFuncEvalHelper
RhAllocateNewObject
Do I need to link anything in addition to the libs listed below?
advapi32.lib
bcrypt.lib
crypt32.lib
iphlpapi.lib
kernel32.lib
mswsock.lib
ncrypt.lib
normaliz.lib
ntdll.lib
ole32.lib
oleaut32.lib
secur32.lib
user32.lib
version.lib
ws2_32.lib
bootstrapperdll.lib
Runtime.lib
System.IO.Compression.Native.lib
Metadata
Metadata
Assignees
Labels
area-NativeAOT-coreclr.NET runtime optimized for ahead of time compilation.NET runtime optimized for ahead of time compilationquestionFurther information is requestedFurther information is requested