starting new VS project

leon dudi.reuveni at comm-it.co.il
Wed Apr 2 03:48:00 PDT 2014


cheers!

Im trying to open new project with visual studio 2010
the version I want to use is 1.0.

so, those are the steps I used to do that:

1. installed windows DDK 7.1.0 
2. opened (I tried regular and gstreamer SDK) new project with VS-2010
3. added x86_64.props (from C:\gstreamer\1.0\x86_64\share\vs\2010\msvc)
4. added gstreamer-1.0.props (from
C:\gstreamer\1.0\x86_64\share\vs\2010\libs)
5. changed the working directory to "C:\gstreamer\1.0\x86_64\bin"
6. copied the basic code (Hello World) from here- 
http://docs.gstreamer.com/pages/viewpage.action?pageId=327735
<http://docs.gstreamer.com/pages/viewpage.action?pageId=327735>  



I did exactly the same thing but with 0.10  (and it worked) and now, with
1.0, when I build the code I get these errors:

Error	1 error LNK2019: unresolved external symbol _gst_object_unref
referenced in function _main	
Error	2 error LNK2019: unresolved external symbol
_gst_bus_timed_pop_filtered referenced in function _main	
Error	3 error LNK2019: unresolved external symbol _gst_element_get_bus
referenced in function _main	
Error	4 error LNK2019: unresolved external symbol _gst_element_set_state
referenced in function _main	
Error	5 error LNK2019: unresolved external symbol _gst_parse_launch
referenced in function _main	
Error	6 error LNK2019: unresolved external symbol _gst_init referenced in
function _main	
Error	7 error LNK2019: unresolved external symbol _gst_mini_object_unref
referenced in function _gst_message_unref	
Error	8 error LNK1120: 7 unresolved externals

I will be happy for some guidance.
Leon.




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/starting-new-VS-project-tp4666251.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list