all groups > vj# > may 2005 >
You're in the

vj#

group:

VJ# to use C# dll


Re: VJ# to use C# dll Bruno Jouhier [MVP]
5/20/2005 12:00:00 AM
vj#:
int c = abc.get_xyz();

and also:

abc.set_xyz(val);

[quoted text, click to view]

VJ# to use C# dll Leo2005
5/20/2005 11:25:19 AM

Hello,

I have a c# dll that I am referencing for my j# program. Say, I want to
access the get accessor of "xyz" property in a file "abc.cs", how would I
call it from my j# program?
I tried the following
int c = abc. xyz; and the following error is thrown ...

Cannot find field 'xyz' in class 'abc'. I know very sure that the property
exists but why is it not being recognized? Any help is really appreciated.
Thanks.
AddThis Social Bookmark Button