- ZThread devpak
Does anyone have this devpak? Please, I can`t find it anywhere......
- Zthread devpak
Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsolutions.webhop.info/ don't work anymore..I sent message to author, but he had hdd crash and he doesn't have itanymore..So if anyone have this file and could send it to me or upload itsome...
- Zthread devpak
Hi,I urgently need Zthread devpak (for dev-c++).Unfortunately, original links from http://contestsolutions.webhop.info/ don't work anymore..I sent message to author, but he had hdd crash and he doesn't have itanymore..So if anyone have this file and could send it to me or upload itsomewhere an...
- ZThread devpak
Does anyone have this devpak? Please, I can`t find it anywhere......
- ZOrder, parents and activation
Using the C++ MFC program, I've made an application whose main windowcan make a modal dialog pop up. This dialog then pops up a modeless dialog,but I can't get access to the new modeless dialog. I've tried changing itsparent,but that doesn't seem to work. Is there any way I ca...
- zoom a bitmap image in C++
HI,I am very new to C++.Using C++ I am reading one bitmap image.Now,Iam trying to zooming that image.Can any one tell me which functionhave to use for this.Or can any one send some sample code regardingthis zooming a bitmap image.Hope any one will give reply as soon as possible.Regards,swetha....
- Zombie Object (Hanging Object)
HI Gurus,Is "my" an zombie object in my code sinppet... if i am not handling exception in the constructor...And what will happen to the object created..i know that it will be a memory leak but how to overcome / release this kinda mem leaks..do suggest on this...#include <stdio.h>#include "iost...
- zlib: appending file to zip
Hello, im using zlib and trying to append a file to a zip that has already 1 file, im using minigzip which comes as example in zlib, the only thing i changed is:void file_compress(file, mode)char *file;char *mode;{local char outfile[MAX_NAME_LEN];FILE *in;gzFile out;// strcpy(outfile, file);// strca...
- Zlib, C++, folder
Hello all,I m not sure if it is the good newsgroup, please fu to the correct oneif you know (already tried comp.compression with no answer)I m really knew to the use of the zlib in C++ to compress files. I thinkI understand how to compress a single file but not how to compress awhole folder cont...
- ZLIB inflate() error........
------------------------I have a runtime error :Unhandled exception at 0x00434596 in Test.exe: 0xC0000005: Access violation reading location 0x00008000.the line in the source is:int err = inflate(&stream, Z_SYNC_FLUSH;Please if there is someone who know how to find what causes this error ,help me!!!...