2003-12-15, 10:01
hello,
i have the following errors when building xbmc:
xbmc error lnk2019: unresolved external symbol "public: thiscall capplication::initialize(void)" (?initialize@capplication@@uaejxz)
xbmc error lnk2019: unresolved external symbol "public: bool thiscall capplication::initialize(void)" (?initialize@capplication@@uaejxz)
xbmc fatal error lnk1120: 2 unresolved externals
can anyone point me in the right direction as to what to change in the code? am i missing a dependency somewhere?
also, i had an error in ac97directsound.cpp that i overcame by forcing the getdelay return value to a float of 0.028. "return float(0.128)"
any help would be appreciated. thanks in advance...
i have the following errors when building xbmc:
xbmc error lnk2019: unresolved external symbol "public: thiscall capplication::initialize(void)" (?initialize@capplication@@uaejxz)
xbmc error lnk2019: unresolved external symbol "public: bool thiscall capplication::initialize(void)" (?initialize@capplication@@uaejxz)
xbmc fatal error lnk1120: 2 unresolved externals
can anyone point me in the right direction as to what to change in the code? am i missing a dependency somewhere?
also, i had an error in ac97directsound.cpp that i overcame by forcing the getdelay return value to a float of 0.028. "return float(0.128)"
any help would be appreciated. thanks in advance...