View Single Post
Old 09-27-2004, 10:06 PM   #2 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,444
sde is on a distinguished road
the c# class is compilled into a dll file?

if so, then just put that file in your build directory ( debug ) and make sure you declare that you are using the namespace of the c# class.

after that, you should see all the methods available to you in the intellisense if you are developing with visual studio.

have you tried this? what is not working?
__________________
Mike
sde is offline   Reply With Quote