This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I have some troubles in the bootable VxWorks application. I have to
instantiate a C++ constructor. This one is called in static because the
system is initializing :
static SeepCard card(SEEP_SeepCardPath);
This constructor inherits of an other class.
When I try to launch my application, the system becomes out of order with
this call.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |