I have the folowing "general meta" problem.
I will describe what I remember of doing.
I work with Delphi XE7.
Yesterday all my code function corect. a. I compiled 2 programs deployed at clients an work ok.
After that I installed (if I remember corect) one package from CleverComponents to compare firebird database.
- After open some samples I decided to postpone the samples and get back to 1 program to fix a problem that i received.
the program suddenly does not work anymore.
The component that is problematic is TclDownLoader from Clever Internet Suite.
when I use the TclDownLoader to download something, the component enter in the following code:
FMapHandle := CreateFileMapping(AFileHandle, nil, p, h, l, nil);
if (FMapHandle = 0) then begin
raise EclStreamError.Create('TODO ' + IntToStr(clGetLastError()));
end;
the error = 8; (message is show TODO 8);
After several trying to clean up dcu, reinstall the Internet suite, delete newest instaled package, clear any trace of what I installed I dont hane any ideeas left.
I'm sure that there is no code problem only some "colision" of the version or who knows.
Any ideea on how to fix this problem?