用于C#应用程序编译的WinCE 6.0 SDK [英] WinCE 6.0 SDK for C# Application Compilation

查看:111
本文介绍了用于C#应用程序编译的WinCE 6.0 SDK的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在Microsoft Visual Studio 2005 IDE中创建WinCE 6.0 SDK。我想在Microsoft Visual Studio 2008 IDE中创建一个C#应用程序,并使用WinCE 6.0 SDK编译该应用程序。我在构建SDK中添加了一个.lib文件,除了构建时SDK中包含的默认
lib。我的应用程序想从C#应用程序调用此lib文件中的一些函数。

I am creating the WinCE 6.0 SDK in Microsoft Visual Studio 2005 IDE. I want to create a C# application in Microsoft Visual Studio 2008 IDE and compile the application with the WinCE 6.0 SDK. I am adding one .lib file in the building SDK apart from the default lib included in the SDK while building. My application wants to call some functions in this lib file from the C# Application.

我的问题是:

1)在VS2005 IDE中创建的SDK将安装在VS2008 IDE中?

1) SDK Created in VS2005 IDE will get installed in VS2008 IDE?

2)要编译WinCE的C#应用​​程序,是否需要与.NET Compact框架一起创建SDK OS组件足够或任何其他操作系统组件需要在SDK中添加。

2) To Compile C# application for WinCE, whether SDK needs to be created along with .NET Compact framework OS Component is enough or any other OS component needs to be added in the SDK.

3)我可以从C#应用程序中调用SDK中包含的.lib中的函数。

3) Can I call the functions in .lib which I included in SDK, from the C# application.

请帮忙我知道这些细节。

Please help me to know these details.

 

推荐答案


  1. 是的它会安装。
  2. 应该够了。
  3. 将lib设为Dll并使用
    P从中调用函数/调用
    方法。
  1. Yes it will install.
  2. Should be enough.
  3. Make the lib a Dll and call functions from that with the P/Invoke method.


Shai

Shai


这篇关于用于C#应用程序编译的WinCE 6.0 SDK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