Hi,
I am trying to #include an application tlb file in VC++ project.
Getting following compilation errors, after #import "CANoe.tlb" in my project source file. -
- unknown character '0x1'
- syntax error : missing ';' before identifier 'A'
- missing type specifier
- int assumed. Note: C++ does not support default-int
- '{' : missing function header (old-style formal list?)
Please suggest, if I am doing some wrong.
Also, is there a way to verify the .tlb file contents and resolve these errors. Is it possible to make corrections in tlb file ? If so, how do I create a updated tlb
Thanks in advance