Hi!

In FormShow I do the following:

Code:
  XenScreen.Init;
  boolAddSigned &#58;= &#40;XenScreen.FD3DDEVCAPS.TextureCaps and D3DTEXOPCAPS_ADDSIGNED&#41; <> 0;
  m_bCanDoAlphaBlend&#58;= &#40;&#40;XenScreen.FD3DDEVCAPS.SrcBlendCaps  and D3DPBLENDCAPS_SRCALPHA&#41; <> 0&#41; and
                       &#40;&#40;XenScreen.FD3DDEVCAPS.DestBlendCaps and D3DPBLENDCAPS_INVSRCALPHA&#41; <> 0&#41;;
  m_bMaxTextures&#58;=XenScreen.FD3DDEVCAPS.MaxTextureBlendStages;
  m_bCanDoTempTexture&#58;=XenScreen.FD3DDEVCAPS.PrimitiveMiscCaps and D3DPMISCCAPS_TSSARGTEMP<>0;
boolAddSigned is always false, the other things are working (others are true and MaxTextures .

I have a Radeon 9700 Pro. What is the problem?

Thanks,
Firle