dbc-interface
dbc-interface copied to clipboard
Error Handling
Anny small error in fille is fatal for the parser
You need to check a DBC file whether it has VECTOR__INDEPENDENT_SIG_MSG or not. If DBC file has that signal (actually not assigned to Message) , it will be happened this error. otherwise it will be worked fine. Basically this class library does not have ignoring routine regarding that signals.
if (Msg_Name == "VECTOR__INDEPENDENT_SIG_MSG") continue;
CM_ BO_ 3221225472 "This is a message for not used signals, created by Vector CANdb++ DBC OLE DB Provider.";