Instant reverse C++ code and __declspec( dllexport )

Bonjour,

We encapsulate many of our class in DLLs. So to sucessufly export our class from the DLL we must use the following class decleration:

class __declspec( dllexport ) ClassName

For the moment, the instant reverse ignore such class.

So, it is possible, in a futur release, to support these kind of class decleration ?

Thank you, Sylvain Comtois

Hi Sylvain Comtois,

Thanks for your post. Would you mind to attach a sample to reproduce your problem? Thanks in advance!

Best regards,
Lilian Wong

Bonjour Lilian,

This is a sample header file with the __declspec( dllexport) keyword.

Thank you, Sylvain Comtois

Hi user,

I’m sorry that I cannot find any attachment in your post, would it be you forgot to attach it?

Best regards,
Lilian Wong

Bonjour Lilian,

I send you the file by email.

Thank you, Sylvain Comtois

Hi Sylvain Comtois,

Thanks for the file. I’ve forwarded the issue to our engineers to follow-up, and will come back to you once there is any feedback.

Best regards,
Lilian Wong

Hi Sylvain Comtois,

Sorry for the delay. We fixed the problem in Instant Reverse for C++ code which includes the keyword __declspec( dllexport ). Please find the latest patch from the following link:
http://files2.visual-paradigm.com/200904/Patch/sp2_20090411c/VP_Suite_Windows_3_4_sp2_20090411c.exe

Please feel free to contact me if there is anything I can help.

Best regards,
Lilian Wong

Bonjour Lilian,

Thank you for the fix.

Sylvain

Hi Sylvain Comtois,

You are welcome.

Best regards,
Lilian Wong

Hi. I am using V12.0 (Build 20151101) and the problem mentioned above has returned. Is there any way we can permanently fix the problem?