I have this one in my Neuz.cpp file.
and then when i press "Encrypt" then i go to my "ResClient/Model" Folder theres no files in there.
Anyone? :confused:
Code:
void CNeuzApp::BeginLoadThread()
{
#ifdef __AES
CResFile::ScanResource("Model\\");
#else
CResFile::ScanResource("");
#endif
prj.LoadPreFiles();
m_hThread = (HANDLE)_beginthread(LoadProperty, 0, (LPVOID)this);
#if !defined(_DEBUG)
WaitLoading();
#endif
}
Anyone? :confused: