Setting Up VS to build GST apps on Windows

Wes Miller wmiller at sdr.com
Thu Jul 14 09:07:20 PDT 2011


Hi All,

I installed the OSSBuild gstreamer MSIs for GSTreamer and GStreamer-dev on
my XP.  I created a VS project and find that i have to have there include
directories added (s0 far)

"c:\Program Files\OSSBuild\GStreamer\v0.10.6\sdk\include\gstreamer-0.10\gst"
"C:\Program Files\OSSBuild\GStreamer\v0.10.6\sdk\include\glib-2.0"
"C:\Program Files\OSSBuild\GStreamer\v0.10.6\sdk\include\gstreamer-0.10"
"C:\Program Files\OSSBuild\GStreamer\v0.10.6\sdk\include\libxml2"
"C:\Program Files\OSSBuild\GStreamer\v0.10.6\sdk\include"

But I still can't get the linking to work.

Error	1	error LNK2019: unresolved external symbol _g_main_loop_new
referenced in function "public: __thiscall CIPComDLL::CIPComDLL(void)"
(??0CIPComDLL@@QAE at XZ)	IPComDLL.obj	IPComDLL

Error	2	error LNK2019: unresolved external symbol _gst_init referenced in
function "public: __thiscall CIPComDLL::CIPComDLL(void)"
(??0CIPComDLL@@QAE at XZ)	IPComDLL.obj	IPComDLL

I tried adding these as link library locations:

"C:\Program Files\OSSBuild\GStreamer\v0.10.6\sdk\lib"
"C:\Program Files\OSSBuild\GStreamer\v0.10.6\sdk"


So, can anyone tell me what paths to use for Additional Library Directories?

Are there any other items I need to all to get my program to compile?

Thanks,

Wesley




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Setting-Up-VS-to-build-GST-apps-on-Windows-tp3668016p3668016.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list