Displaying 1 result from an estimated 1 matches for "projecect".
Did you mean:
projecct
2002 Nov 20
2
Compiler Question (Link Error)
I'm working on creating a OGG file tagger using BCB6 and I have come
across a series of link-errors when attempting to compile:
[Linker Error] Unresolved external '_ov_open' referenced from
C:\PROJECECT\MAIN.OBJ
There one for _ov_comment, _ov_info, and a couple others as well. I
thought I'd already included all of the required libraries into the
correct file-- and have tried doing this over and over with many
variations.
Anyway, I'm guessing i havent done what I needed to. Can anyone...