Hello,
I am Rajesh, working as pb dev. I just want to know is there student free edition for PowerBuilder 2017? and I need v.10.5 PFC libraries, please respond me as soon as possible.
Thanks,
Rajesh
Hello,
I am Rajesh, working as pb dev. I just want to know is there student free edition for PowerBuilder 2017? and I need v.10.5 PFC libraries, please respond me as soon as possible.
Thanks,
Rajesh
Is this an existing app you needed newer pfc libraries for or are you trying to learn pfc by creating your own new app? It sounds like you might be just trying to open pfc_w_master directly, which is not how the pfc works. You probably should take a look at the pfc tutorials. If your application open event looks like this:
Open(pfc_w_master)
then you are way off and need to go through the tutorial on how to do a pfc app. Good luck.
I am facing one more error as follows, Please help me out.
As Rene said, you are missing a global variable, gnv_app. You would usually create your own app manager object by inheriting from n_cst_appmanger. If you are just migrating an existing PFC app that should've already been done or it would never work in the first place. You may be in over your head on this one, but I'd first look at your global variables, maybe it got commented out at some point. If not you need to find the appmanager object and specify a global variable of that type named gnv_app.
You need a global variable:
n_cst_appmanager gnv_app
Now I have all the PFC and PFE libraries still facing errors as follows.
See my comment below. It looks like you probably only got the PFC pbls based on the errors. You need the PFE pbls as well.
Hi Kevin, Thank you for the response. I am getting the following errors while full build after adding PFC libraries. Please let me know how to get ride of these errors?
Why would you want the 10.5 PFC with PB 2017? You should try to use the matching version.
Legally the only thing you can do is get the trial version of 2017.
PB 10.5 is the last version without some sort of license control so if you can find a copy of that, you can easily install it and pair it with PFC 10.5 for learning purposes.
Can I get PB v.12.5 full version for free?
Hi Raj;
Sorry, Appeon does not offer a free version at this time.
Regards ... Chris
Google is your friend in this case!
https://github.com/OpenSourcePFCLibraries/10.5
http://www.techno-kitten.com/PowerBuilder_Help/PFC_Notes/15-Minute_PFC_Learning_Curve/15-minute_pfc_learning_curve.html
https://www.scribd.com/document/109727788/Power-Builder-Fundation-Class