error LNK2001
-
in trying to use the wave class in a program, i had this error message. I need help on how to resolve it. Thanks error LNK2001: unresolved external symbol "public: struct tWAVEFORMATEX __thiscall CWave::GetFormat(void)const " (?GetFormat@CWave@@QBE?AUtWAVEFORMATEX@@XZ)
-
in trying to use the wave class in a program, i had this error message. I need help on how to resolve it. Thanks error LNK2001: unresolved external symbol "public: struct tWAVEFORMATEX __thiscall CWave::GetFormat(void)const " (?GetFormat@CWave@@QBE?AUtWAVEFORMATEX@@XZ)
-
-
This would have caused a compiler, not linker, error.
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
This would have caused a compiler, not linker, error.
"One must learn from the bite of the fire to leave it alone." - Native American Proverb
-
in trying to use the wave class in a program, i had this error message. I need help on how to resolve it. Thanks error LNK2001: unresolved external symbol "public: struct tWAVEFORMATEX __thiscall CWave::GetFormat(void)const " (?GetFormat@CWave@@QBE?AUtWAVEFORMATEX@@XZ)
Make sure you are including the appropriate .lib file in your Imports
-
Make sure you are including the appropriate .lib file in your Imports