Hello Paulo,
In regard to my previous question, where I ran the project on windows 2000 and when I ran it on Windows XP it broke. Well I found out that the method that is producing the exception is this:
public
static int deflateInit2(ZStream strm, int level, int method, int bits, int memlevel, int strategy){
return deflateInit2_(strm, level, method, bits, memlevel, strategy, "1.1.4", DllLib.sizeOf(strm));
}
in the Zlib class. This class is using the vjslib.dll, I have no clue as how to solve this problem. Please help, even if you don't have the solution. Let me know how about to research for a solution. Thank You.
Thang Pham
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
