> Error occurs on the Return() of the function and all processes within were
> completed successfully. The function creates Directories, copies files,
> creates an FTP script, calls external RUN to PkZip and FTP and then erases
> files and removes directories, thought maybe RUN calls were the culprit, so
> I have bypassed PKZIP and FTP calls, just replacing with Copy File so
> process can continue, and error still occurs. Not sure if posting function
> in a usable form will be possible, but I will continue trying to narrow it
> down and see if I can come up with something. One item of note though, is
> that the latest SVN hbmk2 and release 2.0 hbmk2 do create different
> application EXE sizes.

Change of executable size or even change in the 
checksum of the generated executable by itself isn't 
an indication of a problem.

hbmk2 is using Harbour libs, which change size all 
the time, plus it sometimes happens that C compiler 
options used by hbm2 change over time. The final 
executable will be created by C linker, which may 
have its own side of the story.

Point is to have a consistently and freshly rebuilt 
Harbour, 3rd party and local libs, and app, when 
doing tests.

Viktor

_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to