How to run and use SWF To Image on x64 Windows

所属分类: 软件教程 / 编程开发 阅读数: 484
收藏 0 赞 0 分享
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
更多精彩内容其他人还在看

VS2017怎么打开类视图?

VS2017怎么打开类视图?VS2017编程开发很简单,想要打开类视图,该怎么打开呢?下面我们就来看看详细的教程,需要的朋友可以参考下
收藏 0 赞 0 分享

EmEditor怎么去重?

EmEditor是一款非常不错的文本编辑软件,该软件为广大用户提供了文字去重功能,那么EmEditor怎么去重呢?接下来小编就为大家带来解答,一起来看看吧
收藏 0 赞 0 分享

EmEditor怎么用宏 宏使用方法介绍

EmEditor是一款功能非常强大的文本编辑软件,该软件为广大用户提供了非常多的文字处理功能,宏就是其中之一,那么EmEditor怎么用宏呢?接下来小编就为大家带来解答,一起来看看吧
收藏 0 赞 0 分享

vs2015怎么编写移动端仿淘宝页面?

vs2015怎么编写移动端仿淘宝页面?Visual Studio 2015中想要编辑一个移动端的淘宝页面,该怎么编写呢?下面我们就来看看详细的教程,需要的朋友可以参考下
收藏 0 赞 0 分享

vs添加ASP.Net文件夹中各选项是什么意思?

vs添加ASP.Net文件夹中各选项是什么意思?Visual Studio中可以直接添加ASP.Net文件夹,其中文件夹各选项是什么意思?下面我们就来看看详细的教程,需要的朋友可以参考下
收藏 0 赞 0 分享

Authorware怎么添加运动图标?

Authorware怎么添加运动图标?Authorware制作媒体课件的时候,想要插入运动图标,该怎么插入呢?下面我们就来看看详细的教程,需要的朋友可以参考下
收藏 0 赞 0 分享

Authorware怎么插入擦除图标?

Authorware怎么插入擦除图标?Authorware中制作课件很简单,想要插入擦除图标,该怎么制作呢?下面我们就来看看详细的教程,需要的朋友可以参考下
收藏 0 赞 0 分享

Authorware课件怎么绘制圆角矩形?

Authorware课件怎么绘制圆角矩形?Authorware制作课件的时候,想要绘制圆角矩形,该怎么绘制呢?下面我们就来看看详细的教程,需要的朋友可以参考下
收藏 0 赞 0 分享

MySQL Workbench8.0中文汉化安装破解详细教程(附汉化补丁下载)

Mysql workbench8.0中文版是一款Mysql官方推出的数据库设计建模工具,可以用Mysql workbench中文版设计和创建新的数据库图示,建立数据库文档,下面带来的是Mysql workbench8.0官方64位汉化安装步骤,大家参考下
收藏 0 赞 0 分享

vs2013同名变量或函数高亮显示怎么设置?

vs2013同名变量或函数高亮显示怎么设置?vs2013代码可以添加高亮,想要让同名变量或函数高亮显示,该怎么设置呢?下面我们就来看看详细的教程,需要的朋友可以参考下
收藏 0 赞 0 分享
查看更多