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???
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???
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.
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.
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.