简体   繁体   English

我可以在Visual Studio(或其他IDE)中打开Delphi 2007项目吗?

[英]Can I open my Delphi 2007 project in Visual Studio (or other IDEs)?

I have a big Delphi 2007 project, and the Delphi IDE is slow and unstable even I install DelphiSpeedUP , FixIDE Pack. 我有一个很大的Delphi 2007项目,即使我安装了DelphiSpeedUP和FixIDE Pack,Delphi IDE也很慢且不稳定。

The IDE freezes for a few seconds when first loading the project (300K lines of code). 首次加载项目时(30万行代码),IDE冻结了几秒钟。 The Type Library Editor is very inefficient when I want to add a new method/property because it has around 1000 APIs and it kinda freezes for ten seconds in the Type Library Editor. 当我想添加新的方法/属性时,类型库编辑器效率很低,因为它具有大约1000个API,并且在类型库编辑器中冻结了十秒钟。

But the Delphi Compiler is good and I am happy with that, just the IDE has many issues. 但是Delphi编译器很好,我对此很满意,只是IDE有很多问题。 The Visual Studio 2010/2012 is very good and stable. Visual Studio 2010/2012非常好且稳定。

Just wondering if it is possible to code in Delphi in the Visual Studio, a basic syntax highlighting, debugger is OK. 只是想知道是否有可能在Visual Studio中的Delphi中进行编码,这是一个基本的语法高亮显示,调试器是可以的。

It is not possible. 这不可能。

Visual Studio not work with pascal lang. Visual Studio无法与pascal lang一起使用。

You can use np++ for simple syntax highlighting and compile with command lines in DCC32.exe. 您可以使用np ++进行简单的语法突出显示,并在DCC32.exe中使用命令行进行编译。

and the docs in here . 这里的文档。

and for Debug use ollydb . 对于Debug使用ollydb

and I'll not suggest it. 我不建议这样做。

and I think the likely pascal IDE to Delphi is Lazarus but it can't compile your Delphi source code directly. 而且我认为Delphi可能使用的Pascal IDE是Lazarus,但它无法直接编译您的Delphi源代码。

and I'll not suggest it too. 而且我也不建议这样做。

I think use the Delphi with fix and speedup patches. 我认为将Delphi与修复和加速补丁一起使用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM