Page 1 of 1
ACTX.obj: unresolved external
Posted: Tue Jun 14, 2016 7:56 pm
by Roberto Parisi
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
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 5:43 am
by Antonio Linares
Roberto,
You can implement delete this way:
Code: Select all
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.
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 1:38 pm
by Roberto Parisi
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
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 2:10 pm
by karinha
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 6:17 pm
by Antonio Linares
Roberto,
Where to download Visual Studio 2010 from ?
Couldn't you use free Visual Studio Community 2015 ?
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 6:22 pm
by Antonio Linares
I found Visual Studio 2010 Express,
downloading it...
Re: ACTX.obj: unresolved external
Posted: Wed Jun 15, 2016 8:05 pm
by Antonio Linares
Roberto,
I just sent you the FWH libs by email