georges pletinckx 0 Posted April 20, 2023 (edited) Hi, I get the error mesage "Unit RpShell" not found. How can I solve this? I need RpShell, RpTable, RpDefine, RpBase, RpSystem Cheers Georges Edited April 20, 2023 by georges pletinckx Share this post Link to post
FPiette 382 Posted April 20, 2023 Just find the unit. For a better answer, explain the context ! Share this post Link to post
programmerdelphi2k 237 Posted April 20, 2023 (edited) 1 hour ago, georges pletinckx said: "Unit RpShell" not found. How can I solve this? this unit can be from RAVE REPORT ? if yes, you need: have it installed or inform the path of "source files .PAS or .DCU" in your Library Path in your Tools->Language-Delphi-Library -> Library Path (to PAS ou DCU files localization) and Browsing Path (to PAS files localization) Library Path used to compile your project (mandatory) Browsing Path used to Editor Code (for find all class/types and help you using Ctrl-Space for example) Edited April 20, 2023 by programmerdelphi2k Share this post Link to post
georges pletinckx 0 Posted April 20, 2023 I must reinstall it. Have you a link? Because I have no more account in Nevrona Share this post Link to post
georges pletinckx 0 Posted April 20, 2023 It's an old program made to calculate the values of forest parcels. I need to do some changes but I have no more access to my old installation Share this post Link to post
FPiette 382 Posted April 20, 2023 9 minutes ago, georges pletinckx said: I must reinstall it. Have you a link? Because I have no more account in Nevrona The download link is: https://www.nevrona.com/download/ Share this post Link to post
georges pletinckx 0 Posted April 20, 2023 thx but I have no more account by them... Share this post Link to post
georges pletinckx 0 Posted April 20, 2023 (edited) here is my file Calcul.pas Calcul.dfm Edited April 20, 2023 by georges pletinckx Share this post Link to post
programmerdelphi2k 237 Posted April 20, 2023 @georges pletinckx when you send any "pas" from Forms, it's necesary the "DFM" file too!, ex.: Calcul.pas + Calcul.dfm you got it? and yes, you needs Rave Report installed or if you have it, just update your Library Path as above. Share this post Link to post
KodeZwerg 54 Posted April 20, 2023 24 minutes ago, georges pletinckx said: I must reinstall it. Have you a link? Because I have no more account in Nevrona You should contact them, here you will not find/get the installation files. To write an email you do not need to have an account over there. Share this post Link to post
georges pletinckx 0 Posted April 20, 2023 I found and installed Rave4. But now, what to do? Share this post Link to post
programmerdelphi2k 237 Posted April 20, 2023 do it as I said above 1 hour ago, programmerdelphi2k said: have it installed or inform the path of "source files .PAS or .DCU" in your Library Path in your Tools->Language-Delphi-Library -> Library Path (to PAS ou DCU files localization) and Browsing Path (to PAS files localization) Library Path used to compile your project (mandatory) Browsing Path used to Editor Code (for find all class/types and help you using Ctrl-Space for example) Share this post Link to post
FPiette 382 Posted April 20, 2023 1 hour ago, georges pletinckx said: I found and installed Rave4. But now, what to do? Look at the documentation! It is available from https://www.nevrona.com/download/ You need to have a license. Contact them if you can't find your license anymore. Don't ask use to help you make an illegal use of their product. Share this post Link to post
Fr0sT.Brutal 900 Posted April 21, 2023 Rave has been shipped together with IDE for some time, probably you could use the latest IDE version where it was available. Share this post Link to post