On sexta-feira, 30 de agosto de 2013 16:00:17, Michael Jackson wrote: > Thanks for the nice explanations. In some places we use FILE*, some > iostream, some custom file. There are other places that we use the HDF5 > library and it is "C" based and takes "char*" for all of its "string" type > arguments. Was hoping for a nice global "search and replace" but I'll have > to take it line by line.
As I said in the other email, if you're going to run this code on Windows, you should stop using fopen and iostreams. You can continue using _wfopen, which is a Windows-specific function. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest