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 thing (because I need to simply add to srcfile1), the method does not work. dstfile is empty. Anyone have experience with FOX and this concatentation problem?
I'm open to other suggestions as well, including boost.