www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++.windows.32-bits - XP Manifest file for the IDDE

↑ ↓ ← Alexis <alexis_golzman yahoo.com.ar> writes:
Hello,

Copy the following to the clipboard:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="Digital Mars Compiler IDDE"
type="win32"
/>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

Then paste it in a new text file called SCWMN32.EXE.manifest (Yes, with 
TWO extensions) and save it to the C:\DM\BIN directory, together with 
SCWMN32.EXE.

Now most of the IDDE dialogs will appear like the rest of WinXP.

Enjoy,
Alexis.
http://www.alexisware.com
Feb 17 2004
↑ ↓ Jan Knepper <jan smartsoft.us> writes:
Are you sure you have tried the complete IDDE while using this?
I have tried this months ago and experienced weird crashes in the IDDE I 
have never experienced before.

Thanks!
Jan



Alexis wrote:

 Hello,
 
 Copy the following to the clipboard:
 
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 <assemblyIdentity
 version="1.0.0.0"
 processorArchitecture="X86"
 name="Digital Mars Compiler IDDE"
 type="win32"
 />
 <dependency>
 <dependentAssembly>
 <assemblyIdentity
 type="win32"
 name="Microsoft.Windows.Common-Controls"
 version="6.0.0.0"
 processorArchitecture="X86"
 publicKeyToken="6595b64144ccf1df"
 language="*"
 />
 </dependentAssembly>
 </dependency>
 </assembly>
 
 Then paste it in a new text file called SCWMN32.EXE.manifest (Yes, with 
 TWO extensions) and save it to the C:\DM\BIN directory, together with 
 SCWMN32.EXE.
 
 Now most of the IDDE dialogs will appear like the rest of WinXP.
 
 Enjoy,
 Alexis.
 http://www.alexisware.com

-- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org
Feb 17 2004
↑ ↓ → Alexis Golzman <ceo alexisware.com> writes:
Although I created the manifest for SCWMN32.EXE, I actually run P:\DM\BIN
\SCW32.EXE . Drive P: is an alias for c:\progtools created with subst.

So far everything works (and looks) OK... Except for some custom controls 
that look the same as before the manifest.

Did you try it with the latest version of the IDDE?

Best,
Alexis.

Jan Knepper <jan smartsoft.us> wrote in
news:c0tljk$1aqi$2 digitaldaemon.com: 

 Are you sure you have tried the complete IDDE while using this?
 I have tried this months ago and experienced weird crashes in the IDDE
 I have never experienced before.
 
 Thanks!
 Jan

Feb 18 2004