Hi. I've the fourth and the last part of a 5 part multi-volume winrar file and I want to decompress the contents ignoring the missing parts and all the integrity checks that winrar does. Is there any way to do it?. Thanks.
freeheap
Posts
-
WinRAR multi volume files -
Linker optionsHi.I'm trying to compile a project with Visual Studio 2008, but I need to modify my linker settings to include wsock32.lib. How can I do this?
-
Search functionsWell, the code has 50000 lines and 214 files.Browsing through that quantity of code is a daunting task.X|
-
Search functionsHi.I need to make a txt file with the names of all the functions and methods defined in a program's source code (made in c++).I tried with Sourcenav but when I try to print the output with a virtual printer the resulting pdf file is all messed up. Now I'm using Doxygen but it only lists the methods. Does anyone know a good program to do this task?
-
MS Help 2.xDoes anyone know where to get the specs of MS Help 2.x? Thanks.
-
How to get started in win32 apiHi, after programming in c++ for some time, I've decided to start to code in windows environment. The question is, should I read code until I fully understand windows internals or should I start to make my own programs and learn on the fly? I've read Petzold's book but it seems to me that it its not enough to make my own app.