Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: andyjdavis
  • Content: Threads
  • Order by date
  1. andyjdavis

    zip files

    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.
  2. andyjdavis

    zip files

    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.
  3. andyjdavis

    input problem

    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...
  4. andyjdavis

    X file editor

    Anyone got any good suggestions as to where I can get a decent free editor for X files?
  5. andyjdavis

    DarkEdit problem

    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...
  6. andyjdavis

    Unicast Remote Object woes

    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...
  7. andyjdavis

    Security on the net

    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...
  8. andyjdavis

    Connection/Security problem

    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?
  9. andyjdavis

    stack space and memory woes

    I am developing a VB application that has problems.&nbsp;&nbsp;Half the time it is run it runs fine, the other half it brings up a &quot;out of stack space error&quot;.&nbsp;&nbsp;It also periodically throws up Illegal Operation orriginating in a DLL that is not my creation.<br><br>The...
  10. andyjdavis

    Out stack space

    I am developing a VB application that has problems.&nbsp;&nbsp;Half the time it is run it runs fine, the other half it brings up a &quot;out of stack space error&quot;.&nbsp;&nbsp;It also periodically throws up Illegal Operation errors originating within the crystal reports DLLs.&nbsp;&nbsp;Any...
  11. andyjdavis

    No data displayed???

    I am using several bound reports in a VB 5 application.&nbsp;&nbsp;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...

Part and Inventory Search

Back
Top