Tagged Questions
J# programming language is a discontinued transitional language for programmers of Java and Visual J++ languages, so they may use their existing knowledge and applications on .NET Framework.
1
vote
1answer
31 views
J# Object Reference
I Wanted to convert a c# code to j# and somehow managed to get over dllimport and marshalas.
Problem is, when a function has a reference to an object - ref isn't recognized
public static native ...
0
votes
0answers
57 views
Requirements for using vjslib
I need to create zip and unzip logic for a WPF application without using any external Libraries.So,I used vjslib instead.
now,I need to know what are the requirements for my WPF application to ...
0
votes
1answer
252 views
needed Download link for Microsoft visual j# 2.0 redistributable package for windows 7 , 32 bit version(x86)
Guys, I have tried a lot but I didnt find it. I will appreciate if some one could help me on this.
Thanks.
0
votes
1answer
166 views
modPow slow in Visual J#?
Needing a quick way to build an ActiveX control out of some Java code, I tried out Visual J# Express.
Ran into a limitation, though, when I found that BigInteger.modPow is really slow, and since my ...
0
votes
2answers
1k views
Where can one acquire the Visual J# Merge Module for use with Visual Studio 2008?
I've inherited an application which depends on a third-party library, which in turn depends on Visual J#.NET.
The application was previously being developed on Visual Studio 2005, and I've got it ...