FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour WindowsXP.Manifest64
Posts: 114
Joined: Fri Jul 21, 2006 07:15 PM
WindowsXP.Manifest64
Posted: Mon Aug 20, 2007 02:02 PM

Hello, somebody already uses or know where to get this file?

Regards.

Eroni

FWH / xHarbour / BCC / MySql

Visual Studio / Harbour / DotNet Maui / C#
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
WindowsXP.Manifest64
Posted: Mon Aug 20, 2007 02:51 PM
Eroni,

This is the one used by FWH 64 bits (WindowsXP.Manifest64). It is located at FWH64\samples\winxp\
<?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="AMD64"
    name="FiveTech Software.FiveWin.64bits"
    type="win32"
/>
<description>Your application description here.</description>
<dependency>
    <dependentAssembly>
        <assemblyIdentity
            type="win32"
            name="Microsoft.Windows.Common-Controls"
            version="6.0.0.0"
            processorArchitecture="AMD64"
            publicKeyToken="6595b64144ccf1df"
            language="*"
        />
    </dependentAssembly>
</dependency>
</assembly>
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion