Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tables won't work security #46

Closed
modelica-trac-importer opened this issue Jan 13, 2017 · 4 comments
Closed

tables won't work security #46

modelica-trac-importer opened this issue Jan 13, 2017 · 4 comments
Assignees
Labels
bug Critical/severe issue L: Blocks Issue addresses Modelica.Blocks P: highest Highest priority issue tool-issue Issue targets a specific Modelica tool only
Milestone

Comments

@modelica-trac-importer
Copy link

Reported by AHaumer on 7 Feb 2008 16:48 UTC

model Test 
  annotation (uses(Modelica(version="3.0")));
  Modelica.Blocks.Sources.CombiTimeTable combiTimeTable(table=[0,0; 1,1], 
    extrapolation=Modelica.Blocks.Types.Extrapolation.Periodic)
    annotation (Placement(transformation(extent={{-20,0},{0,20}})));
end Test;

Dymola's reply:

dsmodel.obj : error LNK2019: unresolved external symbol _ModelicaTables_CombiTimeTable_init referenced in function _Modelica_Blocks_Sources_CombiTimeTable_tableTimeInit_M
dsmodel.obj : error LNK2019: unresolved external symbol _ModelicaTables_CombiTimeTable_interpolate referenced in function _Modelica_Blocks_Sources_CombiTimeTable_tableTimeIpo_M
dsmodel.obj : error LNK2019: unresolved external symbol _ModelicaTables_CombiTimeTable_maximumTime referenced in function _Modelica_Blocks_Sources_CombiTimeTable_tableTimeTmax_M
dsmodel.obj : error LNK2019: unresolved external symbol _ModelicaTables_CombiTimeTable_minimumTime referenced in function _Modelica_Blocks_Sources_CombiTimeTable_tableTimeTmin_M
dymosim.exe : fatal error LNK1120: 4 unresolved externals
Error generating Dymosim.

Migrated-From: https://trac.modelica.org/Modelica/ticket/46

@modelica-trac-importer modelica-trac-importer added this to the MSL3.0 milestone Jan 13, 2017
@modelica-trac-importer modelica-trac-importer added bug Critical/severe issue L: Blocks Issue addresses Modelica.Blocks P: highest Highest priority issue labels Jan 13, 2017
@modelica-trac-importer
Copy link
Author

Comment by otter on 7 Feb 2008 19:00 UTC
See my email to Modelica_Design from Jan. 27, 12:31 where this problem is described and a temporary work-around given.

@modelica-trac-importer modelica-trac-importer changed the title tables won't work tables won't work security Jan 13, 2017
@modelica-trac-importer
Copy link
Author

Modified by otter on 16 Mar 2008 16:13 UTC

@modelica-trac-importer
Copy link
Author

Modified by ahaumer on 20 Dec 2016 16:46 UTC

@modelica-trac-importer
Copy link
Author

Changelog removed by ahaumer on 20 Dec 2016 16:46 UTC

@beutlich beutlich added the tool-issue Issue targets a specific Modelica tool only label Nov 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Critical/severe issue L: Blocks Issue addresses Modelica.Blocks P: highest Highest priority issue tool-issue Issue targets a specific Modelica tool only
Projects
None yet
Development

No branches or pull requests

3 participants