.NET IJW = Damn Slooooooowwwwwwwwwwwwww
-
Oh my... I decide to use the IJW to add some .NET to an unmanaged already working project.... Damn Slow ! Compiling the project now takes more than 10 times before adding the 'Common Language runtime option '/clr switch'. but wait : the linker, I dunno, still waiting... 30 minutes the linker is still linking... that's nice... now, I know, never touch a working project... but I wonder if anyone is using this nice but bloody slow feature available in VS2005...
-
Oh my... I decide to use the IJW to add some .NET to an unmanaged already working project.... Damn Slow ! Compiling the project now takes more than 10 times before adding the 'Common Language runtime option '/clr switch'. but wait : the linker, I dunno, still waiting... 30 minutes the linker is still linking... that's nice... now, I know, never touch a working project... but I wonder if anyone is using this nice but bloody slow feature available in VS2005...
Never compile a fully unmanaged application into CLI by adding /clr switch. This not only slows compilation but also increases the size of the executable or dll. Most books mention you to do that way, but that is plain wrong. I have compiled a big project using /clr and never got it to work. The proper solution is to add an adapter for the managed assembly.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan
-
Never compile a fully unmanaged application into CLI by adding /clr switch. This not only slows compilation but also increases the size of the executable or dll. Most books mention you to do that way, but that is plain wrong. I have compiled a big project using /clr and never got it to work. The proper solution is to add an adapter for the managed assembly.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan
So despite the name IJW, it just doesn't work? :rolleyes:
-- Featuring GRATUITOUS ALIEN NUDITY
-
Never compile a fully unmanaged application into CLI by adding /clr switch. This not only slows compilation but also increases the size of the executable or dll. Most books mention you to do that way, but that is plain wrong. I have compiled a big project using /clr and never got it to work. The proper solution is to add an adapter for the managed assembly.
Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it. -Brian Kernighan
So despite the name IJW, it just doesn't work? :rolleyes:
-- From the network that brought you "The Simpsons"