Search found 52 matches

by Jose Dolar
Sun Jul 20, 2014 10:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, CM_.. were defined in a file named bitmap.ch. Here I posted all contents of Bitmat.ch Thanks, Jose #define IDC_COM9    112 #define IDC_COM8    111 #define IDC_COM7    110 #define IDC_COM6    109 #define IDC_COM5    108 #define IDC_COM4    107 #define IDC_COM3    106 #define IDC_COM2    105 ...
by Jose Dolar
Sat Jul 19, 2014 5:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, Here's the function that build the menu from resource. I posted the whole function just in case you need more info. To look for redefinition please find for "Create menu from resources" comment. Thank you, Jose function BuildMenu()    local oMenu    local oError, cText, cAction   ...
by Jose Dolar
Fri Jul 18, 2014 5:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, Here's the RC file of my application. Kindly tell me what else is necessary to trace the issue. Thank you, Jose #include "bitmap.ch" /// #include "/dev/fw24/include/winapi.ch" for Clippe/Blinker #define IDHELP 998 BITMAP_TOP BITMAP "bitmaps/top.bmp" BITMAP_PREV...
by Jose Dolar
Mon Jul 14, 2014 4:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio / FWH support,

Any update on this issue? :(

Thank you,

Jose
by Jose Dolar
Wed Jul 09, 2014 9:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to receive events from objects?
Replies: 32
Views: 8196

Re: How to receive events from objects?

Antonio, Good news, the runtime error was resolved by the latest Harbour and FWH. The handler seems successfully registered as shown in the code below. The device is working fine also. However there is no any event's callback. Do we need more steps (codes) to catch events? Please advise. :( Thank yo...
by Jose Dolar
Tue Jul 08, 2014 10:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, Great news, the EXE looks like now working after implementing your suggestion. However, I got the following error when exiting the application. The Application also needs to be manually removed from the Task Manager. Please advise. Thank you, Jose 20140708;15:23:23;(b)TRY@16 (b)TMENU@91 TME...
by Jose Dolar
Thu Jul 03, 2014 7:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio / Richard, Thank you guys for your responses. It looks like that Richard suggestions works. I can now see my application, but with error message. After the error message window is close my application terminated. Please advise. Thank you, Jose 20140702 23:59:58;(b)TRY@16 __ERRRT_SBASE@0 TMSG...
by Jose Dolar
Wed Jul 02, 2014 10:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Hi Antonio, It is failing in the line ::super:new as shown below. alert(ls_trace(5))     ::super:New( ::nTop, ::nLeft, ::nBottom, ::nRight, ::cCaption, ::nStyle, ::oMenu, ::oBrush,;                 ::oIcon, /*nClrText*/, /*nClrPane*/, /*lVScroll*/ .f., /*lHScroll*/ .f., ::nMenuInfo,;                ...
by Jose Dolar
Wed Jul 02, 2014 8:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, I can now create an EXE, but the EXE terminated right away when started. Harbour left the following in the compiler's log. Linker's log is fine. Thanks, Jose Harbour 3.2.0dev (r1307082134) Copyright (c) 1999-2013, http://harbour-project.org/ Compiling '.\LS_FUNCS2.PRG'... 100 100 100 100 20...
by Jose Dolar
Wed Jul 02, 2014 1:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, Great! There's only one Unresolved external error left. Here I attached the offending code. BTW, I am not very good in Spanish. :) Thank you, Jose Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_WBROWSE' referenced from C:\DEV32\PCR32_WIN8XP_1...
by Jose Dolar
Tue Jul 01, 2014 10:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

Re: FWH 11.05 to FWH 14.06 Upgrade Issues

Antonio, There still more unresolved after I added Harbour hbcplr.lib and png.lib. Do I also need to change libraries with *-bcc.lib, Like the xhb.lib with xhb-bcc.lib, and etc.? Thank you. Jose Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_inflateReset' re...
by Jose Dolar
Tue Jul 01, 2014 8:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 11.05 to FWH 14.06 Upgrade Issues
Replies: 24
Views: 5165

FWH 11.05 to FWH 14.06 Upgrade Issues

Hi Antonio / FW Support, I just downloaded my FW 14.06 upgrade. :) However, I encountered the following unresolved external issues. What I am missing? Thank you, Jose Environment: BCC582, Harbour 3.2 Turbo Incremental Link 5.69 Copyright (c) 1997-2005 Borland Error: Unresolved external '_HB_FUN_HB_C...
by Jose Dolar
Tue Jun 17, 2014 10:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to receive events from objects?
Replies: 32
Views: 8196

Re: How to receive events from objects?

Antonio,

Looks like that's the logical direction now. I think I have now a case to request for upgrade.

I hope it will solve the issue without diving more deeper down to the author of 'Ole for Retail'.

Regards,

Jose :)
by Jose Dolar
Tue Jun 17, 2014 7:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to receive events from objects?
Replies: 32
Views: 8196

Re: How to receive events from objects?

Antonio, I agree, this might be beyond Harbour as Carlos was successful using this function with a different OLE service. Or may be it's just the version of my compiler. I am still using Harbour 2.1. I checked the logs and there was many changes related to axcore.c to date. I hope one of these chang...
by Jose Dolar
Tue Jun 17, 2014 8:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to receive events from objects?
Replies: 32
Views: 8196

Re: How to receive events from objects?

Antonio, OK, I found cIID, but still got the following error. I also send you a screen shot of my COM viewer where I got cIID (I can't find attach option here). Please check. Thanks. Error: OS Error -2147220992 WINOLE/1014 Failed to obtain connection point: __AXREGISTERHANDLER Args: (P:0x484F564) (B...