Volser Review

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

Review
Name:
Volser
Version:
1.0
Released:
17, December 2007
Licence:
Freeware
Size:
523 Kb
Rating:
1
10

0

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
http://mindprod.com/jgloss/path.html

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.

What's new in current version
Initial release

Requirements
Java 1.1+

Please contact Volser publisher, Canadian Mind Products if you have questions or issues regarding this product.
Awful
Poor
Average
Good
Excelent
 
Share Volser Review, Canadian Mind Products Page
Page URL: 
del.icio.us Digg Add this page to Mister Wong Reddit Stumble Upon Ma.gnolia Spurl Furl Netvouz Fark Simpy Blinklist Bluedot Diigo Backflip Linkagogo

Tourweaver Review Tourweaver helps to create full screen interactive 360 degree panoramic virtual tours with maps,hotspots,compan y information, dynamic text, pop-up images for certain scenes,radars and url links,and publish tours in Flash, Java applet and video.
FRSLibrary Review FRSLibrary helps you manage your multimedia items. Haven't you always wanted to organize your CD's, books, DVD's, etc.?
Related downloads

Biorhythmus-Applet
Free biorhythm applet with a high level of customization of look and feel. It also can easily be localized to any language just by editing the applets parameters in the embedding HTML code. You may use this applet freely on your website.
Web Designers Toolkit with Calendar
Professional Web Toolkit for Webmasters. Integrate winning-award and professional script authoring tools into one program.
Web Designers Toolkit with RSS News
Professional Web Toolkit for Webmasters. Integrate winning-award and professional script authoring tools into one program.
Web Designers Toolkit with Slideshows
Professional Web Toolkit for Webmasters. Integrate winning-award and professional script authoring tools into one program.
Strong JS
It is a shrinker/obfuscator for JavaScripts. You can use it to easily and quickly reduce the size of typical JavaScript files by 50% on average depending on the style the code is written in.