Written some cool source code? Upload it to Programmer's Heaven.
*/
*/

View \VBINST.PAS

Installation program for shareware authors.

Submitted By: WEBMASTER
Rating: Not rated (Rate It)


{name for dll library}
Library vbinst;
Uses WinDos;

{function to be called from VB. Export is needed fo dll}
Function DFree(X: Integer):Longint;Export;

Begin
    {assign DiskFree function to DFree}
        Dfree:=DiskFree(X);

End;

Function DSize(X: Integer):LongInt;Export;

Begin
        DSize:=DiskSize(X);
End;


{needed stuff for dll}
Exports
        DFree index 1,
    DSize index 2;

{needed null main}
begin
end.

corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.
Resource Listings