FOX toolkit, file concatentation

Posted by Robb on Stack Overflow See other posts from Stack Overflow or by Robb
Published on 2010-05-25T20:38:24Z Indexed on 2010/05/25 20:41 UTC
Read the original article Hit count: 372

Filed under:
|

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.

© Stack Overflow or respective owner

Related posts about c++

Related posts about fox