E2202 Required Package 'designide' not found

rguillen

Member²
Hi team,
What do I need to do in order to compile a package using DOA in 64bit platform?

When I want to compile it I got the compiler message "PackageName. E2202 Required Package 'designide' not found" and the compiler goes to the line where DOA package is doa41d102.

Is there a special package version for 64bit?

Any direction will help.

DOA 4.1.3 in Delphi 10.2 tokyo

Kind Regards
 
Hi Marco,
Thanks for the post reference!
According to the post, I need to create a new run time package avoiding the design time packages (which are for 32 bits only), but Where can I find the source pas files?
My DOA Folder installation (C:\Program Files (x86)\Embarcadero\Studio\19.0\DOA) only include the DCU's files.

I need to include these one in the new package:
contains
OracleReg in 'OracleReg.pas',
OracleDesign in 'OracleDesign.pas',
OracleTools in 'OracleTools.pas',
OracleDefaults in 'OracleDefaults.pas' {OracleDefaultsForm},
OracleSeqFldEdit in 'OracleSeqFldEdit.pas' {SequenceFieldForm},
OracleExplorer in 'OracleExplorer.pas' {ExplorerForm},
OraclePreferences in 'OraclePreferences.pas' {PreferenceForm},
OracleSQLEdit in 'OracleSQLEdit.pas' {SQLEditForm},
OracleVarEdit in 'OracleVarEdit.pas' {VariablesForm},
OracleQBEEdit in 'OracleQBEEdit.pas' {QBEEditForm},
OracleDPColumnsEdit in 'OracleDPColumnsEdit.pas' {DirectPathColumnsForm};

Kind Regards
 
These source files are only available if you have included the "Source" option with your license purchase.
 
Back
Top