HighTechTalks DotNet Forums  

Re: Referencing other Packages from a J# project

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss Re: Referencing other Packages from a J# project in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
James Park
 
Posts: n/a

Default Re: Referencing other Packages from a J# project - 04-15-2005 , 01:31 AM






I think you could create a new class library Rob and add references to it
from Bill and Mary.
"Roger Garrett" <RogerGarrett (AT) discussions (DOT) microsoft.com> wrote

Quote:
I'm confused about something with J#, using the Microsoft Visual Studio
.net.
I have a solution that consists of two projects. Let's call them Mary and
Bill. Mary has some number of classes that are useful to Bill. But I can't
figure out how to make Mary's classes accessible to Bill, other than
making
complete copies of those classes inside of Bill, which cleary is a stupid
way
of doing it. J#, as with JAVA, provides an "import" statement to provide
access to the standard J# and JAVA classes, like Math and io and such. But
an
import statement doesn't work for my own classes, like Mary. The compiler
just doesn't like it when I do an;

import Mary;

I even tried specifying the package name within which Mary resides, and
that
doesn't work either.

So, how do I make Mary's classes accessible to Bill?

Roger Garrett




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.