Re: [Harbour] errors with release 13584

2010-01-18 Thread Viktor Szakáts
> With an earlier version 13549 compiled 100% for BCC. With the latest > releases from Harbor began to appear that these errors. If I can fix it for > me to continue to use BCC ? > > > Franček Prijatelj wrote: >> >> I use mingw and MSVC8 with minigui extended (distribution by Grigory >> Filatov)

RE: [Harbour] errors with release 13584

2010-01-18 Thread Rossine
Hello Franček Prijatelj, With an earlier version 13549 compiled 100% for BCC. With the latest releases from Harbor began to appear that these errors. If I can fix it for me to continue to use BCC ? Franček Prijatelj wrote: > > I use mingw and MSVC8 with minigui extended (distribution by Grigor

Re: [Harbour] errors with release 13584

2010-01-18 Thread Viktor Szakáts
> Thank You. > I see in hbdefs.h: > > /* Include windows.h if applicable and requested */ > #if defined( HB_OS_WIN_USED ) && defined( HB_OS_WIN ) > > #include > #if defined( __GNUC__ ) > #define HB_DONT_DEFINE_BASIC_TYPES > #endif > > But I'am compiling daily minigui extended with mi

Re: [Harbour] errors with release 13584

2010-01-18 Thread Franček Prijatelj
Hi Thank You. I see in hbdefs.h: /* Include windows.h if applicable and requested */ #if defined( HB_OS_WIN_USED ) && defined( HB_OS_WIN ) #include #if defined( __GNUC__ ) #define HB_DONT_DEFINE_BASIC_TYPES #endif But I'am compiling daily minigui extended with mingw and MSVC8.

Re: [Harbour] errors with release 13584

2010-01-18 Thread Viktor Szakáts
> I use mingw and MSVC8 with minigui extended (distribution by Grigory > Filatov) > and I have no problems with any compiler. > Because minigui uses win32 appi, You have to #include You have to _request_ windows.h using HB_OS_WIN_USED (formerly HB_OS_WIN32_USED). That's all. MINIGUI code wasn't

Re: [Harbour] errors with release 13584

2010-01-18 Thread Viktor Szakáts
> Hi > > You have to insert #include "windows.h" in every *.c file. (after #include > "hbapi.h") > I did it localy and it works. No, it's wrong solution. It's one of the most popular misconceptions about using windows API with Harbour. Instead, see these: 2010-01-13 15:10 UTC+0100 Viktor Sz

RE: [Harbour] errors with release 13584

2010-01-18 Thread Franček Prijatelj
Hi I use mingw and MSVC8 with minigui extended (distribution by Grigory Filatov) and I have no problems with any compiler. Because minigui uses win32 appi, You have to #include BRGS Rossine wrote: > > Hello Horodyski, > > I use minigui extended. Currently I use Borland BCC. What is the adv

Re: [Harbour] errors with release 13584

2010-01-18 Thread Franček Prijatelj
Hi It's a consequence of . and commenting out #include "windows.h" Franček Prijatelj wrote: > > Hi > > You have to insert #include "windows.h" in every *.c file. (after #include > "hbapi.h") > I did it localy and it works. > It's a consequence of latest replacements of X types wit

Re: [Harbour] errors with release 13584

2010-01-18 Thread Franček Prijatelj
Hi You have to insert #include "windows.h" in every *.c file. (after #include "hbapi.h") I did it localy and it works. It's a consequence of latest replacements of X types with HB_ in Harbour trunk. Anyhow I think that Grigory Filatov will have to change it. BRGS Rossine wrote: > >

Re: [Harbour] errors with release 13584

2010-01-18 Thread Rossine
Hello All, Thanks for the tips and explanations but for now I want to continue using the borland. Today I tried to compile with the 13627 release and the errors continue. Using the 13549 release everything works OK. Below I list some of the errors: [ERRORS] MiniGui.lib Borland C++ 5.5.1 for

Re: [Harbour] errors with release 13584

2010-01-15 Thread Viktor Szakáts
>>> I haven't said nobody uses is, but seemingly nobody who'd >>> need it is willing to put any effort into it. > > not with MingW, i guess. For sure MINGW is used by MINIGUI, which (AFAIK) offers .dll call support, so probably everything is out there to make it work somehow. >>> and I rarely

Re: [Harbour] errors with release 13584

2010-01-15 Thread AbeB
>>I haven't said nobody uses is, but seemingly nobody who'd >>need it is willing to put any effort into it. not with MingW, i guess. >>and I rarely see even a 'thank you', Ohh, I must object this one. there are _LOT_ of 'thank you's for you and others in these posts, not as many as you de

Re: [Harbour] errors with release 13584

2010-01-15 Thread Viktor Szakáts
>> Nobody seems to be interested, or waits for others to fix it. >> Someone will have to actually look into it. >> >> Sad. How is that possible that nobody uses it? Is there an alternative? >> I'd love to look into it, but my knowledge in C & Harbour internals is >> less then zero! I haven't sai

Re: [Harbour] errors with release 13584

2010-01-15 Thread AbeB
Viktor Szakáts wrote: > > > Nobody seems to be interested, or waits for others to fix it. > Someone will have to actually look into it. > > Sad. How is that possible that nobody uses it? Is there an alternative? > I'd love to look into it, but my knowledge in C & Harbour internals is > less

Re: [Harbour] errors with release 13584

2010-01-15 Thread Viktor Szakáts
> Viktor Szakáts wrote: >> >> >> - handles .dlls better >> > > Is DLLCALL fixed? for me it still GPFs with Mingw. I'd love to use Mingw, > but this is a stopper for me. Nobody seems to be interested, or waits for others to fix it. Someone will have to actually look into it. It's not a MINGW b

Re: [Harbour] errors with release 13584

2010-01-15 Thread AbeB
Viktor Szakáts wrote: > > > - handles .dlls better > Is DLLCALL fixed? for me it still GPFs with Mingw. I'd love to use Mingw, but this is a stopper for me. Best regards Abe -- View this message in context: http://n2.nabble.com/errors-with-release-13584-tp4396199p4399481.html Sent from t

Re: [Harbour] errors with release 13584

2010-01-15 Thread Viktor Szakáts
gt;> -Original Message- >> From: Rossine [mailto:qii...@ig.com.br] >> Sent: Friday, January 15, 2010 1:14 PM >> To: harbour@harbour-project.org >> Subject: RE: [Harbour] errors with release 13584 >> >> >> Hello Horodyski, >> >> I use

RE: [Harbour] errors with release 13584

2010-01-15 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Rossine [mailto:qii...@ig.com.br] >Sent: Friday, January 15, 2010 1:14 PM >To: harbour@harbour-project.org >Subject: RE: [Harbour] errors with release 13584 > > >Hello Horodyski, > >I use minigui extended. Currently I use Borland B

RE: [Harbour] errors with release 13584

2010-01-15 Thread Rossine
Hello Horodyski, I use minigui extended. Currently I use Borland BCC. What is the advantage to using MingGW ? Best Regards, Rossine. -- View this message in context: http://old.nabble.com/errors-with-release-13584-tp27170267p27174837.html Sent from the Harbour - Dev mailing list archive at N

RE: [Harbour] errors with release 13584

2010-01-15 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Rossine [mailto:qii...@ig.com.br] >Sent: Friday, January 15, 2010 12:54 AM >To: harbour@harbour-project.org >Subject: [Harbour] errors with release 13584 > > >Hello, > >I compile minigui com this release and i see this errors: > >[ERRORS] > >MiniGui.lib > >Borlan