cookyshi / libjingle

Automatically exported from code.google.com/p/libjingle
0 stars 0 forks source link

audio_stream_start could not be located in libortp-8.dll #247

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Integrate linphone media engine to libjingle.
2. Modify call example to use linphonemediaengin instead of filemediaengine.
3. Compilation is successful, but when I run the program, an error is thrown 
immediatly: the procedure entry point audio_stream_start could not be located 
in dynamic link library libortp-8.dll

What version of the product are you using? On what operating system?
Win 7
libjingle-0.6.0
liblinphone-win32-3.4.2

Please provide any additional information below.
I didn't compile linphone on my own computer. Instead, I use the dll and dll.a 
files from liblinphone-win32-3.4.2.zip package. I'm not sure if this is the 
problem, but the error is really weird. Function audio_stream_start should be 
included in libmediastreamer-0.dll. I don't know how the import library links 
audio_stream_start to libortp-8.dll.
Any help will be appreciated.

Original issue reported on code.google.com by tangketa...@gmail.com on 24 Nov 2011 at 1:24

GoogleCodeExporter commented 9 years ago
The problem is solved. It turns out that the dynamic library libortp-8.dll can 
only be used under Release mode. I think the problem is that libortp-8.dll is 
built under release mode, so on Visual Studio we also should use it under 
release mode.

Jun, please close this issue. Thanks.

Original comment by tangketa...@gmail.com on 19 Dec 2011 at 2:56

GoogleCodeExporter commented 9 years ago

Original comment by juberti@google.com on 21 Dec 2011 at 11:15