C++ code reversing problem

Hello,

I’ve got a problem with the code reverse functionality of VP. When I try to reverse my C++ code, an error occurs:

 #include <string>
#include <vector>
#include <exception>
using namespace std;

#ifndef __dd_h__
#define __dd_h__

class dd;

class dd
{
	private: double _x;

	public: void setx(double aXx);

	/// <summary>
	/// 获取x的值
	/// </summary>
	public: double getx();
};

#endif 

Hi Rednuclear,

Thanks for your post. I tried with your code with Instant Reverse > C++ in VP-UML but cannot repeat your problem. Would you mind sending me your source file(s) and the vp.log file (inside VPSuite/bin folder) for investigation? Thanks in advance!

*If you do not want the files to be accessed by public, please send to lilian@visual-paradigm.com

Best regards,
Lilian Wong

Hi Rednuclear (蒋吉昊),

Thanks for sending email to my mail box. I’ve forwarded the details to our engineers to follow-up. If there is any feedback about this issue, I’ll come back to you immediately.

P.S. I attached the image you sent me here for reference of this issue.

Best regards,
Lilian Wong

01.png

Hi Rednuclear (蒋吉昊),

I would like to let you know that we fixed the problem of reversing Simplified Chinese in documentation, please download the patch from the following and see if the problem is solved?
http://files2.visual-paradigm.com/200812/Patch/20081120n/VP_Suite_Windows_3_4_20081120n.exe

If there is anything I can help, please do not hesitate to ask.

Best regards,
Lilian Wong