Hi Marcos,

Would you please kindly test GCC with my last commit.

2012-07-23 22:45 UTC+0700 Andi Jahja <xharbour/AT/telkom/net/id>

Andi

On Mon, 23 Jul 2012 07:52:18 -0300
Marcos Antonio Gambeta <marcosgamb...@yahoo.com.br> wrote:

> Em 23/07/2012 05:38, Andi Jahja escreveu:
> > No. It's not your problem, IMHO.
> > It's a problem with MINGW. I am using version 4.7.1, and still get the
> > same error. Although -mwindows is already there, but is seems that the
> > internal start-up module of MinGW always loads mainstd instead of
> > mainwin. This is strange, because if I use other GUI (ex. FWH), it works
> > OK (MinGW pulled mainwin as startup).
> >
> > I found a work-around then, ie:
> >
> > 1. I delete all the start-ups from VM.LIB, meaning mainstd.o and
> > mainwin.o are no longer in VM.LIB
> >
> > 2. To create application, we have to manually add:
> >
> >    a. mainstd.o for console app
> >    b. mainwin.o for Windows app
> >
> > This is a little bit hassle. If you and other MinGW users do not have
> > objection, then I'll patch the makefiles to reflect this.
> 
> I don't have objections.
> 
> Any chance to have two libraries like Harbour project ?
> 
> libhbmainstd.a
> 
> libhbmainwin.a


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to