SPSS .NET库 [英] Spss .NET Library

查看:156
本文介绍了SPSS .NET库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用SPSS .NET库 HTTP://spss.$c$cplex.com 创建一个名为.sav文件,我似乎无法找到如何建立案件。我使用C#。

I am using the Spss .net library http://spss.codeplex.com to create a .sav file and I cant seem to find how to create cases. I am using C#.

可能有人请点我朝着正确的方向?

Could someone please point me in the right direction?

推荐答案

在下面的计算器发布merthsoft的答案提供了一个很好的起点,让SPSS启动和运行。 在C#使用64位SPSS库

merthsoft's answer on the following stackoverflow posting provides a good starting point for getting spss up and running. Using 64-Bit SPSS Libraries in C#

我个人已经被包括所有适当的DLL喜欢的挂断... spssio64.dll icudt32.dll icuin32.dll icuuc32.dll

The hangups I personally had were including all of the appropriate dlls like... spssio64.dll icudt32.dll icuin32.dll icuuc32.dll

当导出数据,所有列必须是唯一的。

When exporting your data, all columns need to be unique.

如果你遵循类似的模式,以merthsoft,用于创建情况下,可能的解决方案包,揭露这种方法...

If you followed a similar pattern to merthsoft, a possible solution for creating cases may be wrapping and exposing this method...

[的DllImport(spssio64.dll,入口点=spssCommitCaseRecord......

[DllImport("spssio64.dll", EntryPoint = "spssCommitCaseRecord"...

我希望现在你懂了工作,但对于那些谁遇到这在将来这可能会帮助。

I hope by now you got it working, but for those who come across this in the future this may help.

这篇关于SPSS .NET库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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