Thread: Including

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    Question Including

    Good Day Fellow Programmers,

    Me and my coworker have written a program that takes insurance remittance files and zip them in order to be transferred. The program works great, but we were planning to put the program on another machine that does not have the zip utility included on it. The zip utility that we are using is 7-Zip. Any ideas on how we can include the utility in with the program without having to install 7-zip on the other PC?

    Appreciatively,
    Kendal

  2. #2
    Registered User
    Join Date
    Sep 2002
    Posts
    1,640
    Yeah, But you can't use step-7 anymore, Or you could let
    the program automaticly install it...
    There are open-source compression utiltise out there wich you
    can easily compile in your program.

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    Compression utilities

    You said we can't use 7-zip within the program?
    The other open source utilities out there, think they support command line? That is how he is using 7-zip. Do we just find another utility, modify the program and include the utilities .exe file or .dll file in with the project. to compile.

    Appreciatively,
    Kendal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Including extra .cpp files visual2008
    By Cathalo in forum C++ Programming
    Replies: 9
    Last Post: 06-16-2009, 03:29 AM
  2. Can we have vector of vector?
    By ketu1 in forum C++ Programming
    Replies: 24
    Last Post: 01-03-2008, 05:02 AM
  3. Class files including other classes
    By combatdave in forum C++ Programming
    Replies: 7
    Last Post: 11-04-2006, 12:37 AM
  4. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  5. Reading a line including blanks
    By Ec4U2du in forum C++ Programming
    Replies: 4
    Last Post: 11-13-2002, 07:32 PM