#ifndef __CHECKDLL_H__ #define __CHECKDLL_H__ extern std::string g_devicedllpath; // where to put itsutils.dll on the device. bool CeCopyFileToDevice(const std::tstring& srcfile, const std::tstring& dstfile, bool bOverwrite=false); bool CeCopyDataToDevice(const ByteVector& data, const std::string& dstfile, bool bOverwrite=false); #endif