Valhalla Legends Forums Archive | .NET Platform | "Loader lock" problem with Managed C++ (VC 7.0, 7.1)

AuthorMessageTime
Skywing
Anyone doing work with managed C++ dlls should check out this article.

Currently, I'm waiting for Visual Studio 8 (Whidbey) before messing around too much with managed C++, among other things such as a fix for the above problem, managed C++ is supposed to get a less-horrible syntax (a new type modifier similar to *, ^, which denotes a gc object handle (as in System.Blah something^ = ...), and no more __underscores required for almost every single managed declaration).
December 1, 2003, 10:38 PM
Etheran
Maybe then will I considered c++ with managed extensions. Right now it just looks like the most horrific language/idea ever devised.
December 1, 2003, 10:46 PM
St0rm.iD
Why use bad syntax when you don't have to?
December 2, 2003, 2:27 AM

Search