使用带有本机代码的 Symbol MC70 系列扫描仪
是否可以使用带有本机代码的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
http://wiki.lazarus.freepascal.org/SymScan
http://wiki.lazarus.freepascal.org/SymScan
.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.