Search found 76 matches

by fp
Tue May 01, 2012 9:29 am
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter - centered dialog
Replies: 0
Views: 237

TPrinter - centered dialog

Is it possible, to center the TPrinter-Class dialog on the main screen?
by fp
Tue May 01, 2012 8:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external symbol '__chkstk
Replies: 4
Views: 941

Re: Unresolved external symbol '__chkstk

Hallo Antonio,

thank you, I works perfectly.

Saludos
Frank
by fp
Tue May 01, 2012 7:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: Unresolved external symbol '__chkstk
Replies: 4
Views: 941

Re: Unresolved external symbol '__chkstk

When linking I get this error on FWH 04/2012:

xLINK: error: Unresolved external symbol '__chkstk referenced from Fivehcm.lib(C5CNEW.obj)'.

I use xHarbour commercial.
by fp
Tue Aug 02, 2011 5:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: rc/res to source
Replies: 4
Views: 901

Re: rc/res to source

I use ResEdit in this case: open the DLL- Res- or RC-File with ResEdit and click on "Datei / Quelltext anzeigen / c/c++-Quelltext" (I use the german version of ResEdit).
by fp
Wed Oct 20, 2010 3:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Shellexecute(), Waitrun(), Winexec() - solved
Replies: 8
Views: 2187

Re: Shellexecute(), Waitrun(), Winexec()

I tryed this with no problems: ShellExecute(,"Open","MSXML.MSI",,,3) SYSWAIT(5) DO WHILE .T. hFile := FOPEN("MSXML.MSI",FO_READWRITE + FO_EXCLUSIVE) // !!! IF FERROR() <> 0 SYSREFRESH() SLEEP(1) LOOP ENDIF FCLOSE(hFile) EXIT SYSREFRESH() ENDDO
by fp
Sat Aug 21, 2010 8:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateFile
Replies: 3
Views: 578

Re: CreateFile

Thanks for the answer, but this is the function. In an earlier FWH-version I think "Createfile" was inclosed. HB_FUNC (CREATEFILE) {   LPCTSTR lpFileName = (LPCTSTR) _parc (1);    DWORD dwDesiredAccess = (DWORD) _parnl (2);      DWORD dwShareMode = (DWORD) _parnl (3);      LPSECURITY_ATTRI...
by fp
Sat Aug 21, 2010 7:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: CreateFile
Replies: 3
Views: 578

CreateFile

I get an "unresolved external symbol "_HB_FUN_CREATEFILE .." with FWH 10.07.

(xHarbour Professional Nov. 2009, Using Fivehmx.lib and Fivehcm.Lib)
by fp
Mon Aug 20, 2007 5:17 pm
Forum: FiveWin for CA-Clipper
Topic: Binding Res-Files into Exe - Vista
Replies: 2
Views: 1129

I'm using Vista-Business 32 bits; all my DOS- and 16-Bit-Clipper-Apps run without any problems.

I have found the solution as a workaround to "Rc.Exe":
I'm using now the Blinker-Linkscript-Command "RC" and it works fine.

Thanks
by fp
Sun Aug 19, 2007 3:27 pm
Forum: FiveWin for CA-Clipper
Topic: Binding Res-Files into Exe - Vista
Replies: 2
Views: 1129

Binding Res-Files into Exe - Vista

I use Borlands RC.Exe to integrate an 16-Bit-ResFile into an 16-Bit-ExeFile.

But using 16-Bit-RC.Exe under MS Vista, i get an Error "not an 32-bit-Appication".

I use: RC -k x1.Res y1.Exe

Is there an workaround or can I use another ResFile-Binder for 16-Bit-Exe?
by fp
Wed Jan 17, 2007 11:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: check if there is an ID in resource
Replies: 5
Views: 880

Re: check if there is an ID in resource

EnricoMaria wrote:Before or after the controls have been REDEFINEd?

EMG
Before they have been REDEFINED - to check, if the ID exists.
by fp
Wed Jan 17, 2007 7:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: check if there is an ID in resource
Replies: 5
Views: 880

check if there is an ID in resource

How can I check, if there is an ID in my resource

eg.

IsId(oDialog,4711)
by fp
Mon Dec 11, 2006 4:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: NtxPos
Replies: 2
Views: 689

Re: NtxPos

EnricoMaria wrote:Use OrdKeyNo() instead.

EMG
Thanks
by fp
Mon Dec 11, 2006 3:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: NtxPos
Replies: 2
Views: 689

NtxPos

NtxPos should return the relativ index position of a recno (NTX-RDD). But it seems, that the return-value is allway 0. Why?
by fp
Mon Dec 11, 2006 3:28 pm
Forum: FiveWin para CA-Clipper
Topic: NtxPos
Replies: 1
Views: 596

Re: NtxPos

fp wrote:NtxPos should return the relativ index position of a recno (NTX-RDD). But it seems, that the return-value is allway 0. Why?
Sorry, it's the wrong forum ... the problem is in FiveWin-Harbour
by fp
Mon Dec 11, 2006 3:26 pm
Forum: FiveWin para CA-Clipper
Topic: NtxPos
Replies: 1
Views: 596

NtxPos

NtxPos should return the relativ index position of a recno (NTX-RDD). But it seems, that the return-value is allway 0. Why?