RE: [Harbour] Hbmk2 and -gui/-std

2009-06-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Saulius Zrelskis [mailto:labi...@gmail.com] >Sent: Thursday, June 04, 2009 5:01 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Hbmk2 and -gui/-std ... >> You can do that with supplied 'wlib -x ' command. >

Re: [Harbour] Hbmk2 and -gui/-std

2009-06-04 Thread Saulius Zrelskis
>> In OW in filr >> {drive}:\WATCOM\lib386\nt\uuid.lib >> Too is 2 time recall to GUID_NULL (string in this lib). >> I do not have the tools to cutting lib files. > > You can do that with supplied 'wlib -x ' command. > You can also disasm using 'wdis' command. > > Brgds, > Viktor or look at OW sou

Re: [Harbour] Hbmk2 and -gui/-std

2009-06-04 Thread Viktor Szakáts
>>GUID_NULL is exported from uuid.lib in BCC. >> > > In OW in filr > {drive}:\WATCOM\lib386\nt\uuid.lib > Too is 2 time recall to GUID_NULL (string in this lib). > I do not have the tools to cutting lib files. You can do that with supplied 'wlib -x ' command. You can also disasm using 'wdis' comma

RE: [Harbour] Hbmk2 and -gui/-std

2009-06-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] >Sent: Thursday, June 04, 2009 1:45 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Hbmk2 and -gui/-std ... >> Problem with GUID_NULL : > >Hi, > > >GUID_N

Re: [Harbour] Hbmk2 and -gui/-std

2009-06-04 Thread Mindaugas Kavaliauskas
>> In BCC it is defined in oaidl.h and included in import32.lib. > > > C:\WATCOM\h\nt\oaidl.h > 523│EXTERN_C const IID IID_IDispatch; > 524│EXTERN_C const IID IID_IEnumVARIANT; > > > Problem with GUID_NULL : Hi, GUID_NULL is exported from uuid.lib in BCC. Regards, Mindaugas _

RE: [Harbour] Hbmk2 and -gui/-std

2009-06-04 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Mindaugas Kavaliauskas [mailto:dbto...@dbtopas.lt] >Sent: Wednesday, June 03, 2009 4:25 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Hbmk2 and -gui/-std > >Viktor Szakáts wrote: >>>> uuid lib is linke

Re: [Harbour] Hbmk2 and -gui/-std

2009-06-03 Thread Mindaugas Kavaliauskas
Viktor Szakáts wrote: uuid lib is linked by hbmk2, and these symbols are present in that lib, so it's probably some symbol declaration problems on C level, but I don't know the answer. Mindaugas, can you improve olecore.c ? To be precise in pointing at the faulty in my guess, this is IMO rathe

Re: [Harbour] Hbmk2 and -gui/-std

2009-06-03 Thread Viktor Szakáts
>>uuid lib is linked by hbmk2, and these symbols are present in >>that lib, so it's probably some symbol declaration problems on >>C level, but I don't know the answer. > > Mindaugas, can you improve olecore.c ? To be precise in pointing at the faulty in my guess, this is IMO rather some special p

RE: [Harbour] Hbmk2 and -gui/-std

2009-06-03 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Viktor Szakáts [mailto:harbour...@syenar.hu] >Sent: Wednesday, June 03, 2009 1:18 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Hbmk2 and -gui/-std > >> I use >> hbmk2 homar.prg braki.prg -lhbct -lhoma

Re: [Harbour] Hbmk2 and -gui/-std

2009-06-03 Thread Viktor Szakáts
> I use > hbmk2 homar.prg braki.prg -lhbct -lhomar -lhbwin -gui > And/or > hbmk2 homar.prg braki.prg -lhbct -lhomar -lhbwin -std > > Homar.prg and braki.prg are standard harbour code. > In small examle work ok. :( > I try to check the evening in home. Thanks. Code would be essential as without it

RE: [Harbour] Hbmk2 and -gui/-std

2009-06-03 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Viktor Szakáts [mailto:harbour...@syenar.hu] >Sent: Wednesday, June 03, 2009 10:55 AM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Hbmk2 and -gui/-std > >It's possible that owatcom targets still have some problems,

Re: [Harbour] Hbmk2 and -gui/-std

2009-06-03 Thread Viktor Szakáts
It's possible that owatcom targets still have some problems, see this code part still in hbmk2.prg: --- IF hbmk[ _HBMK_lGUI ] AAdd( hbmk[ _HBMK_aOPTC ], "-bg" ) /* TOFIX */ AAdd( hbmk[ _HBMK_aOPTL ], "RU NAT" ) /* TOFIX */ AAdd( hbmk[ _HBMK_aOPTL ], "SY

[Harbour] Hbmk2 and -gui/-std

2009-06-03 Thread Horodyski Marek (PZUZ)
For as long as I worked without -gui switch, everything was ok. Then I was work with the-gui, and the application was with GTWVT, and too all was ok.. But now, when I link without -gui (want to go back to character mode), or with -std switch, app has allways two window, one text console and two WV