C++ global object constructors not being called.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

C++ global object constructors not being called.

Jump to solution
577 Views
mike1974
Contributor III

Hello,

 

Using KDS 2.0.0 and it appears as though the constructors for my global objects in C++ are not being called.  Presumably, this should happen at startup sometime before main().  I set the breakpoints in the constructors but they never get hit.

 

Anyone encounter this issue before?

 

Thanks

 

Mike

Labels (1)
0 Kudos
1 Solution
2 Replies
358 Views
BlackNight
NXP Employee
NXP Employee
0 Kudos
357 Views
mike1974
Contributor III

That fixed it thank you Erich

0 Kudos