Valhalla Legends Archive

Programming => General Programming => .NET Platform => Topic started by: Skywing on December 01, 2003, 04:38 PM

Title: "Loader lock" problem with Managed C++ (VC 7.0, 7.1)
Post by: Skywing on December 01, 2003, 04:38 PM
Anyone doing work with managed C++ dlls should check out this article (http://msdn.microsoft.com/library/en-us/dv_vstechart/html/vcconMixedDLLLoadingProblem.asp).

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).
Title: Re:"Loader lock" problem with Managed C++ (VC 7.0, 7.1)
Post by: Etheran on December 01, 2003, 04:46 PM
Maybe then will I considered c++ with managed extensions.  Right now it just looks like the most horrific language/idea ever devised.
Title: Re:"Loader lock" problem with Managed C++ (VC 7.0, 7.1)
Post by: Banana fanna fo fanna on December 01, 2003, 08:27 PM
Why use bad syntax when you don't have to?