TurboPack / MustangpeakVirtualshellTools

Delphi and CBuilder Components to create Explorer type programs
Other
49 stars 24 forks source link

Undeclared identifier: 'TNamespace' #32

Closed NettixCode closed 1 year ago

NettixCode commented 1 year ago

when i add event onshellexecute i got an error

procedure AppListShellExecute(Sender: TCustomVirtualExplorerTree;
  Namespace: TNamespace; var WorkingDir, CmdLineArgument: string;
  var Allow: Boolean);

[dcc32 Error] Main.pas(39): E2003 Undeclared identifier: 'TNamespace' and [dcc32 Error] Main.pas(186): E2005 'TNamespace' is not a type identifier

how to fix this ? i used 10.4 sydney