| > So in the code below is argc=5 and argv is populated with the values but then
the last value is made NULL? Is that different to an empty string in C?
I think I worked it out. "argv[argc]=NULL;" must be removing the last array
entry, so then argc=4.
I now have the basics of HTTrackLib running in a C# application! Maybe time
for new GUI...
| |