Login Page - Create Account

Support Board


Date/Time: Tue, 23 Apr 2024 12:11:55 +0000



Post From: std::map is causing CPU exception

[2021-04-21 06:50:44]
User907968 - Posts: 802
############## Creating object in sc.SetDefaults #################

Don't do this, refer - ACSIL Programming Concepts: Dynamic Memory Allocations Within Study Instance

Also read - ACSIL Programming Concepts: Allocating Memory for Classes

and
testObj.inputValue(1.0, 1.0)

should be
testObj->inputValue(1.0, 1.0)

but I guess that might just be a typo in the post.

I tried the Sierra remote build and it works fine.
I did read this, but when you buid in VS, why not build for debug and locate the cause of the exception using debugger?