| Thread | Last Post | Replies |
|
| unsatisfiedlinkerror | 17 Feb 2004 21:43 GMT | 1 |
I have built a j# dll - it works fine in my .NET 2003 project group, I use .NET 2002 at work, I'm using this dll from a vb.net project, after some tinkering around at work, referencing the vjslib.dll and having to deselect and reselect system.dll and other dlls I got the project ...
|
| .Net stub library for Java | 17 Feb 2004 21:36 GMT | 1 |
I'm looking for a set of System.* package library or .Net Framework library for Java which allow me to write J# code in any Java RAD tool. of'cos I will not able to compile and run the J# code in Java RAD tool. Thanks
|
| WinXP and J# Browser doesn't work??? | 17 Feb 2004 21:24 GMT | 20 |
I have created a J# Browser Control and I cannot get it to run on my newly installed WindowsXP system. I posted the J# Browser Control to my webpage and I can get it to run using my Win2000 laptop, but not the XP desktop. I have installed the J# Browser Control on the machine ...
|
| Security exception not thrown | 17 Feb 2004 21:17 GMT | 1 |
For the follwoing code public class Demo { /** @method IsolatedStorageFilePermissionAttribute(SecurityAction.Deny, UsageAllowed = IsolatedStorageContainment.DomainIsolationByRoamingUser, UserQuota = 100)
|
| Method attributes | 17 Feb 2004 11:17 GMT | 1 |
How to define method atttribute in j#?
|
| C# Pointers and J# | 17 Feb 2004 08:56 GMT | 1 |
I have a reference to a c# dll which contains an object with a method that takes two double pointers as arguments (double* arg1, double* arg2). How and/or what do I pass to this call? Thanks!
|
| J# msdn page? | 17 Feb 2004 04:43 GMT | 1 |
On this page: http://msdn.microsoft.com/library/en-us/dv_vjsharp/html/vjlrfUnsupportedClassLib rariesAPIs.asp It says: "Applet development. There is also no support for running applets in
|
| [HELP] Mike Green please or Anyone??? | 16 Feb 2004 18:51 GMT | 1 |
Okay, I have a CD that contains a large number of Applets that I have created using Visual J++ 1.1. These Applets run off the CD through Internet Explorer IE. What I want to do is to convert these Applets into J# Browser Controls
|
| Module level attributes | 16 Feb 2004 14:23 GMT | 1 |
How to define module level attributes in j#
|
| What code access security permisssions does vjslib need? | 12 Feb 2004 20:47 GMT | 12 |
I have a J# class library which I call from Reporting Services. Inside the RS configuraration file I defined a custom code access group, as follows: <CodeGroup class="UnionCodeGroup" version="1" PermissionSetName="FullTrust" Name="OpenForecastCodeGroup">
|
| Please help me | 12 Feb 2004 16:00 GMT | 1 |
I have to run follwoing code public static void main(String[] args Object ctorParams[] = new Object[2] Console.Write("Enter a integer value for X: ")
|
| Exception in addparams method | 11 Feb 2004 12:40 GMT | 1 |
How to put an integer inside an Object array. I need to accept an integer form console and put it in addparams function. If i do Object[] addParams = new Object[2];
|
| System.MissingMethod Exception | 11 Feb 2004 12:23 GMT | 3 |
Whenever i try to put an array of integers in an Object array, it gives me runtime exception For example I have to put 10,10 in Object array So i did
|
| ADO Field difference with nulls between J++/J# | 10 Feb 2004 19:31 GMT | 6 |
I've been experimenting with compiling a J++ codebase into J# and have run across a problem when accessing ADO fields. The existing J++ code assumes that NULL values will be translated to default values when using .GetInt() .GetString() calls (rs.getField("nMyField").getInt();) ...
|
| Lack of the ByRef/ref keyword in J# | 10 Feb 2004 14:59 GMT | 1 |
Has anyone ever tried to override ProcessCmdKey in J#? Is there any way to work around the lack of the ByRef/ref keyword in J#? Has anyone tried declarative syntax on this? Sorry, I'm lost here.. protected boolean ProcessCmdKey System.Windows.Forms.Message& msg System.Windows ...
|