Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloads
Search: 

DynaZip AX Wrapper files (not classes)
Josh Assing, Jassing Consulting
PRG's to allow you to call dynazip ax compression/decompression routines in procedure style -- zip(cZip,cMask,cControl) Provides callbacks so it will display its progress Updated for latest 5.00.03 dynazip DLL's. .
Created on
22 years ago
Downloads
1529
File type
General information
Description
PRG's to allow you to call dynazip ax compression/decompression routines in procedure style -- zip(cZip,cMask,cControl) Provides callbacks so it will display its progress.
Created by
Josh Assing, Jassing Consulting
Josh Assing has been pogramming in xbase & C since the 80's. FoxPro since FoxBase thru FPW and VFP9. MultiUser, SQL, single user, BarCodes, Inventory, and realtime processing. Including, FLL/DLL in C to speed up calculations/CPU intensive processing. ASP/VFP integration thru custom COM objects; help files, robust installers. White & Black box testing in our testing lab.

Comments
Add a comment
More downloads created from this member
Josh Assing, Jassing Consulting
Easily track packages sent thru DHL, FedX, UPS, or USPS Updated to handle new page result format.
Created on
18 years ago
Downloads
513
File type
Freeware
Josh Assing, Jassing Consulting
The server I used for my COM object seems to be more flakey than at first believed. This is a list of some quotes & history dates I've accumulated. Good for adding some end user enjoyment to an app. Two database Quotes & DayEvent Enjoy -josh
Created on
18 years ago
Downloads
277
File type
Freeware
Josh Assing, Jassing Consulting
Add Quotes, Weather, or Day In History to your applications (COM Object)Requires VFP9 Framework files (http://jassing.com/binaries/vfp9FrameWork.exe) COM object requires internet connection to retrieve Quotes, Weather & History from well known server.
Created on
18 years ago
Downloads
288
File type
Freeware
Josh Assing, Jassing Consulting
Freeware/donationware Provides a way to retrieve Zip+4 for an address (USA only) via a COM object. This is done by retrieving it from USPS, NOT a database housed on a 3rd party server. Zip4COM homepage: http://zip4com.jassing.com Demo has been fixed.
Created on
18 years ago
Downloads
269
File type
Freeware
Josh Assing, Jassing Consulting
Fast CRC32 for files & strings -- writen in C for fast calculations. *Tests performed on 1000mhz PentiumIII machine: *Times in seconds. Using 256, 1024, and 2048 as chunk size *12 Meg file: * FileToStr = .4 *crc of the string = .9 * crc of the file = .6,.5,.4 *103 Meg File: * FileTo...
Created on
22 years ago
Downloads
624
File type
Josh Assing, Jassing Consulting
Client required his app to "stop processing" if utilization reached 90%, so I added this in a timer to check. This is VB6 DLL (needs VB runtimes) to determine % of CPU utilization. The usage in simple: loMon=createobject("cpumon.cpuuse") ?loMon.cpuuse() ...
Created on
22 years ago
Downloads
620
File type
Rating
5.00/5.00
Josh Assing, Jassing Consulting
Enables Long File Name support for FPW 2.6 Recently I got a few emails regarding it; and one person asked about a "rename" function.. So I dug up the code, added a rename, and recompiled. http://www.jassing.com/binaries/foxlfn.zip is the last "real" version.
Created on
22 years ago
Downloads
407
File type
Josh Assing, Jassing Consulting
Allows you to query the connection status (connected, disconnected, etc), Logoff the session, get the username, etc. Small FLL (library) to help you, combined with a timer, you can check the status of the connection state, and if disconnected, you can close files, or log off the server for security...
Created on
22 years ago
Downloads
933
File type
Josh Assing, Jassing Consulting
This utility allows you to check for a server & port to be running. For example: ?ping("jassing.com",80) would check to see if jassing.com is running a web server. Does *not* do any record lookups (ie: ?ping("Jassing.com",25) would be for a SMTP server, but if the MX record points to a different s...
Created on
22 years ago
Downloads
827
File type
Josh Assing, Jassing Consulting
Can verify NT Domain passwords (from NT/W2K/Win9x) & for local system. ?vpass("password","user","domain") Returns .t. on success, .f. on failure. Domain & user are optional. Tested with VFP6, sp5 on W2K & NT4 & TerminalServer & Win98 Sample form included.
Created on
23 years ago
Downloads
1377
File type