开发者

using DLL VB6 in Compact Framework

开发者 https://www.devze.com 2023-02-26 15:39 出处:网络
How I can use a dll developed in VB6 appli开发者_运维百科cation on my Windows Mobile 6.5 Compact Framework?You can\'t for a multitude of reasons, including:

How I can use a dll developed in VB6 appli开发者_运维百科cation on my Windows Mobile 6.5 Compact Framework?


You can't for a multitude of reasons, including:

  • There are no VB6 runtimes for CE
  • The DLL is built for the desktop processor/OS architecture


This cannot be done. You'll need to port it to a supported language for that platform.

0

精彩评论

暂无评论...
验证码 换一张
取 消