pouët.net

me and the way VC 2005 Express goes

category: general [glöplog]
 
hi,

yes, It's me again :-)

Now I'm using the fminimod and I already have sound in my first thingy.
The problem is the C Run-Time library for multi-threaded DLL.

How can I rip off these damn manifest-file in VC express and without adding lib-code into my code???
added on the 2006-03-01 07:40:48 by Salacryl Salacryl
can you explain your problem better please?
if i got it right you want to:
1) not generate the manifest
2) you want to link to msvcrt.dll and not to msvcrt80.dll
if the 2nd is right, look for kusma's posts in scene.org forums (#coders). the poor guy has wrote it to exhaustion.
added on the 2006-03-01 10:43:32 by makc makc
oh, for 1) dig in project properties / manifest tools / input and output / embed manifest. no need to ship it if you link to the old msvcrt.dll and you don't want to use fancier common controls.
added on the 2006-03-01 10:48:27 by makc makc

login