----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: spark Message 3 in Discussion This is actually unmanaged code i am talking about, so CLR isnt around. Once the code is strong the intention is to expose only the required classes as managed. Keeping most of the internal implementation as unmanaged. I dont know if my approach is right on this... I could, for example, convert every class into '__gc' and then alllocate memory for all instances and sit around and be grateful for the GC. However is this the right thing to do ? My current intenytion is to make the coide strong as pure c++ code and then expose only the required classes to the .net world with the __gc and the /clr, so that i can control my memory management in the native world. opinions ? unfortunately there are too many inputs i get about writing serious mixed mode code and performance and stuff. (havent really looked _very_ hard also.) waiting for more feedback. meanwhile i am catching issues the old dos way :) rosh ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
