Hi,
If you miss any dll, here is another link, with the all files and folders.
https://1drv.ms/u/s!AjWGaISptCtfhL0NO0F6_iI1cVZjAg?e=u4k4j6
Regards,
Reynaldo Henrique
Hi,
If you miss any dll, here is another link, with the all files and folders.
https://1drv.ms/u/s!AjWGaISptCtfhL0NO0F6_iI1cVZjAg?e=u4k4j6
Regards,
Reynaldo Henrique
Your latest BCC760 upload works fine and I was able to build the core. While building the contrib, I encountered below error under hbzlib. Were you able to build the hbzlib? or maybe is there an option that I can bypass this from compiling if I don'tneed it?
Error E2034 contrib\hbzlib\zipplatform.cpp 184: Cannot convert 'utimbuf *' to 'const _utimbuf *' in function SetFileModTime(const char *,long)Here I compile all the sources.
Error E2342 contrib\hbzlib\zipplatform.cpp 184: Type mismatch in parameter '__times' (wanted 'const _utimbuf *', got 'utimbuf *') in function SetFileModTime(const char *,long)
*** 2 errors in Compile ***
Hi Mario,need it?
Your latest BCC760 upload works fine and I was able to build the core. While building the contrib, I encountered below error under hbzlib. Were you able to build the hbzlib? or maybe is there an option that I can bypass this from compiling if I don't
Error E2034 contrib\hbzlib\zipplatform.cpp 184: Cannot convert 'utimbuf *' to 'const _utimbuf *' in function SetFileModTime(const char *,long)Here I compile all the sources.
Error E2342 contrib\hbzlib\zipplatform.cpp 184: Type mismatch in parameter '__times' (wanted 'const _utimbuf *', got 'utimbuf *') in function SetFileModTime(const char *,long)
*** 2 errors in Compile ***
using de command:
make_bc clean
make_bc all
Reynaldo Henrique
Hi,Hi,
Here is the link for downloading the bcc760.
https://1drv.ms/f/s!AjWGaISptCtfg9FklOCWuJQP8wWpJg?e=dUtUdg
Regards,
Reynaldo Henrique
Error E2034 contrib\hbzlib\zipplatform.cpp 184: Cannot convert 'utimbuf *' to 'const _utimbuf *' in function SetFileModTime(const char *,long)
Error E2342 contrib\hbzlib\zipplatform.cpp 184: Type mismatch in parameter '__times' (wanted 'const _utimbuf *', got 'utimbuf *') in function SetFileModTime(const char *,long)
Error E2034 contrib\hbzlib\zipplatform.cpp 184: Cannot convert
'utimbuf *' to 'const _utimbuf *' in function SetFileModTime(const
char *,long)
Error E2342 contrib\hbzlib\zipplatform.cpp 184: Type mismatch in
parameter '__times' (wanted 'const _utimbuf *', got 'utimbuf *') in
function SetFileModTime(const char *,long)
I confirm those two errors building xHarbour with BCC 7.60. Ron, can you
try to fix them? I'm here to make any required test.
Error E2034 contrib\hbzlib\zipplatform.cpp 184: Cannot convert
'utimbuf *' to 'const _utimbuf *' in function SetFileModTime(const
char *,long)
Error E2342 contrib\hbzlib\zipplatform.cpp 184: Type mismatch in
parameter '__times' (wanted 'const _utimbuf *', got 'utimbuf *') in
function SetFileModTime(const char *,long)
I confirm those two errors building xHarbour with BCC 7.60. Ron, can
you try to fix them? I'm here to make any required test.
This seems to fix the error but I don't know if it is the proper one:
bool ZipPlatform::SetFileModTime( LPCTSTR lpFileName, time_t ttime )
{
struct _utimbuf ub;
ub.actime = time( NULL );
ub.modtime = ttime == -1 ? time( NULL ) : ttime; // if wrong file time, set it to the current
return utime( lpFileName, &ub ) == 0;
}
Ron, can you check it and, if you find it correct, commit it?
Hi,
Now this link is small size:
https://1drv.ms/u/s!AjWGaISptCtfhL0sFxJM5oBhhZr9_g?e=zQhM21
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 251 |
Nodes: | 16 (0 / 16) |
Uptime: | 156:47:23 |
Calls: | 5,528 |
Calls today: | 1 |
Files: | 11,672 |
Messages: | 5,099,109 |