01 2012 档案

Silverlight桌面部署器及其使用
摘要:一、文件简介SL.ini 配置文件InstallSL.exe 安装Silveright应用至桌面RunSL.exe 运行Silverligh应用,无安装UnInstallSL.exe 卸载Silverlight应用二、配置文件说明SL.ini文件内容如下:[SL] App=App.xap Url=http://112.8.33.25:99/ClientBin/App.xap 其中App.xap文件应该放在当前路径下,Url为应用主程序在Web上的地址,可以位于Windows、Linux、 Mac等系统之上,且http://112.8.33.25:99/ClientBin/下允许有子模型、子应. 阅读全文

posted @ 2012-01-16 18:00 chuncn 阅读(1125) 评论(2) 推荐(0) 编辑

Silverlight5通过P/Invoke调用自定义C/C++ DLL(Lua)
摘要:上一篇《Silverlight5通过P/Invoke调用系统win32的三个示例》展示了silverlight5通过P/Invoke调用系统win32的三个示例,本篇给出自定义win32 dll及其在Silverlight5中调用的代码。 注1:为了确保silverilght5在浏览器或桌面上成功调用win32 DLL,必须在项目属性中勾选相应的权限: 勾选Enable running application out of the browser及其Require elevated trust when running in-browser 勾选Require elevate... 阅读全文

posted @ 2012-01-06 10:23 chuncn 阅读(1920) 评论(5) 推荐(0) 编辑

导航