Torna indietro   Hardware Upgrade Forum > Software > Programmazione

MSI Maestro 500 Wireless: ANC e 90 ore di autonomia a 70 euro
MSI Maestro 500 Wireless: ANC e 90 ore di autonomia a 70 euro
Wireless 2.4 GHz, Bluetooth 5.4, cancellazione attiva del rumore, design pieghevole e un'autonomia che mette in imbarazzo prodotti che costano il doppio. Le Maestro 500 non eccellono in nulla, ma offrono tutto. E a questo prezzo è difficile chiedere di più
NL-LC1 è il primo dissipatore a liquido AIO di Noctua: silenzio è la parola d'ordine
NL-LC1 è il primo dissipatore a liquido AIO di Noctua: silenzio è la parola d'ordine
Dopo anni di attesa e una lunga fase di sviluppo, Noctua entra nel mercato dei dissipatori a liquido AIO con la nuova serie NL-LC1. Forte dell'esperienza maturata nel raffreddamento ad aria, l'azienda austriaca promette di portare la propria filosofia fatta di qualità costruttiva, attenzione ai dettagli e silenziosità anche in questo segmento. Abbiamo provato il nuovo sistema per scoprire se riesce a distinguersi in un mercato ormai molto competitivo.
Boox Go 10.3 (Gen II) Lumi: il tablet e-ink con Android 15 e penna, dal prezzo super
Boox Go 10.3 (Gen II) Lumi: il tablet e-ink con Android 15 e penna, dal prezzo super
Arrivato sul mercato italiano a fine marzo, la serie Boox Go 10.3 (Gen II) offre Android 15, penna da 4096 livelli e retroilluminazione opzionale (nel modello da noi provato, Lumi, presente). La serie si compone di due tablet ePaper che fanno da e-reader, blocco note digitale e persino browser, tutto a un prezzo che fa dimenticare i prodotti di brand più blasonati
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


MSI Maestro 500 Wireless: ANC e 90 ore di autonomia a 70 euro MSI Maestro 500 Wireless: ANC e 90 ore di autono...
NL-LC1 è il primo dissipatore a liquido AIO di Noctua: silenzio è la parola d'ordine NL-LC1 è il primo dissipatore a liquido A...
Boox Go 10.3 (Gen II) Lumi: il tablet e-ink con Android 15 e penna, dal prezzo super Boox Go 10.3 (Gen II) Lumi: il tablet e-ink con ...
Gigabyte MO32U24 OLED: il 4K a 240Hz su un pannello OLED ideale per il gaming Gigabyte MO32U24 OLED: il 4K a 240Hz su un panne...
Recensione realme 16 5G: lo smartphone con Selfie Mirror ha una batteria da 6550mAh Recensione realme 16 5G: lo smartphone con Selfi...
Google Home Speaker ufficiale: è il prim...
Spotify: i nomi utente stanno per divent...
Il limite vero dei data center AI sono g...
AMD conferma i nuovi Threadripper: Zen 6...
Stop all'ADSL per WindTre: continua la m...
HPE punta sull'IA agentica e dichiara gu...
macOS avvisa quando si incolla un comand...
Everpure ridisegna lo storage per l’IA: ...
NVIDIA RTX Remix 1.5: realizzare remaste...
Come configurare Windows 11 like a pro, ...
Windows 11 cambia finalmente la gestione...
Arianespace: lanciata la missione Amazon...
iPhone 17 escluso dalle funzioni AI più ...
Rokarolla, il trojan Android che ruba cr...
Qwen-Robot Suite: la strategia di Alibab...
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: 16:43.


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