#ifndef DLLTOEXE_H #define DLLTOEXE_H bool dllToExe( const char *exe_file,const char *dll_file,const char *entry ); #endif