简体   繁体   English

FreeImage.dll是为Windows CE编译的吗?

[英]FreeImage.dll compiled for Windows CE?

I need to process data for a jpeg200 to display on a CE5/ARM4VI device, so I'm attempting to compile FreeImage.dll using VS2008 and the CE5 SDK ( http://www.microsoft.com/en-us/download/details.aspx?id=17310 ) 我需要处理jpeg200才能在CE5 / ARM4VI设备上显示的数据,因此我试图使用VS2008和CE5 SDK编译FreeImage.dll( http://www.microsoft.com/zh-cn/download/ details.aspx?id = 17310

I'm not having much luck getting FreeImage's static libraries compiled. 我不太希望获得FreeImage的静态库的编译。 So far types.h, io.h and sstream, which seem to be necessary to compile the libs, aren't available in the CE5 SDK includes. 到目前为止,CE5 SDK所包含的types.h,io.h和sstream似乎是编译库所必需的,目前还不可用。

Before I go into more details about the compile errors, can anyone answer whether if compiling FreeImage.dll is even possible for CE5, specifically the ARM4VI platform? 在深入探讨有关编译错误的详细信息之前,谁能回答是否甚至可以对CE5(特别是ARM4VI平台)进行FreeImage.dll的编译?

Everything is possible (except saying the letter B with a closed mouth). 一切皆有可能(闭着嘴说字母B除外)。

You will probably have to create your custom classes for each which is in the standart library and is used by FreeImage but is not in the SDK. 您可能必须为标准库中的每个库创建自定义类,供FreeImage使用,而SDK中未使用。 for all other code it's probably just simple parameter/types updates :) 对于所有其他代码,可能只是简单的参数/类型更新:)

Maybe you can get STLport working on CE. 也许您可以让STLport在CE上工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM