Compiling Winmerge Sample Plugin fails on project conversion

旧城冷巷雨未停 提交于 2019-12-25 04:06:06

问题


I want to write a WinMerge Plugin to call into my C# business layer code to do a text transform.

I decided to start with the sample plugin which is closest to my own needs, but if I want to open it, Visual Studio is trying to convert its solution file but simply fails without any useful error.

The IgnoreComments plugin source code was my choosen starting point. Opening the dsp file in Visual Studio triggers the conversion.

If i start the one-way conversion a messagebox appears moments later:

---------------------------
Microsoft Visual Studio
---------------------------
Project upgrade failed.
---------------------------
OK   
---------------------------

The migration report opens in the browser containing no more than:

IgnoreCommentsC.dsp: Unable to convert project. Please make sure this is a valid Visual C++ 6.0 project.
IgnoreCommentsC.dsp: Project upgrade failed.
IgnoreCommentsC.dsp: Converting project file 'C:\snip\winmerge-code-7618-trunk\Plugins\src_VCPP\IgnoreCommentsC\IgnoreCommentsC.dsp'.

I also opened a bug at the project home on sourceforge over a week ago but the project is not maintained any more?!

So question is, what do I need to do to open and compile this plugin.

来源:https://stackoverflow.com/questions/28209944/compiling-winmerge-sample-plugin-fails-on-project-conversion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!