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: 42449
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 20 times
- Been thanked: 57 times
- 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 | Expand
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.
-
- 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
- karinha
- Posts: 7925
- Joined: Tue Dec 20, 2005 7:36 pm
- Location: São Paulo - Brasil
- Been thanked: 3 times
- Contact:
Re: ACTX.obj: unresolved external
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=32180
http://www.osronline.com/showThread.CFM?link=271162
http://stackoverflow.com/questions/6181360/problems-with-delete-keyword
http://www.osronline.com/showThread.CFM?link=271162
http://stackoverflow.com/questions/6181360/problems-with-delete-keyword
João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
- Antonio Linares
- Site Admin
- Posts: 42449
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 20 times
- Been thanked: 57 times
- 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: 42449
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 20 times
- Been thanked: 57 times
- Contact:
- Antonio Linares
- Site Admin
- Posts: 42449
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 20 times
- Been thanked: 57 times
- Contact: