Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problems migrating from 5 to 7

0 views
Skip to first unread message

Andrew Ardron

unread,
Jul 14, 2000, 3:00:00 AM7/14/00
to
When trying to migrate our Pb5 application (which uses PFC extensively) we
tried to upgrade to a newer version and we get the following errors:

Library: C:\dev\PFC\PFCMAIN.PBL
Object: pfc_u_dw
pfc_u_dw Class Declaration
(0031): Error C0001: Illegal data type: s_printdlgattrib
Library: C:\dev\PFC\PFCAPSRV.PBL
Object: pfc_n_cst_platform
Forward Prototype Declarations
(0014): Error C0001: Illegal data type: s_printdlgattrib
Object: pfc_n_cst_platformwin32
External Function Declarations
(0030): Error C0001: Illegal data type: s_printdlgattrib
Object: pfc_n_cst_platformwin16
External Function Declarations
(0035): Error C0001: Illegal data type: s_printdlgattrib
Library: C:\dev\PFC\PFCDWSRV.PBL
Object: pfc_n_cst_dwsrv_querymode
Instance Variables
(0005): Warning C0190: Instance variables of local structure
type ('os_querymodeinfo') will be implicitly private in the next release.
Object: pfc_n_cst_dwsrv_multitable
Instance Variables
(0003): Warning C0190: Instance variables of local structure
type ('os_updcharacteristics') will be implicitly private in the next
release.
Object: pfc_n_cst_dwsrv_dropdownsearch
Instance Variables
(0003): Warning C0190: Instance variables of local structure
type ('os_columns') will be implicitly private in the next release.
Library: C:\dev\PFC\PFCMAIN.PBL
Object: pfc_u_rte
pfc_u_rte Class Declaration
(0025): Error C0001: Illegal data type: s_printdlgattrib
Object: pfc_u_tv
Instance Variables
(0007): Warning C0190: Instance variables of local structure
type ('os_datasource') will be implicitly private in the next release.
Library: C:\dev\PFC\PFCWNSRV.PBL
Object: pfc_n_cst_winsrv_sheetmanager
Instance Variables
(0004): Warning C0190: Instance variables of local structure
type ('os_sheet') will be implicitly private in the next release.
Object: pfc_n_cst_winsrv_statusbar
Instance Variables
(0028): Warning C0190: Instance variables of local structure
type ('os_dwobjects') will be implicitly private in the next release.
Object: pfc_w_toolbars
Instance Variables
(0007): Warning C0190: Instance variables of local structure
type ('os_toolbar') will be implicitly private in the next release.


We would be grateful for any assistance

Thanks

Andy

Roy Kiesler [TeamSybase]

unread,
Jul 14, 2000, 3:00:00 AM7/14/00
to
PFC 7.0 added autoinstatiated NVOs to replace object-level structures (which
are now implicitely private in acope, and thus are not accessible to
descendants -- you would have gotten warning messages had you migrated to
6.x first).

The long and the short of it is that you need to replace the 5.0 PFC PBLs
with the 7.0 PFC PBLs and synchronize the 5.0 PFE PBLs with the 7.0 PFE
PBLs.

--
pbm_hopethishelps,
Roy Kiesler [TeamSybase]
Sybase Developer Network (SDN) - http://sdn.sybase.com

"Andrew Ardron" <a...@databank.co.uk> wrote in message
news:Xnf04tZ7$GA....@forums.sybase.com...

0 new messages