Q
quat
I am getting the error:
error C4368: cannot define 'd3dPP' as a member of managed 'FormEx::Form1':
mixed types are not supported
I am trying to mixed managed and unmanaged code (d3dPP is unmanaged, where
the form is managed). Can I not have an unmanaged instance in a managed
class?
error C4368: cannot define 'd3dPP' as a member of managed 'FormEx::Form1':
mixed types are not supported
I am trying to mixed managed and unmanaged code (d3dPP is unmanaged, where
the form is managed). Can I not have an unmanaged instance in a managed
class?