gawdz Community Developer Joined Jan 15, 2010 Messages 252 Reaction score 9 May 3, 2010 #1 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?
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?
ski Well-Known Member Joined Feb 12, 2010 Messages 3,720 Reaction score 48 May 3, 2010 #2 You have to reference the .exe. Styx.dll is now rolled into honorbuddy.exe. Honorbuddy.exe Styx.CombatRoutine.dll Styx.Pluins.PluginClass.dll
You have to reference the .exe. Styx.dll is now rolled into honorbuddy.exe. Honorbuddy.exe Styx.CombatRoutine.dll Styx.Pluins.PluginClass.dll
ski Well-Known Member Joined Feb 12, 2010 Messages 3,720 Reaction score 48 May 3, 2010 #3 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.
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.
gawdz Community Developer Joined Jan 15, 2010 Messages 252 Reaction score 9 May 4, 2010 #4 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.
ski Well-Known Member Joined Feb 12, 2010 Messages 3,720 Reaction score 48 May 4, 2010 #5 gawdz said: 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. Click to expand... 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.
gawdz said: 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. Click to expand... 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.
Tony "The Bee" Joined Jan 15, 2010 Messages 128,830 Reaction score 570 May 4, 2010 #6 what ski just said and the link http://www.buddyforum.de/showthread.php?3851-.dll-CC-s-Yes-or-No
gawdz Community Developer Joined Jan 15, 2010 Messages 252 Reaction score 9 May 4, 2010 #7 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. -.-
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. -.-