Which .dll?
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
Which .dll?
I am using the .dll for R&R XBASE in my application, which is Borland C++ Builder. Since I can^t link to a MS .dll directly, I had to modify the .dll, export the functions, and create an import library my app could recognize. Works fine. It has been so long I can^t remember which R&R .dll I did this to (I had to change the names). I am sure it is the one with the functions I call such as: SetFilter(), SetUserParamater(), etc. The reason I need to do this again is because I need to do the same thing for the SQL version of R&R and I needed to verify I used the correct .dll. I have 2 in my R&R XBASE setup (rrpd.dll and rrrpt32.dll). My question is: is rrrpt32.dll the one with all the user functions?____Thanks
=> RE: Which .dll?
Rrpd.dll has just our internal printer stuff. Rrrpt32.dll is the actual runtime DLL with the R&R functions.____Kathleen__R&R Support
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Which .dll?
I figured out it was rrrpt32.dll for XBASE (should have looked the first time!), but there is no rrrpt32.dll for SQL, what is the equivalent .dll for SQL?____Thanks,
-
- Posts: 170
- Joined: Tue Oct 10, 2017 12:44 pm
==> RE: Which .dll?-weirder
I just discovered my 8.1 XBASE version doesn^t have rrrpt32.dll either. I set up my app originally with XBASE version (6 or 7, can^t remember). I am still using the rrrpt32.dll from that version with 8.1 XBASE and it seems to work fine.____Guess my question is now expanded for XBASE 8.1, which .dll to use? Is it rrviewx.dll?____Thanks