I had this problem:
I compile a class "A" as a static windows lib (.lib), using DSSS.
In the application i get missing symbol _D48TypeInfo_...__initZ.
The lib contains the symbols of the class, and also a ...__initZ, but not a single symbol, starting with "TypeInfo".
This linker error is triggered by using arrays of A. The first expression, accessing the member "A[] a; a[0];".
I hope this is enough information to localize the problem.
Comment #1 by smjg — 2007-09-29T08:11:43Z
It isn't:
- Any chance of a testcase?
- Please report error messages in full.
- What exact command are you using to try to link your app?
Comment #2 by benoit — 2007-09-29T08:24:17Z
(In reply to comment #1)
> It isn't:
>
> - Any chance of a testcase?
> - Please report error messages in full.
> - What exact command are you using to try to link your app?
>
Since it is about five months i reported this, i have no glue what it was about.
So I set this report to invalid.