![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I'm trying to integrate some program logic written in J# with a C# GUI. Although there is a single entry point for the program (in the J# code), objects in each need to be able to instantiate and call methods on objects in the other. I'm having trouble finding a way to compile this code, and more generally in finding information about .NET's cross-langauge support itself. The only good cross-language sample I've seen is the CrossLanguageDev that comes with VS, but the files in that sample can be compiled in a certain order to avoid generating ambiguities. I can't do that with my code (certianly not easily, and possibly not at all). 1. Are there any other good cross-language examples available (especially examples that use J# as one of the languages)? 2. Better yet, does anyone have a detailed, step-by-step tutorial on how to set all of this up? 2. Is it possible to compile all of the code (both J# and C#) in one batch? If not, is there any way I can compile the J# without errors because the C# is missing, or vice-versa? Thanks! |
#3
| |||
| |||
|
|
Mixing C# and J# is straightforward. You don't need any tool in between. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |