| Thread | Last Post | Replies |
|
| Yukon and J# | 17 Dec 2003 14:00 GMT | 2 |
Does the .Net integration in the MS SQL Server Yukon include J# and managed C++ ?
 Signature Regards,
|
| can't debug applets | 16 Dec 2003 23:37 GMT | 4 |
My NET 2000 IDE refuses to load debugging symbols for JBC applets. Even navigating the IDE to the right pdb file using "modules" window do not help. The rest of debugging chain seems to be OK. On can attach to explorer process
|
| Should I choose J# ? | 16 Dec 2003 17:44 GMT | 7 |
I'm wanting to get a way from Delphi. I'm thinking of J# because I might be able to transfer the code to Java without much difficulty. Is this true? How much is J# like Java?
|
| how to extend Enum class in j# | 16 Dec 2003 15:04 GMT | 1 |
When I tried to extend Enum class in an application of j# it was giving 'Cannot author attributes, enums or value types' error. Can anyone help me out with this?
|
| Placement of graphic files | 16 Dec 2003 07:18 GMT | 1 |
Where do the graphic files need to be. Presently they are in a file in the project folder. Graphics are not visible when program is run. I checked the solution explorer and they are present there as well. But still no images. Like
|
| long / int64 bug (continued) | 15 Dec 2003 11:31 GMT | 1 |
Oups.. Had post to the wrong newgroups.. Well... Maybe I was not really clear WHERE this happens (but it happens). When using COM interop with J++, long (64 bits) are happily (and silently) converted to int (32 bits). (See below for the source code.) I just care about HOW J++ ...
|
| Compile Sun Java in .NEt | 15 Dec 2003 00:32 GMT | 2 |
I am doing some research on the technical issues involved with importing and compiling Sun Java into Visual J# .Net. There has to be a white paper somewhere on this topic, but I have yet to find anything.
|
| Two questions: return statement & with statement | 12 Dec 2003 21:28 GMT | 2 |
1. I noticed that from the syntax point of view if a method returns a value, the return keyword cannot be located within the try block. I also noticed that if I move the return statement after the catch block it is accepted by the compiler.
|
| J# and Windows Image Acquisition | 11 Dec 2003 22:33 GMT | 1 |
I am working on a programme to control a digital camera from a PC running Windows XP, using J# in Visual Studio .NET and the Windows Image Acquisition Automation layer version 2.0 (after download available to J# in the
|
| unable to get marshaling to work | 11 Dec 2003 21:57 GMT | 1 |
i'm trying to call into an unmanaged dll from j#. the dll function takes a TCHAR*. i tried to specify the marshaling attributes like so, public static native voidd myFunction(/** @attribute MarshalAs(UnmanagedType.LPWStr)*/String s);
|
| Java Socket - java.net.NoRouteToHostException | 11 Dec 2003 21:33 GMT | 3 |
Visual Studio .NET 2003 Os : win 2003 Hi all, Please explain me why i get a
|
| WndProc in j# | 10 Dec 2003 09:02 GMT | 3 |
How can i make my WndProc method call in j#? I tried by directly writing the method in the code but even then windows WndProc is called . Thanks.
|
| Error installing JCLA 2 | 10 Dec 2003 05:55 GMT | 1 |
I'm trying to run the JCLA 2 patch available here: http://msdn.microsoft.com/vstudio/downloads/tools/jlca/default.aspx It returns the error message: The upgrade patch cannot be installed by the Windows Installer service
|
| Variable Number of Arguments | 09 Dec 2003 22:01 GMT | 1 |
How do we pass variable number of arguments in J#? In c# we have params modifier, what is corresponding to it in J#? Regards AMIT
|
| Java StringTokenizer | 08 Dec 2003 10:05 GMT | 1 |
It doesn't appear that Visual Studio 2003 has the StringTokenizer class for a J# project. Am I missing something? Steve
|