simulink builder getting dll
1 view (last 30 days)
Show older comments
Good afternoon!
I have a simulink model and I want to generate a dll file from it. In the model I have different S-Function that I compile using mex. But when I start generating a dll file the linker gives me a error. I think that the linker doesn´t find the .obj file, but the file it want to find is the .obj file of a cpp file that i used before creating mex.
I think the linker is searching for a file that i use in a SFunction.
If I don´t explain well, say and I will try again.
Thanks
0 Comments
Answers (0)
See Also
Categories
Find more on Simulink Coder 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!