Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Possible to use a Java app with dll files on Unix-systems Post 302112585 by Scorp-D on Thursday 29th of March 2007 03:37:06 AM
Old 03-29-2007
Possible to use a Java app with dll files on Unix-systems

Hi...

I have build a program for the Velleman K8000 interface card, in java, which works just fine in windows, but now I want to use the program on a Unix-System.

Is it possible to somehow convert the dll file to a format that Unix supports, or do I have to find another way?

Dll-file: jnpout32pkg.dll

Scorp-D
 

10 More Discussions You Might Find Interesting

1. Programming

I am porting Dll from NT to Unix, how should I proceed

I am porting Dll from Windows NT to Unix, Could any body pls guide me how should I proceed?? (3 Replies)
Discussion started by: Vipin
3 Replies

2. Programming

Need to port C dll to UNIX

I have source code of a Windows C DLL. It complies properly and works. Now I need to port it to UNIX environment. I need to know if I can create a Dynamic Library or only Static Library is possible in UNIX. In case I can create a Dynamic Library please guide me how to proceed. Or if there... (2 Replies)
Discussion started by: ana_puri
2 Replies

3. UNIX for Advanced & Expert Users

Executing a .dll from a Unix script

Is it possible for a Unix script to execute a .dll. If so, where would I find information/examples of how to do that? Thanks, in advance, for any help. :rolleyes: (2 Replies)
Discussion started by: BCarlson
2 Replies

4. What is on Your Mind?

Can we run a dll in unix?

I have created DLLs in c++. Is it possible to run these DLLs in unix so that I can save time converting function/scripts in unix? In this way I can reuse these DLL in Unix. Thanks. (2 Replies)
Discussion started by: alestoquia
2 Replies

5. Programming

Using Windows DLL in UNIX

Hello, I am sorry to bother you all but I am thinking about switching to UNIX and I am a complete novice there. The problem is that I need to call a C++ dll on UNIX platform which was compiled on Windows. I don't have the source code of the dll as well. I just need to call this dll in my C++... (2 Replies)
Discussion started by: clickoo
2 Replies

6. Shell Programming and Scripting

GD.dll files for php 5.1.6

Hi, I want to create an image dynamically. I used this function. $img_handle = ImageCreate ($length, 10) or die ("Cannot Create image"); It was not creating the image. When i checked in error_log file the error was: PHP Fatal error: Call to undefined function ImageCreate(). ... (0 Replies)
Discussion started by: vanitham
0 Replies

7. Programming

JAVA - External JAR files in UNIX

Hi, I have to run my JAVA programs in UNIX server. The java program uses some external jar files for compiling. I have set the classpath to the folder where all the jar files are present using EXPORT classpath command. But when i compile, it shows errors.. saying that the classes relating... (8 Replies)
Discussion started by: satish2712
8 Replies

8. UNIX for Advanced & Expert Users

Working with remote Unix files systems from Windows

I am currently using Samba to access remote Unix file systems from Windows. However, it is slow, and I presume insecure in the sense that file contents are transmitted unencrypted. I also wonder if passwords are transmitted in plain text in this protocol or not. For these reasons I am looking for... (2 Replies)
Discussion started by: Bilge
2 Replies

9. UNIX for Dummies Questions & Answers

Checking heap memory size for java app

Hi I have one Java application installed in my Solaris system. Is there a way to find out the heap memory allocated size/used size/free size for the particular Java process? If anyone knows the command, please let me know. Even I appreciate if I have any scripts to find out the same. ... (0 Replies)
Discussion started by: nthiruvenkatam
0 Replies

10. UNIX for Advanced & Expert Users

Sun java app server

quick question: where can I download sun java application server that will run in java6? or both? I need to install sun java app server and java6. thanks ---------- Post updated at 09:20 AM ---------- Previous update was at 09:12 AM ---------- OS: solaris10 (0 Replies)
Discussion started by: lhareigh890
0 Replies
resgen(resgen 1.0)														resgen(resgen 1.0)

NAME
resgen, resgen2 - Mono/CLI Resource Generator SYNOPSIS
resgen source.ext [dest.ext] resgen /compile source.ext[,dest.resources] [...] resgen2 DESCRIPTION
Convert a resource file from one format to another. The currently supported formats are text, resources, resx and po. .txt, .text Used to process text files, the format of the text file is of the form: key=value The value argument can contain special characters as long as they are escaped. The escape sequences currently supported are , , , \ (to get the escape sequence itself) and with resgen2 unicode escape sequences are supported with the uXXXX escape sequence, where XXXX is a four digit number. Lines that start with the # or ; character are considered comments and ignored. '.resources' This is the binary file format implemented by the System.Resources.ResourceReader class, part of mscorlib.dll '.resx' This is the binary file format implemented by the System.Resources.ResXResourceReader class. This class is not part of mscor- lib.dll, this class is part of System.Windows.Forms. '.po'. PO files are the source files used by the Unix gettext infrastructure that is typically used to internationalize applications. Lines starting with the '#' character are comment lines. The file contains many instance of strings like this: msgid KEY msgstr VALUE The KEY is typically the string to translate and the VALUE is the translation. On PO files instead of using codes as the KEY (as it is customary with resource files) the KEY is typically a complete english message that applications embed in their source code and will be used as a fallback if no translation resources are used. Since resources are key value pairs, the extended features in PO files are not supported (plurals and support for N-cases). To learn more about the po file format, use your info browser and point it to the "(gettext)PO Files" node. If the destination file is not specified, source.resources will be used. The /compile option takes a list of .resX or .txt files to convert to the output file name. OPTIONS
-compile This switch instructs resgen to compile multiple files. It must appear before any resources are specified on the command line. -usesourcepath This option is only available for resgen2, and it instructs resgen to resolve relative paths using the directory of the resx file as current directory. FILES
This program will load referenced assemblies from the Mono assembly cache. MAILING LISTS
Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details. WEB SITE
Visit: http://www.mono-project.com for details SEE ALSO
mcs(1),mono(1),mono-config(5). resgen(resgen 1.0)
All times are GMT -4. The time now is 10:33 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy