View Single Post
  #76 (permalink)  
Old 11-23-2007, 05:38 PM
agraham's Avatar
agraham agraham is offline
Basic4ppc Expert
 
Join Date: Jul 2007
Location: Cheshire, UK
Posts: 1,699
Awards Showcase
Beta Tester Forum Contributer 
Total Awards: 2
Default

If it is a C# dll I presume you have a reference to it in your project rather than using DLLImport (aka Declare). The class Const should be in its' own namespace in that dll so try referring to it as "WhateverNamespace.Const"

Last edited by agraham : 11-23-2007 at 05:41 PM.
Reply With Quote