T
The unProfessional
In my current project (my first project using vc w/ managed extensions), I'm
directly #using <mscorlib.dll>, so it's necessary for me to use the __nogc
and __gc constructs when defining classes or structs.
The concept seems simple... some classes are managed, some aren't. I'm just
wondering if there are any major caveats here... anything I need to take
into consideration or keep an eye on.
I'm only using managed extensions so I can harness easy GUI creation... in
order words, no MFC or direct WinAPI stuff. But in terms of logic, I'd like
to keep everything unmanaged.
Is it not as simple as it seems?
Thanks!
directly #using <mscorlib.dll>, so it's necessary for me to use the __nogc
and __gc constructs when defining classes or structs.
The concept seems simple... some classes are managed, some aren't. I'm just
wondering if there are any major caveats here... anything I need to take
into consideration or keep an eye on.
I'm only using managed extensions so I can harness easy GUI creation... in
order words, no MFC or direct WinAPI stuff. But in terms of logic, I'd like
to keep everything unmanaged.
Is it not as simple as it seems?
Thanks!