Hi Marcos,
Sorry. I read your message too quickly so that I was thinking it is not
working with BCC, MSVC and MinGW. So, please forget the part of my
message about BCC and MSVC. Sorry again. :-)
Andi
On Mon, 23 Jul 2012 08:54:00 +0700
Andi Jahja wrote:
> Hi Marcos,
>
> I'll tell you why you
Hi Marcos,
I'll tell you why you got that error.
You got that error because you linked the sample as a console app. So
that GUI handles are not initialized. GUI handles are initialized in
source/mainwin.c. As you _did_ not link the program as a Windows (GUI)
application, certainly the initializat
Hi Marcos,
Kindly post your LINK script. It is working fine here :-)
Andi
On Sun, 22 Jul 2012 20:39:12 -0300
Marcos Antonio Gambeta wrote:
> This test work with BCC 5.5.1 and MSVC 2010:
>
> request hb_gt_wvt
> request hb_gt_wvt_default
> procedure main ()
> ? "teste"
> inkey(0)
> return
>
>
This test work with BCC 5.5.1 and MSVC 2010:
request hb_gt_wvt
request hb_gt_wvt_default
procedure main ()
? "teste"
inkey(0)
return
But all my attempts using MinGW result in the same error:
Unrecoverable error 10001: It's not a GUI program.
Regards,
Marcos Gambeta
-
Dear friends, I'm using the following -D symbols to build xHarbour and to
compile my applications:
-DHB_GUI
-DHB_INCLUDE_WINEXCHANDLER
-DHB_NO_PROFILER
-DHB_NO_TRACE
-DHB_WIN32_IO
Are they still useful? Any suggestions for other useful symbols to increase
the speed and decrease the EXE size?
T
Em 22/07/2012 15:33, Andi Jahja escreveu:
>Sorry, but could you please try with the latest commit.
This sample compile ok:
procedure main()
? "test"
return
This sample compile ok, but don't run:
request hb_gt_wvt
request hb_gt_wvt_default
procedure main ()
? "teste"
inkey(0)
return
Error: It'
2012-07-23 01:26 UTC+0700 Andi Jahja
* source/vm/estack.c
! hb_stack_ready also need in ST mode, sorry.
Andi
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
t
Sorry, but could you please try with the latest commit.
Andi
On Sun, 22 Jul 2012 14:03:30 -0300
Marcos Antonio Gambeta wrote:
> xHarbour compiled with MinGW:
>
> This sample compile ok:
>
> procedure main()
> ? "test"
> return
>
> This sample don't compile:
>
> request hb_gt_wvt
> request h
xHarbour compiled with MinGW:
This sample compile ok:
procedure main()
? "test"
return
This sample don't compile:
request hb_gt_wvt
request hb_gt_wvt_default
procedure main ()
? "teste"
inkey(0)
return
Error:
E:\xharbour-rev9588-mingw\lib/libgtwvt.a(gtwvt.o):(.text+0x3cb7):
undefined referenc
9 matches
Mail list logo