Clear Filters
Clear Filters

Error: No source files were specified (-? for help).

3 views (last 30 days)
Mahmoud Safian
Mahmoud Safian on 3 Mar 2020
Commented: Rik on 17 Mar 2020
I am trying to generate a .Net sharedlib and dll file from MATLAB function, but I need to use only scripted commands without using the MATLAB compiler app,
because I need to add the dll generation onto a standalone app designed by me,
the cpommand that I was trying to test is :
mcc -W dotnet:VideoSearch_namespace,VideoSearchClass,0.0,Private,local -T link:lib VideoSearchE2.mlx
my function file is VideoSearchE2.mlx
it has only one class
  2 Comments
Rik
Rik on 17 Mar 2020
Comment posted as flag by Mahmoud Safian:
dear KALYAN ACHARJYA I use MATLAB R2019b, so I think that answer doesn't help, also I tried the alternative command for generating c++ dll file and it works, but now I neef to use this command to generate .Net dll file from my functions but there is no examples for this in the documentation only the command and its description, but no examples, so if you have any way to generate .Net dll file from my defined MATLAB functions but by scripted commands without using MATLAB Compiler app, please help me if you can

Sign in to comment.

Answers (0)

Categories

Find more on Get Started with MATLAB Compiler SDK in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!