Closed pallas1 closed 8 years ago
Please check v0.8.4.2 Patch 3's commit as it was applied as a fix for the compilation issue.
Details:
//TODO: CORRECT THIS
QString runcheck = QDir::homePath() + "/AppData/Roaming/ESP/chk.file";
QString runcheck = QDir::currentPath() + "/chk.file";
QFile rcheck(runcheck);
if(rcheck.open(QIODevice::ReadWrite))
{
QTextStream saturate(&rcheck);
saturate << "Temp File that flags launcher" << endl;
}
Same problem in db.cpp
Got it, working on it.
Corrected the second file. Double checked to make sure that the daemon files are defined for windows now.
init.cpp:31:23: fatal error: QTextStream: No such file or directory
while doing make -f makefile.unix from src/