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
I'm trying to use the slang compiler and slang reflection API on my project.
I built slang locally and added the generated {buildTarget}/lib .lib files to my project library directories.
But when I compile my project I get this linker error.
Severity Code Description Project File Line Suppression State Details
Error LNK2019 unresolved external symbol __imp_slang_createGlobalSession referenced in function "int __cdecl slang::createGlobalSession(struct slang::IGlobalSession * *)" (?createGlobalSession@slang@@YAHPEAPEAUIGlobalSession@1@@z)
Not sure what other .lib file should I include to link that function.
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to use the slang compiler and slang reflection API on my project.
I built slang locally and added the generated {buildTarget}/lib .lib files to my project library directories.
But when I compile my project I get this linker error.
Severity Code Description Project File Line Suppression State Details
Error LNK2019 unresolved external symbol __imp_slang_createGlobalSession referenced in function "int __cdecl slang::createGlobalSession(struct slang::IGlobalSession * *)" (?createGlobalSession@slang@@YAHPEAPEAUIGlobalSession@1@@z)
Not sure what other .lib file should I include to link that function.
The text was updated successfully, but these errors were encountered: