microsoft / STL

MSVC's implementation of the C++ Standard Library.
Other
10.07k stars 1.48k forks source link

unresolved external symbol __isa_available #4671

Closed fwf02 closed 4 months ago

fwf02 commented 4 months ago

hello im trying to use _Unsigned128 in kernel but im getting unresolved external symbol __isa_available which library needed to fix it?

fwf02 commented 4 months ago

1>LIBCMT.lib(cpu_disp.obj) : warning LNK4257: object file was not compiled for kernel mode; the image might not run with ignore all libraries to no

StephanTLavavej commented 4 months ago

That's part of vcstartup, but what you're doing is currently unsupported.