Re: C++ (managed) assembly attributes
Tech-Archive recommends: Fix windows errors by optimizing your registry
Though there is such magic in the C# compiler, there is not in the C++ compiler.
At least there wasn't in the VC7.1 compiler and as far as I know that has
not changed.
I created a new C++ project and copied the AssemblyInfo.cpp file from
it. It compiles, but the resulting exe file doesn't have a version
resource. What is the magic that causes .Net to create a version
resource out of the AssemblyInfo stuff for managed C++?
- Bob
"Bob Altman" <rda@xxxxxxxxxxxxx> wrote in message
news:%235$kHkYmHHA.1532@xxxxxxxxxxxxxxxxxxxxxxx
Hi all,
I've inhertied a managed C++ (Visual Studio 2005) application. The
project apparently contains no assembly attributes (the kind of stuff
that would be in an AssemblyInfo.cs file). How do I add this stuff
to a managed C++ project?
TIA - Bob
.
Relevant Pages
- Re: HLA v2.x and / or LASM suggestion: Win32 Resources
... > With Microsoft's RC compiler, I've just noticed that it's less capable ... > binary resource converted into readable, ... selecting the particular assembler syntax you want to output for. ... > are using that RC compiler via HLA or whatever;)... ... (alt.lang.asm) - HLA v2.x and / or LASM suggestion: Win32 Resources
... With Microsoft's RC compiler, I've just noticed that it's less capable ... binary resource converted into readable, ... possible to create an icon or bitmap on-the-fly in the actual program ... make a separate tool and then all of them can share ... (alt.lang.asm) - Re: Running VB6 exe on Windows 7 64bit
... I've Googled around and discovered what data needs to go into the manifest to signify that your app is dpi-aware, but I don't know how to embed the manifest into the compiled VB exe file as MMM can do with its RegFree COM manifests. ... The manifest file has to be embedded as a resource into the exe. ... Basically the .rc file among other things can tell the resource compiler which files to include in the compiled resource file. ... In the meantime perhaps Google (eg. "Resource file for embedding manifests") could help. ... (microsoft.public.vb.general.discussion) - Re: How to interface with C++ in ASP?
... environment you're using that matches the settings found in SOURCES. ... There's an option for the resource compiler that causes extra NULLs to be ... (microsoft.public.windowsce.app.development) - Re: How to interface with C++ in ASP?
... environment you're using that matches the settings found in SOURCES. ... There's an option for the resource compiler that causes extra NULLs to be ... (microsoft.public.windowsce.app.development) |
|