Hello,
 
One of the myraid of version number formats that must be accomidated is the DWord format.  This is a 32-bit unsigned value, with each byte getting one of the fields of a full version string, e.g., version 3.5.100.7 in DWord version format would be 0x03056407...
 
03 = 3 = major version
05 = 5 = minro version
64 = 100 = build number
07 = 7 = revision
 
Is there a way to format a known version string this way?  I'll write it if I need to; I'm just checking for known solutions.  TIA!
 
Mike Frederick - Software Developer
[EMAIL PROTECTED]
 
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to