I have: FWH 64 for Harbour 19.06 (MSVC++) Jun. 2019
If I use .bat in samples folder to test .prg files I get my .exe.
Inside build64.bat there is:
- Code: Select all Expand view
- echo uuid.lib >> msvc.tmp
but uuid.lib tuere is not inside folder samples or folder lib in FWH64.
If I try to compile my apps that is inside c:\myfolder I get:
- Code: Select all Expand view
- uuid.lib : fatal error LNK1136: file danneggiato o non valido
why?
where is the right uuid.lib?