R
roni
hi.
i have gc class written in manged c++ , some of his data members are
__nogc pointers for arrays,structs..
and in that gc class methods i call to the unmaganged dll i wrap .
my question is ,if it better design to create new __nogc class that will
have all the unmanged
code ,and the gc class will just forward the calls ?
or its ok that i have gc class with methods and data members that used for
the unmanaged dll im working with.
have a nice day.
i have gc class written in manged c++ , some of his data members are
__nogc pointers for arrays,structs..
and in that gc class methods i call to the unmaganged dll i wrap .
my question is ,if it better design to create new __nogc class that will
have all the unmanged
code ,and the gc class will just forward the calls ?
or its ok that i have gc class with methods and data members that used for
the unmanaged dll im working with.
have a nice day.