View Single Post
  #2 (permalink)  
Old 03-07-2008, 09:49 AM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,752
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

I am afraid that you can't just add any third party .NET dll to Basic4PPC. In order to be accessible as a B4PPC library a dll needs to have the correct structure. To use your dll you would need to write/have written a simple wrapper dll that conforms to what B4PPC expects of a library to act as an interface between B4PPC and your dll.
Reply With Quote