Hi all,
Im trying to add in some code to the DSS4.1 However when I try to add in the
header files, for example, vector.h from the STL (Standard Template Library).
Has anyone any idea what I should do to include these files?
Thanks, rgds,
Nikki
#include <vector>
I get the following error!
Compiling...
QTSSFileModule.cpp
c:\ss41\darwinstreamingserversrc\commonutilitieslib\osmemory.h(124) : error
C2084: function 'void *__cdecl operator new(unsigned int,void *)' already has
a body
Error executing cl.exe.
Creating browse info file...
DSS.exe - 1 error(s), 0 warning(s)
Then if I try
#include <vector.h>
--------------------Configuration: StreamingServer - Win32
Debug--------------------
Compiling...
QTSSFileModule.cpp
c:\ss41\darwinstreamingserversrc\apimodules\qtssfilemodule\qtssfilemodule.cpp
(15) : fatal error C1083: Cannot open include file: 'vector.h': No such file
or directory
Error executing cl.exe.
Creating browse info file...
BSCMAKE: error BK1506 : cannot open file '.\Debug\QTSSFileModule.sbr': No such
file or directory
Error executing bscmake.exe.
DSS.exe - 2 error(s), 0 warning(s)
_______________________________________________
streaming-server-developers mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/streaming-server-developers
Do not post admin requests to the list. They will be ignored.