- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I used IVF to convert a project from CVF. When I compiled it, it came out such an error:
MODSIM error LNK2019: unresolved external symbol _ABORT@8 referenced in function _MAIN__
The code is:
4123
CALL ABORT('MODSIM HAS ENDED')So which library shall Iuse if I want to use this 'abort' ? Thanks.
xiaowei
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Add USE IFPORT to the routine that calls ABORT. Either that, or change the calling convention to the default, instead of CVF which the converter set it to. (Also change the string length convention to be the default of "after all args".)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page