Re: [Harbour] Error compiling with MSVC (not think libc.lib)

2009-07-01 Thread Viktor Szakáts
Thanks. Since libc.lib isn't explicitly specified by hbmk2 and its input files, most probably they are pulled automatically from some libs. Not much idea how to solve that specifically in this case, usually you have to sync build switches along different tools or you can try to work it around wit

Re: [Harbour] Error compiling with MSVC (not think libc.lib)

2009-07-01 Thread sygecom
Hi Viktor, Sorry I had not understood, here is the result of which was compiled with: hbmk2 -inc -st -trace -info -oSYSTEM *.c *.prg SYSTEM.RC hbmk: Autodetected architecture: win hbmk: Autodetected C compiler: msvc

Re: [Harbour] Error compiling with MSVC (not think libc.lib)

2009-07-01 Thread Viktor Szakáts
Hi, Sorry, I cannot help without -trace -info output. My plain guess is that "libc" is coming from some envvars on your system. Brgds, Viktor On 2009.07.01., at 14:26, sygecom wrote: Hi Viktor, I'm using hbmk2 thus: hbmk2 -inc -st -trace -oSYSTEM *.c *.prg SYSTEM.RC And I have a script to

Re: [Harbour] Error compiling with MSVC (not think libc.lib)

2009-07-01 Thread sygecom
Hi Viktor, I'm using hbmk2 thus: hbmk2 -inc -st -trace -oSYSTEM *.c *.prg SYSTEM.RC And I have a script to compile this: file name: script.hbc {win}libs=hwgui procmisc hbmzip hbziparc hbct hbtip hbwin xhb hbhpdf libhpdf libpng hbblat blat hbgd bgd {win}gt=gtgui run=yes thank you very much Vik

Re: [Harbour] Error compiling with MSVC (not think libc.lib)

2009-06-30 Thread Viktor Szakáts
> I've updated the SVN Harbour today and compiled with MSVC 2008 and compiled > without errors. However when I compile my application in Hwgui using this > hbmk2.exe giving the following error: > > LINK : fatal error LNK1104: can not open the file 'LIBC.lib' Please post hbmk2 command line and '-tr

[Harbour] Error compiling with MSVC (not think libc.lib)

2009-06-30 Thread sygecom
Hello to all, I've updated the SVN Harbour today and compiled with MSVC 2008 and compiled without errors. However when I compile my application in Hwgui using this hbmk2.exe giving the following error: LINK : fatal error LNK1104: can not open the file 'LIBC.lib' Enjoying the topic How do I get