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
Search found 116 matches
- Wed Jun 15, 2016 1:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ACTX.obj: unresolved external
- Replies: 6
- Views: 1122
- Tue Jun 14, 2016 7:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ACTX.obj: unresolved external
- Replies: 6
- Views: 1122
ACTX.obj: unresolved external
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
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
- Fri Feb 05, 2016 1:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to disable XBROWSE 3d look in dialogs
- Replies: 5
- Views: 1063
Re: How to disable XBROWSE 3d look in dialogs
Regards,
Roberto Parisi
- Fri Feb 05, 2016 11:39 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to disable XBROWSE 3d look in dialogs
- Replies: 5
- Views: 1063
Re: How to disable XBROWSE 3d look in dialogs
Without WS_BORDER works, but I want a standard border like other mine controls.
Regards,
Roberto Parisi
Regards,
Roberto Parisi
- Fri Feb 05, 2016 10:26 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: How to disable XBROWSE 3d look in dialogs
- Replies: 5
- Views: 1063
How to disable XBROWSE 3d look in dialogs
As subject.
Thx in advance.
Regards,
Roberto Parisi
Thx in advance.
Regards,
Roberto Parisi
- Tue Dec 30, 2014 10:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBScript and Windows 2012
- Replies: 5
- Views: 1090
Re: XBScript and Windows 2012
Ok, my mistake.
I had to enable 32bit applications in Application pool configuration.
Thx.
Regards,
Roberto Parisi
I had to enable 32bit applications in Application pool configuration.
Thx.
Regards,
Roberto Parisi
- Mon Dec 29, 2014 4:59 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBScript and Windows 2012
- Replies: 5
- Views: 1090
Re: XBScript and Windows 2012
Antonio,
is XBScript.dll from xHarbour.com.
It works with an old win 2003 server with IIS 6, but doesn't work with win 2012 server and IIS 7.
Regards,
Roberto Parisi
is XBScript.dll from xHarbour.com.
It works with an old win 2003 server with IIS 6, but doesn't work with win 2012 server and IIS 7.
Regards,
Roberto Parisi
- Mon Dec 29, 2014 10:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBScript and Windows 2012
- Replies: 5
- Views: 1090
XBScript and Windows 2012
I've no luck configuring XBScript on Windows 2012 with IIS 7.
Html samples don't work too (buttons.htm, clock.htm, ...)
Anyone using it?
Regards,
Roberto Parisi
Html samples don't work too (buttons.htm, clock.htm, ...)
Anyone using it?
Regards,
Roberto Parisi
- Fri Nov 08, 2013 4:35 pm
- Forum: Utilities / Utilidades
- Topic: How to rebuild FWH libs
- Replies: 11
- Views: 8854
Re: How to rebuild FWH libs
Many thx,
I forgotten _FLAT_ define.
Now it works.
Regards,
Roberto Parisi
I forgotten _FLAT_ define.
Now it works.
Regards,
Roberto Parisi
- Fri Nov 08, 2013 1:16 pm
- Forum: Utilities / Utilidades
- Topic: How to rebuild FWH libs
- Replies: 11
- Views: 8854
Re: How to rebuild FWH libs
Hi Antonio, I added new compiled objs to fiveh32.lib and fivewhc32.lib (FWH 13.9) and now I get the following errors in linking exe. fiveh32.lib(xbrowse.obj) : error LNK2001: unresolved external symbol _HB_FUN_SETBRUSHORGEX fiveh32.lib(window.obj) : error LNK2001: unresolved external symbol _HB_FUN_...
- Thu Nov 07, 2013 3:07 pm
- Forum: Utilities / Utilidades
- Topic: How to rebuild FWH libs
- Replies: 11
- Views: 8854
Re: How to rebuild FWH libs
Ok. I'll try.
Regards,
Roberto Parisi
Regards,
Roberto Parisi
- Thu Nov 07, 2013 11:58 am
- Forum: Utilities / Utilidades
- Topic: How to rebuild FWH libs
- Replies: 11
- Views: 8854
Re: How to rebuild FWH libs
Thx,
but lib.exe for each obj give me the error _HB_FUN__*** already defined in fiveh.lib (***) ; second definition ignored
Regards,
Roberto Parisi
but lib.exe for each obj give me the error _HB_FUN__*** already defined in fiveh.lib (***) ; second definition ignored
Regards,
Roberto Parisi
- Thu Nov 07, 2013 7:48 am
- Forum: Utilities / Utilidades
- Topic: How to rebuild FWH libs
- Replies: 11
- Views: 8854
Re: How to rebuild FWH libs
What about rebuild against msvc?
How to replace obj files with lib.exe?
Regards,
Roberto Parisi
How to replace obj files with lib.exe?
Regards,
Roberto Parisi
- Sat Nov 10, 2012 11:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Rebuild FiveHC32
- Replies: 4
- Views: 941
Re: Rebuild FiveHC32
Ok, I rebuilt correctly (almost all files) FWH32 and FWHC32.
Thx,
Roberto Parisi
Thx,
Roberto Parisi
- Fri Nov 09, 2012 7:07 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Rebuild FiveHC32
- Replies: 4
- Views: 941
Re: Rebuild FiveHC32
I'm using MSVC.