What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Where is reference to Buddywing? I am getting error with existing solutions here

wowdarth

New Member
Joined
Jun 6, 2011
Messages
4
When I download people's existing solution from Visual Studio, they are all missing the BuddyWing reference from the C# project file. When I go to add the reference, I am pointing to the Buddywing.exe

After I do this, I am still getting errors in every single solution I open, here is an example of namespaces it does not see/have:

using Buddy.BehaviorTree;
using Buddy.CommonBot;
using Buddy.Swtor;

Am I missing a dll? Or is the current version of the exe too new for these older solutions?

Where is a good example of a working solution I can open in which it will all compile?
 
I figured out what was wrong, I'm running Visual Studio 2013, and when I opened up each solution sitting on here, the class projects were running in the .Net framework 4.5

I just had to set each of them up using 4.5.1 instead, and on a couple of them, I had to change the project type to Class Library instead of Console Application as there is no entry point for the logic.
 
I'll probably start to get my head wrapped around and write some things

Soooo, what ya building doc?
Not sure yet, it was my first day looking at everything on here yesterday. I'll more than likely be writing some routines, I've noticed some to be very buggy, just need a little time to determine some better patterns/less ways to cause issues.

Nice to meet you.
 
Back
Top