Info

This question is closed. Reopen it to edit or answer.

Compiler Errors of Matlab 2014a

1 view (last 30 days)
Guohua
Guohua on 12 Aug 2014
Closed: MATLAB Answer Bot on 20 Aug 2021
I am using the deploytool of Matlab 2014a version to compile a standalone *.exe program. The compiler keeps telling me the following error:
Undefined variable "hwconnectinstaller" or class "hwconnectinstaller.PackageInstaller".
Error in matlab.depfun.internal.requiredSupportPackages (line 17) pkgInstaller = hwconnectinstaller.PackageInstaller;
Error in matlab.depfun.internal.filesAndSupportPackages (line 17) depsupportpackagelist = matlab.depfun.internal.requiredSupportPackages(depfileslist, depproductname);
Does anyone have ideas on this? Thanks,

Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!