like this declaration:
private:
void Start(const wxString& file);
When insert the implementation, it's became to:
/** @brief Start
*
* @todo: document this function
*/
void Frame::Start(constwxString&file)
{
}
"constwxString&file" : It's seems lost the blank type.
No problems here (neither on debian 64-bit nor on winxp sp3).
fine here too. :D
see the screen shot.
(http://i50.tinypic.com/2chqa8j.jpg)
Find the reason, because ollydbg's patch.
fix now.
Quote from: Loaden on February 26, 2010, 02:39:06 PM
Find the reason, because ollydbg's patch.
fix now.
Which patch? What's wrong?
Quote from: ollydbg on February 26, 2010, 04:48:12 PM
my patch in parsertest project.
Is this fixed meanwhile in this project?