FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour ACTX.obj: unresolved external
Posts: 116
Joined: Thu Oct 13, 2005 05:14 PM
ACTX.obj: unresolved external
Posted: Tue Jun 14, 2016 07:56 PM

Hi Antonio,
I need to rebuild FWH with vc2010 and I got the error:
fivehc32.lib(ACTX.obj) : error LNK2019: unresolved external symbol "void __cdecl operator delete(void *,unsigned int)

I can't find ani actx.c to recompile.

Thx in advance,
Roberto Parisi

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 05:43 AM
Roberto,

You can implement delete this way:
Code (fw): Select all Collapse
void __cdecl operator delete( void * p )
{
   hb_xfree( p );   
}


Anyhow please keep in mind that we don't provide FWH full source code, so you will not be able to rebuild it entirely.

If you need FWH for VC2010 then we can help you to build it.
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 116
Joined: Thu Oct 13, 2005 05:14 PM
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 01:38 PM

Thx, I tried, but I can't compile it:
error C2061: syntax error : identifier 'delete'

I would be grateful if you could send me a VC210 build.

Thx in advance,
Roberto Parisi

Posts: 8515
Joined: Tue Dec 20, 2005 07:36 PM
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 02:10 PM
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 06:17 PM

Roberto,

Where to download Visual Studio 2010 from ?

Couldn't you use free Visual Studio Community 2015 ?

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 06:22 PM

I found Visual Studio 2010 Express,

downloading it...

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 08:05 PM

Roberto,

I just sent you the FWH libs by email

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion