手机
当前位置:查字典教程网 >软件教程 >编程开发 >How to run and use SWF To Image on x64 Windows
How to run and use SWF To Image on x64 Windows
摘要:TheSWFToImageActiveXlibraryismadeusingmanagedWindows32-bitcodesoasares...

The SWF To Image ActiveX library is made using managed Windows 32-bit code so as a result library (dll) can not be loaded into 64-bit application.

Solution is to build application for x86 platform so application will be operate in 32-bit mode (will work on both 32 and 64-bit OS)

To apply this in Visual Studio 2005 and higher:

- open project in Visual Studio 2005

- open project settings by pressing ALT+F7 (or via main menu: Project | Windows Application 1 Properties)

- select "Build" tab

- change "Platform Target" to "x86" option

- re-build project

Produced EXE application will work OK with registration-free scenario on Windows x64. To see how to add registration-free support into application see below:

For registration-free usage scenario for SWF To Image please use the following manifest file:

Content of YourApplication.exe.manifest file:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">

<file name="SWFToImage.dll">

<typelib tlbid="{F52B2898-3CD9-4530-8F1E-2762A2783C33}" version="1.0" helpdir="C:WINDOWSsystem32"/>

<comClass description="CLASS_SWFToImage" clsid="{479A1AAC-C148-40BB-9868-A9773DA66AF9}" progid="SWFToImage.SWFToImageObject" threadingModel="both" tlbid="{F52B2898-3CD9-4530-8F1E-2762A2783C33}" />

</file>

</assembly>

Do not forget to put SWFToImage.dll into the same folder where YourApplication.exe is located

【How to run and use SWF To Image on x64 Windows】相关文章:

Xcode使用小技巧之注释的妙用

Visual Studio中怎么创建自己的代码段?

安装Visual Studio2013后打开闪退该怎么办?

Notepad++怎么安装插件 Notepad++插件添加方法

C#基础之vs2010安装与配置使用教程

MyEclipse中Servers窗口在哪里怎么显示?

notepad++关联到右键菜单并添加默认的详细设置方法

Dreamweaver如何建立超链接?DW建立超链接方法介绍

用perl发一大堆邮件的一种方法

Python连接mysql数据库及python使用mysqldb连接数据库教程

精品推荐
分类导航