q55x8x / Peronality-Creator

Sort of DevEnvironment for teaseAI personalities
4 stars 1 forks source link

master branch doesn't compile anymore #28

Closed q55x8x closed 9 years ago

q55x8x commented 9 years ago

I just pulled your changes and had to fix some assembly references. But I am still getting a huge load of errors in the textBoxPlugin project. Some advice?

png2 commented 9 years ago

Do you have the 3 spellchecker projects in the solution ?

If so you have to build them in the following order : i00BindingList, i00SpellChecker, FastColoredtextBoxPlugin

If you don't you hev to add the 3 projects that are in the Spellchecker directory as I missed something somewhere

q55x8x commented 9 years ago

binding list and spellcheck both compile I have all 3 projects added to the project and fixed the references. The only one not compiling is the textBox plugin.

EDIT:

ok somehow i had to compile the re-add the spellcheck to the plugin project fixed now

png2 commented 9 years ago

If I remember correctly at one point i had a conflict between the version of Fast Colored they used in the plugin and the one we used in the project

Try deleting the reference of fastcolored in the plugin and adding the one we use in the project

Sorry about that I'm not sure about what is commited or not concerning the project configuration

q55x8x commented 9 years ago

well since i got it working again i pushed the changes to the project if this brakes your project again we may have to investigate this and find a better way to manage them