Click here to Skip to main content
15,893,337 members

Comments by PIR FAHIM SHAH (Top 5 by date)

PIR FAHIM SHAH 14-Jan-13 15:01pm View    
i have cv200.lib in its specific location like
project properties-->Linker-->input
here in this location i have add all the libraries name

PIR FAHIM SHAH 14-Jan-13 8:12am View    
@Richard MacCutchan: subdir.mk file is produce when i build my project for first time, but when i got error then i edit it, and then rebuild it. but still the error is not going to vanished
PIR FAHIM SHAH 14-Jan-13 7:40am View    
@Richard MacCutchan: I include the code as
g++ -I"C:\OpenCV2.0" -I"C:\OpenCV2.0\include" -O0 -g3 -Wall -c -fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@:%.o=%.d)" -o"$@" "$<"

but it still shows the previous error, and when i edit the file and make it build then my edit work is disappear, please give me correct code for above two line, and after edition what should i do, whether i should build or something other,please please
PIR FAHIM SHAH 14-Jan-13 7:03am View    
@Richard MacCutchan ! above is my subdir.mk file.
PIR FAHIM SHAH 14-Jan-13 7:02am View    
Deleted
Moved content to OP question.