Torna indietro   Hardware Upgrade Forum > Software > Programmazione

Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre
Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre
L'abbonamento Ultimate di GeForce NOW ora comprende la nuova architettura Blackwell RTX con GPU RTX 5080 che garantisce prestazioni tre volte superiori alla precedente generazione. Non si tratta solo di velocità, ma di un'esperienza di gioco migliorata con nuove tecnologie di streaming e un catalogo giochi raddoppiato grazie alla funzione Install-to-Play
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco
Deebot X11 Omnicyclone implementa tutte le ultime tecnologie Ecovacs per l'aspirazione dei pavimenti di casa e il loro lavaggio, con una novità: nella base di ricarica non c'è più il sacchetto di raccolta dello sporco, sostituito da un aspirapolvere ciclonico che accumula tutto in un contenitore rigido
Narwal Flow: con il mocio orizzontale lava i pavimenti al meglio
Narwal Flow: con il mocio orizzontale lava i pavimenti al meglio
Grazie ad un mocio rotante che viene costantemente bagnato e pulito, Narwal Flow assicura un completo e capillare lavaggio dei pavimenti di casa. La logica di intellignza artificiale integrata guida nella pulizia tra i diversi locali, sfruttando un motore di aspirazione molto potente e un sistema basculante per la spazzola molto efficace sui tappeti di casa
Tutti gli articoli Tutte le news

Vai al Forum
Rispondi
 
Strumenti
Old 13-11-2006, 15:24   #1
1innominabile
Junior Member
 
Iscritto dal: Feb 2006
Messaggi: 4
[c++] Rtp Protocol problemi con libreria Jrtplib

Salve a tutti visto che sto sbattendo la testa da stamattina senza cavarne un ragno dal buco, spero che qualcuno tra i miliardi di miliardi di persone che affollano questo forum ce ne sia almeno uno che possa aiutarmi.
Sto utilizzando la libreria JRTPLIB scaricabile da questo sito, che in pratica sono delle librerie per C++ che implementano tutte le primitive più utili per instaurare una comunicazione col protocollo RTP.
Io lavoro col Visual c++ e Visual Studio .Net, e tali librerie funzionano anche in ambiente windows.
Il problema è il seguente: quando vado a fare il linking del Programma di esempio JRTPConsole.zip che si trova nella stesso sito delle librerie su indicate (in cui ho incluso in visual studio la path per andarsi a prendere la libreria generata dalle jrtplib e jthread) mi da i seguenti erroracci:
Linking...

