使用带有本机代码的 Symbol MC70 系列扫描仪

发布于 2024-07-22 11:05:14 字数 319 浏览 8 评论 0原文

是否可以使用带有本机代码的 Symbol MC70 系列扫描仪? 我有一个使用 Lazarus(Object pascal) 编写的 Windows Mobile 应用程序,我想将其与 Symbol MC70 一起使用。

他们拥有的 sdk 适用于 C、.NET 和 Java。 我查看了 C sdk,它附带了 .LIB 文件,但我无法将其与 Object Pascal 一起使用。 我不知道扫描仪如何处理 .NET 内容,我在提供的文件中看不到 WIN32 dll,也许它在 cab 文件中。

关于我应该做什么才能让扫描仪为我工作的任何建议。

桑迪普

Is it possible to use Symbol MC70 series scanner with native code? I have a Windows Mobile application written using Lazarus(Object pascal) and I want to use it with Symbol MC70.

The sdk that they have are for C, .NET and Java. I had a look at the C sdk and it comes with .LIB files which I cannot use with Object Pascal. I have no clue as to how the scanner is working with .NET stuff, I could not see a WIN32 dll in the files provided, maybe it is in the cab file.

Any suggestions as to what I should do to get the scanners to work for me.

Sandeep

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

只是偏爱你 2024-07-29 11:05:14

.lib 文件用于 VS。 也许您需要类似的东西,但是对于 GCC,C 编译器 FPC 是兼容的。 这些是“.a”文件。

尝试使用 COM 访问 .NET 程序集可能是普通 Windows 上的解决方法,不知道它是否适用于 CE。

.lib files are for VS. Probably you need similar stuff, but then for GCC, the C compiler FPC is compatible with. These are ".a" files.

Trying to access .NET assemblies using COM is something that could be a workaround on normal Windows, don't know if it works with CE.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文