

can it view your own local webcam?
- Mar 21 2010
Great help! Thanks a lot! I have include curl/curl.h in qmmp.pro but still getting the same problem. Is there anything I'm missing?
Here's the snippet of my config
INCLUDEPATH += ../../../curl-7.19.6-devel-mingw32/include
HEADERS += recycler.h \
buffer.h \
constants.h \
decoder.h \
output.h \
outputfactory.h \
equ\iir_cfs.h \
equ\iir_fpu.h \
equ\iir.h \
decoderfactory.h \
soundcore.h \
streamreader.h \
downloader.h \
visual.h \
visualfactory.h \
effect.h \
effectfactory.h \
statehandler.h \
qmmp.h \
fileinfo.h \
volumecontrol.h \
../../../curl-7.19.6-devel-mingw32/include/curl/curl.h
- Aug 27 2009
Here's the snippet of my config
INCLUDEPATH += ../../../curl-7.19.6-devel-mingw32/include
HEADERS += recycler.h \
buffer.h \
constants.h \
decoder.h \
output.h \
outputfactory.h \
equ\iir_cfs.h \
equ\iir_fpu.h \
equ\iir.h \
decoderfactory.h \
soundcore.h \
streamreader.h \
downloader.h \
visual.h \
visualfactory.h \
effect.h \
effectfactory.h \
statehandler.h \
qmmp.h \
fileinfo.h \
volumecontrol.h \
../../../curl-7.19.6-devel-mingw32/include/curl/curl.h
- Aug 27 2009
Hi,
I'm trying to build this in Windows but I'm getting this error:
E:/Qt/qmmp-0.3.0/src/qmmp/downloader.h:28: curl/curl.h: No such file or directory
I went to curl.haxx.se but the site seems to be unavailable, anyone here has a copy of this curl thing? Thanks. - Aug 26 2009
I'm trying to build this in Windows but I'm getting this error:
E:/Qt/qmmp-0.3.0/src/qmmp/downloader.h:28: curl/curl.h: No such file or directory
I went to curl.haxx.se but the site seems to be unavailable, anyone here has a copy of this curl thing? Thanks. - Aug 26 2009
win\windowsregistry.cpp: In member function 'TCHAR* WindowsRegistry::ReadString(const TCHAR*, TCHAR*, const TCHAR*)':
win\windowsregistry.cpp:71: error: '_tcscpy_s' was not declared in this scope
win\windowsregistry.cpp: In member function 'bool WindowsRegistry::GetNextSubkey(TCHAR*)':
win\windowsregistry.cpp:181: error: '_tcscpy_s' was not declared in this scope
win\windowsregistry.cpp: In member function 'bool WindowsRegistry::GetSubkey(TCHAR*, int)':
win\windowsregistry.cpp:202: error: '_tcscpy_s' was not declared in this scope - Jun 04 2010