FOX toolkit, file concatentation
- by Robb
I'm using the FOX Toolkit and C++ to develop a GUI. I'm Having an issue with the FXFile::concat(...) command. The method looks like:
FXFile::concat(const FXString & srcfile1,
const FXString & srcfile2,
const FXString & dstfile,
FXbool overwrite = false
And when I call it with the srcfile1 and dstfile being the same…