Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Pritpal Bedi
Hello Viktor Viktor Szakáts wrote: > > Well, thinking about it, this change prevents using certain filenames to > be > used for source files (anything having '{' char. > So I'm not sure this is very good. > This is not '{' only, it is with '}'. So it is rare someone may use this combination i

Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Viktor Szakáts
Well, thinking about it, this change prevents using certain filenames to be used for source files (anything having '{' char. So I'm not sure this is very good. Brgds, Viktor On Mon, May 4, 2009 at 6:00 AM, Viktor Szakáts wrote: > > >> >> Here is the modified code, check if is corrcet one >> [ I

Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Viktor Szakáts
Dunno, but it looks like windres isn't happy about something. Brgds, Viktor On Mon, May 4, 2009 at 2:02 AM, Pritpal Bedi wrote: > > Hi > > > Pritpal Bedi wrote: > > > > windres: unexpected version string length 48 != 32 + 12 > > ^^ > > > > Let me check how I have d

Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Viktor Szakáts
> > > > > Here is the modified code, check if is corrcet one > [ I am been able to compile properly with it ] For best results you should add this line: cParam := ArchCompFilter( cParam ) after: CASE FN_ExtGet( cParamL ) == ".prg" and: CASE FN_ExtGet( cParamL ) == ".c" .OR. ;

Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Pritpal Bedi
Hi Pritpal Bedi wrote: > > windres: unexpected version string length 48 != 32 + 12 > ^^ > > Let me check how I have defined version info. > I cannot make out where is the problem. Version info is like: VOUCH x 6 times == 5 Characters 30 7.70 x 2 times

Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Pritpal Bedi
Hi >What is the problem you're experiencing? This is the screen dump windres: unexpected version string length 48 != 32 + 12 hbmk: Error: Running resource compiler. 1: windres -I"C:/harbour_dev/harbour/mingw/include" -I"c:/dev_sources/vouch/include " -I"c:/dev_sources/cachemgr/include" -I"c:/dev

Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Pritpal Bedi
Hi Viktor Szakáts wrote: > >> c:/dev_sources/dev_resources/txtext.res -O coff -o >> c:/dev_objs/mingw/vouch/txtext.reso > > What is the problem you're experiencing? > Compilation process just astops at this line as above. Exe is not generated, probably next command is not executed, at least

Re: [Harbour] HBMK2 - MINGW - Resource Compiler

2009-05-03 Thread Viktor Szakáts
Hi Pritpal, MINGW has given me some more bumps than expected. I could cover > almost all of them but for one as under: > > Compiling resources... > hbmk: Resource compiler command: > windres -I"C:/harbour_dev/harbour/mingw/include" > -I"c:/dev_sources/vouch/include" -I"c:/dev_sources/cachemgr/incl