ddobrev / QtSharp

Mono/.NET bindings for Qt
Other
571 stars 52 forks source link

Compile failed #1

Closed durswd closed 10 years ago

durswd commented 10 years ago

I tried to compile QtSharp. But compile was failed.

In QtSharp.cs, addIncludeDirs is not found. I think that IncludeDirs.Add is true in the newest CppSharp. But you changed includeDirs.Add to addIncludeDirs.

I don't know how to fix these errors. Would you fix these errors?

Sincerely.

ddobrev commented 10 years ago

Please try now, it should work. I had attempted to migrate to C++#'s new parser but I hadn't upgraded the references because it's still buggy. I reverted to the old one. Please accept my apologies for any inconvenience and close the issue if it now works.

durswd commented 10 years ago

Thank you.

I attempt to use QtSharp for my tool. Does QtSharp works for develop?

ddobrev commented 10 years ago

QtSharp is still in development. I hope I can release it before the end of June but I depend on CppSharp and for various reasons the latter's development has slowed down significantly.