Search found 142 matches

by Frank Demont
Thu Feb 02, 2006 5:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3058

Antonio I am not : Type: C >>>xlink.exe -NOEXPOBJ -MAP -FORCE:MULTIPLE -NOIMPLIB -subsystem:windows -UNMANGLE -LIBPATH:"B:\MCLS\XhbFeb\lib" -LIBPATH:"B:\MCLS\XhbFeb\c_lib" -LIBPATH:"B:\MCLS\XhbFeb\c_lib\win" -LIBPATH:"c:\FWH\lib" "objx\testrtf.obj" &...
by Frank Demont
Thu Feb 02, 2006 7:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: oGet:nClrDef in FW27
Replies: 4
Views: 1010

oGet:nClrDef in FW27

With fw27 i got a error which is not present in fw2.6 : NclrDef is also present in the documentation Error description: Error BASE/1004 Message not found: TGET:NCLRDEF Stack Calls =========== Called from: => TGET:ERROR(180) Called from: tobject.prg => (b)HBOBJECT:HBOBJECT(106) Called from: => TGET:M...
by Frank Demont
Thu Feb 02, 2006 7:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3058

Antonio Your exe works , but i can't build a exe that prints. I tryed with borland and xbuild. I have the screen to choose a printer , then when i change to another printer ir freezes szAppName : testrtf.exe szAppVer : 0.0.0.0 szModName : hungapp szModVer : 0.0.0.0 offset : 00000000 Frank
by Frank Demont
Wed Feb 01, 2006 3:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3058

Antonio

When i test , i use no changed source files , every test from samples directory uses only the fwh code.

Maybe it is a good idea to test your exe-file

Maybe the aplication depending from riched20.dll , give troubles with which version is used ?

Frank
by Frank Demont
Wed Feb 01, 2006 7:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3058

Antonio,

The same result : using print methode , and the program doen't do anything anymore .

Frank
by Frank Demont
Tue Jan 31, 2006 12:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Testrich.prg : print rtf-file
Replies: 11
Views: 3058

Testrich.prg : print rtf-file

Hello,

I am the intention to use Rich edit class .

Testing with Testrich.prg , i changed

REDEFINE BUTTON ID 998 ACTION oRich:Print("Bakker")//MsgInfo( GetClassName( oRich:hWnd ) )


But the program doesn't answer anymore.

Can we print a oRich object ?
by Frank Demont
Tue Jan 31, 2006 11:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error (6) deleting enhanced metefile
Replies: 4
Views: 2026

Antonio

Can we test that calling ENDPAGE is needed or not ?

I suppose that when it is called , the EMF-file from this page is deleted , so if it not exist , ENDPAGE should not be called.

How do we know the name from the current emf-file page ?

Frank
by Frank Demont
Tue Jan 31, 2006 10:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: Error (6) deleting enhanced metefile
Replies: 4
Views: 2026

Error (6) deleting enhanced metefile

Hello

I know , it is not the first time it is asked , but when i do a search , all intresting posts are in spanish , so who can give a solution in ENGLISH ?

Frank
by Frank Demont
Mon Jan 30, 2006 7:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Duplex printing
Replies: 7
Views: 1786

Enrico, Thanks , i didn't know this function , but how to use ? I suppose that it is called after the printobject is called ? What means DMDUP_HORIZONTAL ? DMDUP_VERTICAL ? Will automatically page 1 on the front , page 2 on the back ..... It is difficult to me to test , this week i have at the clien...
by Frank Demont
Sun Jan 29, 2006 11:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Duplex printing
Replies: 7
Views: 1786

Duplex printing

How is it done ? oPrn:SetBin(nBin) ??????

How select front and backsize ?

Frank
by Frank Demont
Sun Jan 29, 2006 8:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: TestRich.prg
Replies: 7
Views: 1607

Testrich.prg

Antonio I reported on xhb problems when rc-files are in the xbp-file (step 3) Tested on alaska.prg and alaska.rc : When alaska.rc is not present in the build file , it build and runs ok So i suppose there is no need to import a rc-file with the same name in the xbp-file But when we import the rc-fil...
by Frank Demont
Sat Jan 28, 2006 9:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TestRich.prg
Replies: 7
Views: 1607

Today : a new problem

I could build and run with fw2.6+xhb oct release , not with fw2.7 + xhb feb release

Can it be confimed ?

Frank
by Frank Demont
Thu Jan 26, 2006 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with 2.7 and xhb , februar build
Replies: 5
Views: 1304

Antonio I don't understand. In this version from xhb are in the include file winapi.ch , wintypes.ch and winuser.ch present , not in the previous version. So i suppose that winapi.ch from this directory was used , not from fwh I have also put this thread on xharbour , but no response Type: C >>>xrc....
by Frank Demont
Thu Jan 26, 2006 9:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with 2.7 and xhb , februar build
Replies: 5
Views: 1304

Type: C >>>xrc.exe -fo"objx\alaska.res" -I"D:\XhbFeb\c_include" -I"D:\XhbFeb\c_include\win" "alaska.rc"<<< xRC: D:\XhbFeb\include\wintypes.ch(19): warning: Unknown preprocessor control: 'Ifndef'. xRC: D:\XhbFeb\include\wintypes.ch(76): error: #endif with no #i...
by Frank Demont
Thu Jan 26, 2006 8:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: TestRich.prg
Replies: 7
Views: 1607

TestRich.prg

Hello, Working with 2.6 , xhb october release , i try to compile testRichprg : xLINK: error: Unresolved external symbol '_GetFileVersionInfoSizeA'. xLINK: error: Unresolved external symbol '_GetFileVersionInfoA'. xLINK: error: Unresolved external symbol '_VerQueryValueA'. I know that riched20.dll is...