Developing with .Net 2003

DSP, Plugin and Host development discussion.
RELATED
PRODUCTS

Post

I'm at a loss :(
I'm compiling everything statically (including the VSTGUI), and the depency walker is still showing the
MSVCR71.DLL
Michael, do you mind taking this offline to help me out with my project settings?
You can write me at peter@sonicreef.com
or MSN (peter_thom@hotmail.com)

Miles, I meant only performance comparison between VC6 and VC7, not .net. VC7 doesn't use a JIT compiler.

Post

It should then be the same.

For the dependance of THIS librairy, do as I said before, it's the only mean to get this library be linked statically. It in the LINKAGE properties, nothing else.
You can post your vcproj here as well.

Post

The VC7 compiler is a bit smarter during optimization so depending on your code it could be a bit faster with VC7. VC6 also only optimizes code (timing, pairing etc.) up to Pentium2/Pro whereas VC7 goes all the way up to Pentium4. Also the debug-version catches a LOT more bugs (uninitialized variables, buffer overruns etc.) so VC7 is a good choice.

Cheers,
Mike

Post Reply

Return to “DSP and Plugin Development”