fastdb源代码在VS2010中运行出错the specified file is an unrecognized or unsupported binary
还有一个问题,fastdb需要数据库备份文件吗?还是要做什么样的配置呢?
下载了好几个源码都不能正常运行,在delphi2010里运行heidisql和turbocash时也出现了找不到各种类的问题,请问从这里下载的源码要怎么才能在本机上运行呢?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
问题补充:
每个delphi源码都会出现这样的提示框,
问题补充:
找到了一个这样的回答,但仍解决不了问题:
I have a VS2008 solution containing two C++ projects. One is a Win32/console .dll and the other is a tester program to test that dll, also a Win32 console app.
When I build the solution, even with a clean build and with the Debug Command set to the hardcoded path to the executable, trying to debug presents a messagebox saying, "the specified file is an unrecognized or unsupported binary format". The program it is trying to execute is the source of tester.cpp.
Can someone suggest a cure? What information may I provide to help solve this problem?
ANSWER: Bart was absolutely correct. I checked the solution properties (Solution Explorer pane -> right click on "WHATEEVER Solution"), Single Startup Project was set to the wrong project. Changed it to "tester" and all was well.