• #include does not work!
    Hi all, as a preparatory exercise in studies I created the following source code: #include<Euro_535.h> // Registernamen void Main (void) { int zaehler; int k; int entprellzeit; k = 0; entprellzeit...
  • #include does not work!
    Hi all, as a preparatory exercise in studies I created the following source code: #include<Euro_535.h> // Registernamen void Main (void) { int zaehler; int k; int entprellzeit; k = 0; entprellzeit...
  • Cpp Objects not getting included in hex file
    Hi, My project consists of c and c++ libraries. main function is in c source file. Whenever i am trying to call c++ functions, it is compiling and linking without errors. But c++ object are getting...
  • Cpp Objects not getting included in hex file
    Hi, My project consists of c and c++ libraries. main function is in c source file. Whenever i am trying to call c++ functions, it is compiling and linking without errors. But c++ object are getting...
  • including .a static file problem, does not compile
    Hey, I tried including a .a static library file and it fails to compile it Any ideas on how to properly do it? Thanks!