Download Online App Box . LIBRARY PATH, D LANGUAGE LIBRARY
MultiProfile is a simple and very useful development tool. Many programmers usually need different IDE settings for separate projects. In Delphi or C++ Builder they may need separate settings for Library Path or those of the debugger especially in case when they use different versions of the same components in various projects. MultiProfile quickly and easily solves this problem enabling to launch development tools with defined IDE settings for each project or group of projects. The current MultiProfile version supports Borland Delphi 2-7, Delphi 2005-2006, C++ Builder 3-6, and C# Builder. It also helps developers to add support of other programmes. Why may you need different IDE options? You may set different IDE options for every project of yours in the following cases: I.e. some projects may require special options for the built-in debugger. Sometimes you need to deactivate some tool palette packages in order to make the IDE navigation simpler. Using Devrace MultiProfile you may set separate tools for each project/group of projects. You may set separate paths to keep compiled libraries or header files (in particular Delphi Library Path or BPL output directory) for each project/group of projects. Using a separate path setting you may work with several product versions at once (versions of the same libraries in different projects).

  

search library

3D graph

Encryption Library

path names

D programming lanugae ide

shared library

 

-------------------------

 

 

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.

Devrace MultiProfile: http://www.devrace.com/files/multiprofile_setup.1.0.8.24.exe

Volser: http://mindprod.com/zips/volser11.zip

 

"D programming language" library DWin is a library for the "D Programming language", Packages included in DWin cover such areas as : Windows COM client programming, Windows Registry module, PCRE Regular Expression, Send Email, Loads an ini style file(muliti line supported), BigInt, Create Windows shortcut and more... get "D programming language" library DWin : http://dwin.chinese-blog.org 

D Programming Language Library DWin: http://dwin.chinese-blog.org/download/dwin.exe

 

Copyright © Online App Box (onlineappbox.com), All rights reserved.