Download Volser 1.2


Volser 1.2
Download Now

click to begin

0.10 Mb



Average Rating:

out of 0 votes
User Rating:

out of 0 votes
Visitors Rating:

0 votes

General Info

Hits: 104 visitors

Publisher: Canadian Mind Products

OS Support: Java, Linux, Mac OS X, Unix, Win2000, Win7 x32, Win7 x64, WinServer, WinXP, Win Vista

License: Freeware

Date added: 26 May 2011

Last Update: 07 Nov 2010

Downloads:: 63

See full specifications >>

Your opinion can help!
Add your review now!


Publisher's description

Gets the 4-byte 32-bit binary volume serial number in Windows.

Gets the 4-byte 32-bit binary volume serial number of a Windows
disk drive assigned when it is formatted to provide and almost unique id.
Don't confuse this with the volser(, the string name,
or the manufacturer's disk serial number assigned to a hard drive at the factory.
Uses JNI and C++ native code.

Consists of java and JNI you include in your own code.

You can test with

C:
CD com.mindprod.volser
java.exe com.mindprod.volser.Volser

and ensuring nativevolser.dll is on the path, e.g. in the
current directory. YOU MUST MANUALLY EXTRACT
NATIVEVOLSER.DLL and put it on the path. See
path in the Java glossary.

To use getVolser, you need three pieces of code in your
class:
1. an import,
2. a static init to load the JNI library
3. a call to the getVolser native method

i.e.

import com.mindprod.volser.Volser;
...
static
{
// get DLL loaded from somewhere on java.library path.
System.loadLibrary( "nativevolser" );
// if have troubles change this code to use
// System.load( "E:\com\mindprod\volser\nativevolser.dll" );

/**
* test harness
*
* @param args not used
*/
public static void main( String[] args )
{
// Needs drive letter with colon and trailing backslash
final int volser = Volser.getVolser( "C:\" );
System.out.println( "4-byte Volume serial number for drive C: is " + Integer.toHexString( volser ) );
}
}

Volser does nothing much by itself, other than a debugging
test harness to demonstrate getVolser method.

Changes on the new version:
fix delete[] bug heap corruption bug.


Available Translations:

Version History

Version 1.2 added on: 26 May 2011


Related Tags:

    Volser          Java          classes          volume serials number      



Related software downloads:

Java Runtime Environment 7 Update 4
Java is the underlying technology that powers state-of-the-art programs including utilities, games, and business applications.
no screenshot StelsCSV - fast Text JDBC / CSV JDBC driver 5.2
JDBC driver for text files (CSV, DSV, tab-separated, fixed-length, etc)
CreditCard Validator 1.8
Verifies that credit card number is valid.
no screenshot dhtmlxGrid :: Editable Ajax DataGrid 2.6
Ajax-enabled JavaScript datagrid with rich data entry and editing capabilities
CSV 6.5
Java to read, write, align, sort and pack comma, tab-separated files.
DocFlex/Javadoc 1.6.0
DocFlex/Javadoc is both a multi-format Javadoc Doclet and a tool for development of Javadoc-based high-quality Java API documentation generators in va... Read more

Button for your site

To link back to this page, please copy code below and insert in your page. All visits come thru this code will add a 10 point vote to this software. Save the image button on your server

Example:
    





Popular downloads: Ultrasurf, Internet explorer, Adobe flash player, Atube catcher, Nokia PC suite, Ovoo, Camfrog, Skype, Teamviewer, Emsisoft antimalware
Creative Lab network: Softworld.com - Livescore.ro - Foz.ro (Fotbal Zoom)
Copyright (c) 2011 Softworld. All rights reserved.