- Simone Olianti
- Beta Testing
- Thursday, 2 January 2025 10:12 AM UTC
Hello everyone and happy new year 2025!
I've tried to migrate my powerbuilder application to PB 2025 Beta (Build 3503) and converted it to a solution for testing purpouses
As i'm using PFC i have successfully integrated the new libraries already converted to solution from the official github opensource project.
Everything working as expected. I've only encountered an issue with a duplicated filename but once fixed looks like everything working fine from the IDE.
Anyway, when i try to build the .exe from the solution project i get several errors on the PFC .pbr references:
---------- Compiler: Errors (10:22:52)
[ERROR] The resource file 'pfcapsrv.pbl(d_timerlist)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_userlookup)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_templateupdate)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_groupverify)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_grouplookup)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_controllist)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_applookup)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_mruservice)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_messageprint)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_dirattrib)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_allcontrollist)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_definedmessages)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_valuesdddw)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_svalue)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_sortmulti)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_sortdragdrop)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_filtersimple)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_dwfunctioncategory)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_dwfunction)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_columnsdddw)' should be a file rather than a folder.
[ERROR] The resource file 'pfcdwsrv.pbl(d_columnnames)' should be a file rather than a folder.
[ERROR] The resource file 'pfcmain.pbl(d_progress)' should be a file rather than a folder.
[ERROR] The resource file 'pfcmain.pbl(d_printtree)' should be a file rather than a folder.
[ERROR] The resource file 'pfcmain.pbl(d_calendar)' should be a file rather than a folder.
[ERROR] The resource file 'pfcmain.pbl(d_calculator)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_sqlspyprint)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_dwproperty_srvresize)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_dwproperty_srvcal)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_dwproperty_services)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_dwproperty_multitable)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_dwproperty_linkageargs)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_dwproperty_dates)' should be a file rather than a folder.
[ERROR] The resource file 'pfcutil.pbl(d_debuglog)' should be a file rather than a folder.
[ERROR] The resource file 'pfcwnsrv.pbl(d_toolbars)' should be a file rather than a folder.
[ERROR] Failed to link c:\start2git\start.pbd.
[ERROR] The resource file 'pfcapsrv.pbl(d_definedmessages)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_applookup)' should be a file rather than a folder.
[ERROR] The resource file 'pfcapsrv.pbl(d_pfcsecurity_controllist)' should be a file rather than a folder.
Not sure if these references are still needed or not and if i'm doing it the right way.
Any suggestion would be highly appreciated.
TIA,
simone
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.