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
os :win10
tools : VS2019 First when I build the progeame ,I am getting the error message like this :
fatal error LNK1104: cannot open file 'LIBC.lib' Second I changed the build environment add internal2003.lib, I am getting the error message like this :
internal2003.lib(waveio.obj): error LNK2019: Unresolved external symbol __filbuf, which is referenced in function _wavegetvalue
The text was updated successfully, but these errors were encountered:
os :win10
tools : VS2019
First when I build the progeame ,I am getting the error message like this :
fatal error LNK1104: cannot open file 'LIBC.lib'
Second I changed the build environment add internal2003.lib, I am getting the error message like this :
internal2003.lib(waveio.obj): error LNK2019: Unresolved external symbol __filbuf, which is referenced in function _wavegetvalue
The text was updated successfully, but these errors were encountered: