/D__iob_func=__p__iob and x64
Posted: Fri Dec 08, 2023 5:08 pm
Hi,
I'm trying to create a static lib on Windows, but I'm running into this error: "error: Unresolved external symbol '__imp___acrt_iob_func' referenced from". I found this thread where Fred said to use /D__iob_func=__p__iob, but it looks like it only works for x86. Is there a solution for x64?
I'm trying to create a static lib on Windows, but I'm running into this error: "error: Unresolved external symbol '__imp___acrt_iob_func' referenced from". I found this thread where Fred said to use /D__iob_func=__p__iob, but it looks like it only works for x86. Is there a solution for x64?