ReportPro 3.39 and EFL

This forum is meant for questions and discussions about the XSharp Tools libraries, which contain code written by XSharp users that they want to share with others,
The development team is not responsible for this code

Moderator: wriedmann

Jan@share.be
Posts: 60
Joined: Mon Nov 02, 2015 8:51 pm

ReportPro 3.39 and EFL

Post by Jan@share.be »

Hi

Does the Xsharp version of Reportpro still supports EFL's?

I used Voporter to translate my old VO library: no problem
I created the DLL (with Xsharp V2.18.04) : no problem

But Reportpro doesn' start when I add

[Functionlibs]
LIB1=WPRP2.DLL

to the Ini file.

So, what's next?

thanx

Jan
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: ReportPro 3.39 and EFL

Post by robert »

Jan,

Yes, it should. However, you will have to compile the EFL with X# too.

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Jan@share.be
Posts: 60
Joined: Mon Nov 02, 2015 8:51 pm

Re: ReportPro 3.39 and EFL

Post by Jan@share.be »

Robert

that is what i did.

compiled with X# (V2.18).
placed the DLL in de BIN directory of Reportpro.

Do I need to register it somewhere?

Jan
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: ReportPro 3.39 and EFL

Post by robert »

Jan,
That should work.
Can you send me the DLL ?

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Jan@share.be
Posts: 60
Joined: Mon Nov 02, 2015 8:51 pm

Re: ReportPro 3.39 and EFL

Post by Jan@share.be »

DLL as attachment
Attachments
WPRP2.zip
(5 KiB) Downloaded 44 times
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: ReportPro 3.39 and EFL

Post by robert »

Jan,
I have copied your DLL to the RP folder and added the following entry to rpwin.ini


[FunctionLibs]
LIB1=WPRP2.DLL


Then the DLL gets loaded and your functions min2str() and str2min() etc are available in the expression builder dialog

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Jan@share.be
Posts: 60
Joined: Mon Nov 02, 2015 8:51 pm

Re: ReportPro 3.39 and EFL

Post by Jan@share.be »

Robert

When I do the same thing, reportpro does not start.

I copied the DLL to Reportpro\bin
I added the lines in rpwin.ini

after that, reportpro does no longer start.

I suppose I'm missing some DLL or so.

jan
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: ReportPro 3.39 and EFL

Post by robert »

Jan,

Now I see that you write ReportPro 3.39. Is that version compiled against the X# runtime or against the Vulcan runtime?
Or is that still a VO product?

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Jan@share.be
Posts: 60
Joined: Mon Nov 02, 2015 8:51 pm

Re: ReportPro 3.39 and EFL

Post by Jan@share.be »

Reportpro for Xsharp (V3.39.0.4)

maybe I have to try a more recent version?
The reports I create work fine in my Xsharp-translated app
User avatar
robert
Posts: 4225
Joined: Fri Aug 21, 2015 10:57 am
Location: Netherlands

Re: ReportPro 3.39 and EFL

Post by robert »

Jan,

I cannot remember that we released a 3.39 for X#.
Can mail me the ReportPro3.exe ?

Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
Post Reply