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.
|