Postby oscarml » 03 Nov 2005 11:58
hi
First of all I must say I'm just begining in programming.
I want to make a C program (well, C++ but I think the process is the same, isn`t it?) to control vlc, in the same way Lala wants.
I'm using dev-cpp, but I'm not sure about what I have to add in my project.
I've token this directories from vlc source code to my workspace (the place where I have my main program in c++ (the program which use VLC_Play, and other funtions).
./lib
./src
./include and
I've configured this in my project options
for library dir. -> ./lib
for include dir. -> ./include & ./include/vlc
for resource dir. -> ./src
When I try to compile my program, I've this message:
C:\Dev-Cpp\experimentos\CONTROL VLC\Makefile.win [Build Error]
No rule to make target `C:/Dev-Cpp/experimentos/CONTROL', needed by `control.o'. Stop.
Have I to change the vlc makefile? I hope I don't... I think that is easier than I'm trying to do
please... HELP