im looking for a way to read zip files from a C++ application, preferably without using a third party library. Windows ships with two dlls (LzExpand.dll and lz32.dll) that apparently give the ability to read compressed files but not zips.
Thanks in advance.
Im looking for information on extracting the contents of a text file contained within a zip file. All I need to do is read the contents out, no modifications will be made so the simpler the better.
Thanks in advance.
I have noticed that using the method for checking for user input used in most example code, ie IF INKEY()=whatever, only allows for one key to be pressed at a time. Although the special keys seem to be excempt from this if you use IF LEFTKEY()=1 it is still anoying that only one alphanumeric...
I consider myself to be a reasonably clever person but i cannot, for the life of me, get darkEdit to compile in any form. If you have opened a dba file and you click compile it brings up a msg box saying "Error running Core". I assume this means it cannot find darkbasic. Dark basic...
I am using a server object within an RMI application. It extends java.rmi.server.UnicastRemoteObject. Its function is to remain memory, servicing RMU method calls, until a particular signal from the client indicates that the communication is complete at which point the object should destroy...
I am writing and an applet/servlet which will communicate data via the Internet. Can anyone point out any good sites or books that deal with security in this contex?. Most books etc deal with protecting yourself from maliciouscode but have little coverage of securing data transmissions etc...
I am writing an applet that must create a connection back to the server. However this seems to contravene java security rules as it throws a security exception when I create the Socket. What exactly must be done to avoid breaking the rules?
I am developing a VB application that has problems. Half the time it is run it runs fine, the other half it brings up a "out of stack space error". It also periodically throws up Illegal Operation orriginating in a DLL that is not my creation.<br><br>The...
I am developing a VB application that has problems. Half the time it is run it runs fine, the other half it brings up a "out of stack space error". It also periodically throws up Illegal Operation errors originating within the crystal reports DLLs. Any...
I am using several bound reports in a VB 5 application. For some reason whenever any one of several boolean fields (yes/no in Access 97) is included in the record source of the data control, no data is displayed even though valid records are present in the data control's...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.