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

Export used classes from dll

Nvr87

New Member
Joined
Jun 18, 2010
Messages
50
Reaction score
1
This is just a tought but i figured, if hb doesnt support external dll's isnt it possible then to export the needed classes from a dll so u can still use the functionality? Just a thought and curious what u guys think of it.
 
You can use .net Reflection to load external dlls at runtime which will allow you use dlls that wern't referenced in HB (I'm assuming you're talking about System.Web). I haven't managed to get it working yet though but haven't had a lot of time to mess with it.
 
yeah but also using a different library for easy connection to a mysql database. Implemented this in a DAL i used before so if i manage to re-use that dal for HB i would be finished with the webchat plugin before i know it. But thnx for the tip im gonna check it out right away.
 
Back
Top