无法打开.dsp文件 [英] can not open .dsp file

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

问题描述

我想将.dsp转换为vc2010中的.daa文件mfc

我有.exe文件将.dsp文件转换为.daa文件

我想打电话在我的应用程序中并传递.txt文件(MS-DOS),其中包含.dsp文件列表

我使用shellexecute调用.exe文件(将convert.dsp转换为daa)并通过那个文本文件

我在按钮点击事件上调用了lib然后它要求我传递文件,其中包含.dsp文件列表

每当我输入文件名时(列表。 txt)它给出消息无法打开.dsp文件来读取标题



ShellExecute(NULL,(打开),(C:\\ \\\dspTOdaa.exe),C:\\List.txt,NULL,SW_SHOWNORMAL);

我知道为什么收到此消息?



谢谢。

I want to convert .dsp to .daa files in vc2010 mfc
I have .exe file which converts .dsp files to .daa files
I want to call that in my application and pass the .txt file (MS-DOS) which has a list of .dsp files
I have used shellexecute to call .exe file(which convert.dsp to daa )and passed that text file
I called.exe on button clicked event then it asked for me to pass file which has a list of .dsp files
whenever I entered filename (List.txt)it gives message that "can not open the .dsp file to read the header"

ShellExecute(NULL,("open"), ("C:\\dspTOdaa.exe"),"C:\\List.txt",NULL,SW_SHOWNORMAL);
any idea why i got this message?

Thank you.

推荐答案

请看我对这个问题的评论。它似乎没有意义。您只需使用Visual Studio打开.dsp文件即可。它会尝试将其转换为最新版本的项目文件,并且应该命名为* .vcproj。

我不知道什么是dspToDaa.exe,而.daa可以是光驱图像,即与Visual Studio项目无关的东西。



-SA
Please see my comment to the question. It does not seem to make sense. You can simply open a .dsp file using Visual Studio. It will try to convert it to the project file of the newest version, and it should be named *.vcproj.
I have no idea what''s dspToDaa.exe, and .daa can be an optical drive image, that is, something unrelated to Visual Studio projects.

—SA


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

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