Hi Pawel!What exactly is the "problem" with the code? Is it crashing with a segmentation fault? If yes, have you checked if playlistInfoFile.c_str() is a null pointer in the cases?
Best regards, Sebastian Pawel wrote:
Hi, I had problem with loading playlist on one of my machines. This code failed. std::string playlistInfoFile = filename; std::ifstream verify( playlistInfoFile.c_str() , std::ios::in | std::ios::binary ); Really, I'm not sure why, but for fix this I change this to more proper QT style. Patch is in attachment. Please say is this OK or not, and apply if you can. Best Regards Xj ------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk _______________________________________________ Hydrogen-devel mailing list Hydrogen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
------------------------------------------------------------------------------ Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer http://p.sf.net/sfu/Zoho
_______________________________________________ Hydrogen-devel mailing list Hydrogen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/hydrogen-devel