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!

dll references

gawdz

Community Developer
Joined
Jan 15, 2010
Messages
252
I been searching and i cannot figure out why HB2 is set so you cannot reference 3rd party .dll files into c#...

:(

any ways around it?
 
You have to reference the .exe. Styx.dll is now rolled into honorbuddy.exe.
Honorbuddy.exe
Styx.CombatRoutine.dll
Styx.Pluins.PluginClass.dll
 
Assuming you're talking about what to use as references for VS development. If you're talking about referencing 3rd party dll's in your own plugin (and using functions from 3rd party dll's), that's a design choice.
 
Well im trying to reference a different dll and it tells me missing reference it worked perfectly before HB2 im confused how or why they changed it.
 
Well im trying to reference a different dll and it tells me missing reference it worked perfectly before HB2 im confused how or why they changed it.

The ability to use 3rd party dll's was removed with HB2. There's a 20 page thread about it in the dev forum I believe.
 
OOf well that kills all my development which requires 3rd party dll's to be loaded from a class...

referencing .dll files is way easier than having a plugin with 100 files to reference a single thing.

-.-
 
Back
Top