Hi all, I have made a new solution in visual studio 2008 and had compiled successfully the whole projects. But I can't compile the testProgs.
This is the output from the compiler Error 1 error LNK2001: unresolved external symbol "class DelayInterval __cdecl operator*(short,class DelayInterval const &)" (?...@ya?avdelayinterval@@FABV0@@Z) libBasicUsageEnvironment.lib testProgs Error 2 error LNK2019: unresolved external symbol "class DelayInterval __cdecl operator*(short,class DelayInterval const &)" (?...@ya?avdelayinterval@@FABV0@@Z) referenced in function "void __cdecl `dynamic initializer for 'DELAY_MINUTE''(void)" (??__EDELAY_MINUTE@@YAXXZ) testMPEG1or2VideoStreamer.obj testProgs Error 3 error LNK2001: unresolved external symbol "class DelayInterval __cdecl operator*(short,class DelayInterval const &)" (?...@ya?avdelayinterval@@FABV0@@Z) libBasicUsageEnvironment.lib testProgs Error 4 error LNK2001: unresolved external symbol "class DelayInterval __cdecl operator*(short,class DelayInterval const &)" (?...@ya?avdelayinterval@@FABV0@@Z) libBasicUsageEnvironment.lib testProgs Error 5 error LNK2001: unresolved external symbol "class DelayInterval __cdecl operator*(short,class DelayInterval const &)" (?...@ya?avdelayinterval@@FABV0@@Z) libBasicUsageEnvironment.lib testProgs Error 6 error LNK2001: unresolved external symbol "class DelayInterval const DELAY_SECOND" (?DELAY_SECOND@@3VDelayInterval@@B) libBasicUsageEnvironment.lib testProgs Error 7 error LNK2001: unresolved external symbol "class DelayInterval const DELAY_SECOND" (?DELAY_SECOND@@3VDelayInterval@@B) testMPEG1or2VideoStreamer.obj testProgs Error 8 error LNK2001: unresolved external symbol "class DelayInterval const DELAY_SECOND" (?DELAY_SECOND@@3VDelayInterval@@B) libBasicUsageEnvironment.lib testProgs Error 9 error LNK2001: unresolved external symbol "class DelayInterval const DELAY_SECOND" (?DELAY_SECOND@@3VDelayInterval@@B) libBasicUsageEnvironment.lib testProgs Error 10 error LNK2001: unresolved external symbol "class DelayInterval const DELAY_SECOND" (?DELAY_SECOND@@3VDelayInterval@@B) libBasicUsageEnvironment.lib testProgs Error 11 error LNK2019: unresolved external symbol "public: void __thiscall DelayQueue::handleAlarm(void)" (?handleal...@delayqueue@@QAEXXZ) referenced in function "protected: virtual void __thiscall BasicTaskScheduler::SingleStep(unsigned int)" (?singles...@basictaskscheduler@@ma...@z) libBasicUsageEnvironment.lib testProgs Error 12 error LNK2019: unresolved external symbol "public: class DelayInterval const & __thiscall DelayQueue::timeToNextAlarm(void)" (?timetonextal...@delayqueue@@QAEABVDelayInterval@@XZ) referenced in function "protected: virtual void __thiscall BasicTaskScheduler::SingleStep(unsigned int)" (?singles...@basictaskscheduler@@ma...@z) libBasicUsageEnvironment.lib testProgs Error 13 error LNK2019: unresolved external symbol "public: virtual __thiscall DelayQueue::~DelayQueue(void)" (??1DelayQueue@@u...@xz) referenced in function __unwindfunclet$??0BasicTaskScheduler0@@i...@xz$0 libBasicUsageEnvironment.lib testProgs Error 14 error LNK2019: unresolved external symbol "public: __thiscall DelayQueue::DelayQueue(void)" (??0DelayQueue@@q...@xz) referenced in function "protected: __thiscall BasicTaskScheduler0::BasicTaskScheduler0(void)" (??0BasicTaskScheduler0@@i...@xz) libBasicUsageEnvironment.lib testProgs Error 15 error LNK2019: unresolved external symbol "public: void __thiscall DelayQueue::addEntry(class DelayQueueEntry *)" (?adden...@delayqueue@@QAEXPAVDelayQueueEntry@@@Z) referenced in function "public: virtual void * __thiscall BasicTaskScheduler0::scheduleDelayedTask(__int64,void (__cdecl*)(void *),void *)" (?scheduledelayedt...@basictaskscheduler0@@uaepax_jp6ax...@z1@Z) libBasicUsageEnvironment.lib testProgs Error 16 error LNK2019: unresolved external symbol "protected: __thiscall DelayQueueEntry::DelayQueueEntry(class DelayInterval)" (??0DelayQueueEntry@@i...@vdelayinterval@@@Z) referenced in function "public: __thiscall AlarmHandler::AlarmHandler(void (__cdecl*)(void *),void *,class DelayInterval)" (??0AlarmHandler@@q...@p6axpax@Z0VDelayInterval@@@Z) libBasicUsageEnvironment.lib testProgs Error 17 error LNK2019: unresolved external symbol "protected: virtual void __thiscall DelayQueueEntry::handleTimeout(void)" (?handletime...@delayqueueentry@@MAEXXZ) referenced in function "private: virtual void __thiscall AlarmHandler::handleTimeout(void)" (?handletime...@alarmhandler@@EAEXXZ) libBasicUsageEnvironment.lib testProgs Error 18 error LNK2019: unresolved external symbol "public: virtual __thiscall DelayQueueEntry::~DelayQueueEntry(void)" (??1DelayQueueEntry@@u...@xz) referenced in function "public: virtual __thiscall AlarmHandler::~AlarmHandler(void)" (??1AlarmHandler@@u...@xz) libBasicUsageEnvironment.lib testProgs Error 19 error LNK2019: unresolved external symbol "public: class DelayQueueEntry * __thiscall DelayQueue::removeEntry(long)" (?removeen...@delayqueue@@QAEPAVDelayQueueEntry@@j...@z) referenced in function "public: virtual void __thiscall BasicTaskScheduler0::unscheduleDelayedTask(void * &)" (?unscheduledelayedt...@basictaskscheduler0@@uaexaa...@z) libBasicUsageEnvironment.lib testProgs Error 20 fatal error LNK1120: 11 unresolved externals C:\Users\Georgy\Documents\Visual Studio 2008\Projects\liveTest\Debug\testProgs.exe testProgs Hope for your help Georgy Steshin, image001 Hutsot Shefayim Shefayim Israel
<<image001.jpg>>
_______________________________________________ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel