Page 1 of 1

Rules file DLL.rules not found

Posted: 11 Aug 2015 16:20
by PERRAUD
Hello,

Il have and use VP V7.0.
I try the new version 7.5. My project 7.0 is a DLL.

When i load my project with VP 7-5, i have the message: 'Rules file'DLL.rules not found for path ....\bin\_rules'
effectively, only files consoles.rules and GUI.rules are present.

How to do please ?

thank you for your help.

Posted: 11 Aug 2015 18:49
by Thomas Linder Puls
If you use the Personal Edition then that is the reason, the Personal Edition cannot create DLL's.

Posted: 12 Aug 2015 7:25
by PERRAUD
Ok, but I would vip7-5 test before ordering the commercial version. It's about whether I can easily migrate my project VP7.0 7.5, and make sure everything works, and study what will bring me this new version, before investing. How so?
Thank you.

Posted: 12 Aug 2015 8:13
by Thomas Linder Puls
You will have to do the evaluation in an EXE project.

The code in your DLL project can easily be added to an EXE project (except the main file). This will not make something that run your code, but it can be used for compiling it.

If you want to use this approach, I suggest you make the EXE project in 7.0 so that you start with something that can compile.