Quick query on the libraries in the lib folder #11594
Unanswered
TheShermanTanker
asked this question in
Q&A
Replies: 1 comment
-
Those thunk functions are generated when the function declaration does not have |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Continued from #11593
Thanks Biswa and 1480 for the quick replies, seems like these archives are just names. Out of curiosity, given how these gcc ports have had the ability to link directly to a dll without import libraries for quite a while, does linking against these archives work similar to how the .lib files in Visual C++ do (to my knowledge MSVC does so by having a shim function inside the .lib that calls the real one in the dll) or do they work differently?
Beta Was this translation helpful? Give feedback.
All reactions