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
ACTX.obj: unresolved external
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: ACTX.obj: unresolved external
Roberto,
You can implement delete this way:
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.
You can implement delete this way:
Code: Select all
void __cdecl operator delete( void * p )
{
hb_xfree( p );
}
If you need FWH for VC2010 then we can help you to build it.
-
- Posts: 116
- Joined: Thu Oct 13, 2005 5:14 pm
- Location: Italy
Re: ACTX.obj: unresolved external
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
error C2061: syntax error : identifier 'delete'
I would be grateful if you could send me a VC210 build.
Thx in advance,
Roberto Parisi
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: ACTX.obj: unresolved external
Roberto,
Where to download Visual Studio 2010 from ?
Couldn't you use free Visual Studio Community 2015 ?
Where to download Visual Studio 2010 from ?
Couldn't you use free Visual Studio Community 2015 ?
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: ACTX.obj: unresolved external
I found Visual Studio 2010 Express,
downloading it...
downloading it...
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: ACTX.obj: unresolved external
Roberto,
I just sent you the FWH libs by email
I just sent you the FWH libs by email