How to run and use SWF To Image on x64 Windows

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:/WINDOWS/system32/"/>
<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

(0)

相关推荐

  • window 7系统中开机启动项目详解

    一、具体的位置是window 7系统“开始”菜单中的“启动”选项 在电脑硬盘上的位置是:C:/Documents andSettings/Administrator/“开始”菜单/程序/启动; 在系统 ...

  • 注册表 的一些知识介绍

    如何打开注册表 Win98/98SE/Me 运行中输入regedit.exe 无权限限制 Win2000/XP 1·开始>>运行.中输入regedit 2.运行中输入regedt32 第一 ...

  • 用explorer.exe打开文件夹(explorer.exe参数详解)

    复制代码 代码如下: set ws = wscript.CreateObject("Wscript.Shell") '打开windows文件夹 ws.run "%systemroot%/explore ...

  • 木马经常藏身的地方和清除方法

    特洛伊木马是一种基于远程控制的病毒程序,该程序具有很强的隐蔽性和危害性,它可以在不知情的的状态下控制或者监视用户的电脑。下面就讲讲木马经常藏身的地方和清除方法。 首先查看自己的电脑中是否有木马 1、集 ...

  • 只需要30秒让让你的电脑速度快一倍

    一:优化开机 方法基本同第一,在电脑屏幕的左下角按“开始→程序→附件→记事本”,把下面的文字复制进去(黑色部分),点“另存为”,路径选“桌面”,保存类型为“所有文件”,文件名为“优化开机.bat”,就 ...

  • 开机自动打开文件夹的原因分析与解决方法分享

    最近有很多用户询问说碰到开机自动打开文件夹的问题。那么具体开机自动打开文件夹应该怎么办呢?下面分享一下开机自动打开文件夹的解决方法 1、到我的电脑→工具→文件夹选项→查看,检查一下是否勾选:“在登陆时 ...

  • 怀旧风 祭十大已经逝去的软件

    “年复一年中关村,软件行业几回轮,今朝大佬谈笑中,不知过往多少坟。”从90年代起,计算机行业飞速发展,软件的更新换代更是迅猛。新需求促生新软件, 而旧产品则被抛进了时间的暗角,不再被人提起。值此清明, ...

  • 如何才能够提升win7的开机速度

    如何才能够提升win7的开机速度

  • win7系统如何找到隐藏的木马病毒

    具体方法如下: 1.集成到程序中 其实木马也是一个服务器-客户端程序,它为了不让用户能轻易地把它删除,就常常集成到程序里,一旦用户激活木马程序,那么木马文件和某一应用程序捆绑在一起,然后上传到服务端覆 ...