ConsoleServer error LNK2001: simbolo esterno "public: __thiscall JMutex::~JMutex(void)" (??1JMutex@@QAE@XZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: __thiscall JMutex::~JMutex(void)" (??1JMutex@@QAE@XZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: __thiscall JMutex::~JMutex(void)" (??1JMutex@@QAE@XZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: __thiscall JMutex::JMutex(void)" (??0JMutex@@QAE@XZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: int __thiscall JMutex::Init(void)" (?Init@JMutex@@QAEHXZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: int __thiscall JMutex::Init(void)" (?Init@JMutex@@QAEHXZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: int __thiscall JMutex::Lock(void)" (?Lock@JMutex@@QAEHXZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: int __thiscall JMutex::Lock(void)" (?Lock@JMutex@@QAEHXZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: int __thiscall JMutex::Unlock(void)" (?Unlock@JMutex@@QAEHXZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: int __thiscall JMutex::Unlock(void)" (?Unlock@JMutex@@QAEHXZ) non risolto
ConsoleServer error LNK2001: simbolo esterno "public: virtual __thiscall JThread::~JThread(void)" (??1JThread@@UAE@XZ) non risolto
ConsoleClient error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) bool __cdecl std::operator<(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??Mstd@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) non risolto nella funzione "public: void __thiscall std::list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::merge(class std::list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?merge@?$list@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@QAEXAAV12@@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) bool __cdecl std::operator<(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??Mstd@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) non risolto nella funzione "public: void __thiscall std::list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::merge(class std::list<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > > &)" (?merge@?$list@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@V?$allocator@V?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@2@@std@@QAEXAAV12@@Z)
ConsoleClient error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) bool __cdecl std::operator==(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??8std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) non risolto nella funzione "public: virtual int __thiscall RTPUDPv4Transmitter::GetLocalHostName(unsigned char *,unsigned int *)" (?GetLocalHostName@RTPUDPv4Transmitter@@UAEHPAEPAI@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) bool __cdecl std::operator==(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (__imp_??8std@@YA_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@0@Z) non risolto nella funzione "public: virtual int __thiscall RTPUDPv4Transmitter::GetLocalHostName(unsigned char *,unsigned int *)" (?GetLocalHostName@RTPUDPv4Transmitter@@UAEHPAEPAI@Z)
ConsoleClient error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) non risolto nella funzione "public: void __thiscall RTPPollThread::Stop(void)" (?Stop@RTPPollThread@@QAEXXZ)
ConsoleServer error LNK2019: riferimento al simbolo esterno "__declspec(dllimport) class std::basic_ostream<char,struct std::char_traits<char> > & __cdecl std::operator<<(class std::basic_ostream<char,struct std::char_traits<char> > &,char const *)" (__imp_??6std@@YAAAV?$basic_ostream@DU?$char_traits@D@std@@@0@AAV10@PBD@Z) non risolto nella funzione "public: void __thiscall RTPPollThread::Stop(void)" (?Stop@RTPPollThread@@QAEXXZ)
ConsoleClient error LNK2019: riferimento al simbolo esterno "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??Hstd@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z) non risolto nella funzione "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl RTPGetErrorString(int)" (?RTPGetErrorString@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl std::operator+(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (??Hstd@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@0@ABV10@0@Z) non risolto nella funzione "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl RTPGetErrorString(int)" (?RTPGetErrorString@@YA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "protected: void __thiscall JThread::ThreadStarted(void)" (?ThreadStarted@JThread@@IAEXXZ) non risolto nella funzione "private: virtual void * __thiscall RTPPollThread::Thread(void)" (?Thread@RTPPollThread@@EAEPAXXZ)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: __thiscall JMutex::JMutex(void)" (??0JMutex@@QAE@XZ) non risolto nella funzione "public: __thiscall RTPSession::RTPSession(class RTPMemoryManager *)" (??0RTPSession@@QAE@PAVRTPMemoryManager@@@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: __thiscall JMutex::JMutex(void)" (??0JMutex@@QAE@XZ) non risolto nella funzione "public: __thiscall RTPUDPv4Transmitter::RTPUDPv4Transmitter(class RTPMemoryManager *)" (??0RTPUDPv4Transmitter@@QAE@PAVRTPMemoryManager@@@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: __thiscall JThread::JThread(void)" (??0JThread@@QAE@XZ) non risolto nella funzione "public: __thiscall RTPPollThread::RTPPollThread(class RTPSession &,class RTCPScheduler &)" (??0RTPPollThread@@QAE@AAVRTPSession@@AAVRTCPScheduler@@@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: bool __thiscall JThread::IsRunning(void)" (?IsRunning@JThread@@QAE_NXZ) non risolto nella funzione "public: int __thiscall RTPPollThread::Start(class RTPTransmitter *)" (?Start@RTPPollThread@@QAEHPAVRTPTransmitter@@@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: int __thiscall JMutex::Init(void)" (?Init@JMutex@@QAEHXZ) non risolto nella funzione "private: int __thiscall RTPSession::InternalCreate(class RTPSessionParams const &)" (?InternalCreate@RTPSession@@AAEHABVRTPSessionParams@@@Z)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: int __thiscall JMutex::Lock(void)" (?Lock@JMutex@@QAEHXZ) non risolto nella funzione "public: unsigned int __thiscall RTPSession::GetLocalSSRC(void)" (?GetLocalSSRC@RTPSession@@QAEIXZ)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: int __thiscall JMutex::Unlock(void)" (?Unlock@JMutex@@QAEHXZ) non risolto nella funzione "public: unsigned int __thiscall RTPSession::GetLocalSSRC(void)" (?GetLocalSSRC@RTPSession@@QAEIXZ)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: int __thiscall JThread::Kill(void)" (?Kill@JThread@@QAEHXZ) non risolto nella funzione "public: void __thiscall RTPPollThread::Stop(void)" (?Stop@RTPPollThread@@QAEXXZ)
ConsoleServer error LNK2019: riferimento al simbolo esterno "public: int __thiscall JThread::Start(void)" (?Start@JThread@@QAEHXZ) non risolto nella funzione "public: int __thiscall RTPPollThread::Start(class RTPTransmitter *)" (?Start@RTPPollThread@@QAEHPAVRTPTransmitter@@@Z)
ConsoleServer fatal error LNK1120: 15 esterni non risolti
ConsoleClient fatal error LNK1120: 4 esterni non risolti

E La mia Tesi Decollaaaaa!
1innominabile è offline   Rispondi citando il messaggio o parte di esso
 Rispondi


Prova GeForce NOW upgrade Blackwell: il cloud gaming cambia per sempre Prova GeForce NOW upgrade Blackwell: il cloud ga...
Ecovacs Deebot X11 Omnicyclone: niente più sacchetto per lo sporco Ecovacs Deebot X11 Omnicyclone: niente più...
Narwal Flow: con il mocio orizzontale lava i pavimenti al meglio Narwal Flow: con il mocio orizzontale lava i pav...
Panasonic 55Z95BEG cala gli assi: pannello Tandem e audio senza compromessi Panasonic 55Z95BEG cala gli assi: pannello Tande...
HONOR Magic V5: il pieghevole ultra sottile e completo! La recensione HONOR Magic V5: il pieghevole ultra sottile e co...
Dead Island 3 potrebbe essere già...
Nuova Lancia Ypsilon Rally2 HF Integrale...
Meta e TikTok vincono la sfida legale co...
Silent Hill f: svelato il peso in GB e p...
iPhone 17, Air, 17 Pro e Pro Max: TUTTI ...
YouTube Music mette i testi delle canzon...
Dreame Aqua10 Ultra Roller scende di pre...
Revolut raggiunge i 4 milioni di clienti...
Le serie GTA e CoD dominano la classific...
James Dyson Award Italia 2025: il proget...
Google AI Plus è il nuovo piano low cost...
Nikon ZR è la prima cinema camera...
Sony lancia PlayStation Family: l'app ch...
Windows: Microsoft risolve finalmente i ...
Huawei punta sul mercato auto europeo: i...
Chromium
GPU-Z
OCCT
LibreOffice Portable
Opera One Portable
Opera One 106
CCleaner Portable
CCleaner Standard
Cpu-Z
Driver NVIDIA GeForce 546.65 WHQL
SmartFTP
Trillian
Google Chrome Portable
Google Chrome 120
VirtualBox
Tutti gli articoli Tutte le news Tutti i download

Strumenti

Regole
Non Puoi aprire nuove discussioni
Non Puoi rispondere ai messaggi
Non Puoi allegare file
Non Puoi modificare i tuoi messaggi

Il codice vB è On
Le Faccine sono On
Il codice [IMG] è On
Il codice HTML è Off
Vai al Forum


Tutti gli orari sono GMT +1. Ora sono le: 14:05.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Served by www3v