Search found 35 matches: helpchm

Return to advanced search

question to "static far char cHelpTopic[ 50 ];"

... know that i do a check of the CHM help system. I will programm the new functions SetHelpPopup() and GetHelpPopup(). Can I do this instruction in helpchm.prg from FWH and is this variable then visible in all the user-*.prg? static far char cHelpPopup[ 30 ]; //similar to "static far char cHelpTopic[ ...
by byte-one
Mon Sep 08, 2008 10:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: question to "static far char cHelpTopic[ 50 ];"
Replies: 11
Views: 1323

... the position from the control if the mouse-position could be on any position when F1 pressed. (only if point 1.) are aktive!) to 2.) In the file helpchm.prg i defined the functions SetHelpPopup() and GetHelpPopup() to define the textfile embedded in the CHM. to 3.) I have also changed control.prg ...
by byte-one
Sat Sep 06, 2008 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Linares -> Error Message on .CHM-Help
Replies: 26
Views: 6733

... with different attributes. Can I safely ignore these warning? -------------------------------------------------------------------------- [SNIP] helpchm.c Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0 Copyright (C) Microsoft Corporation. All rights reserved. gtgui.lib(gtgui.obj) ...
by angelo.c
Tue Jun 17, 2008 10:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH V8.05 with Visual Studio 2008 - Buildhm Tutor01 Problem?
Replies: 5
Views: 1782

Angelo,

You have to link msimg32.lib from Microsoft too, for AlphaBlend.

Regarding the CHM symbols, please compile and link source\winapi\helpchm.prg as another PRG of your application, thanks
by Antonio Linares
Tue Jun 17, 2008 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH V8.05 with Visual Studio 2008 - Buildhm Tutor01 Problem?
Replies: 5
Views: 1782

Colin, Yes, chmHelpTopic( nHelpID / cTopic[.htm] ) --> nil is the way to review a topic. FWH also provides (source\winapi\helpchm.prg): function chmHelpIndex( cSearch ) function chmHelpSearch (cSearch ) function chmHelpPopup( cnHelp, nRow, nCol, oWnd ) // nrow, ncol are optional Please ...
by Antonio Linares
Thu May 29, 2008 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: CHM Help
Replies: 3
Views: 847

... same syntax and commands used with HLP files. Please review samples\TestHlp2.prg. We appreciate your tests feedback. There is a new source\winapi\HelpCHM.prg that has to be included in the FWH libraries in case that you rebuild it
by Antonio Linares
Sat May 17, 2008 11:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new help in 8.05
Replies: 1
Views: 468

Kajot,

You have to add fwh\source\winapi\helpchm.prg to your FWH libraries, or as another PRG of your application
by Antonio Linares
Sat May 17, 2008 11:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: compile prg FWH 8.05
Replies: 2
Views: 612

Kajot,

There is a new HelpChm.prg that has to be included in the library
by Antonio Linares
Sat May 17, 2008 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: script to create lib (FWH)
Replies: 5
Views: 1009

As an interim solution, I copied HelpChm.prg from \fwh\source\winapi into my app folder and then compiled it and linked it into my app, and my app works fine.

- Roger
by Roger Seiler
Thu Apr 17, 2008 1:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild and found error fwh 8.04 & xHb.com
Replies: 42
Views: 5649

Antonio,

I downloaded the latest FWH.EXE but the error concerning HELPCHM is still hapening nevertheless I can see HELPCHM in the library FIVEHX.

I'm currently using FWH 8.04 and xHarbour commercial builder (Nov. 2007).

Regards,
by driessen
Thu Apr 17, 2008 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild and found error fwh 8.04 & xHb.com
Replies: 42
Views: 5649

Ale,

FiveHX.lib solo contiene PRGs. Ahora hay uno nuevo: helpchm.prg
by Antonio Linares
Thu Apr 17, 2008 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh804 y xHb 100, erro....?????
Replies: 3
Views: 689

Richard,

My mistake: helpchm.obj is not included in FiveHMX.lib

We are working to solve it, thanks!
by Antonio Linares
Thu Apr 17, 2008 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild and found error fwh 8.04 & xHb.com
Replies: 42
Views: 5649

Ale,

Hay un nuevo PRG que añadir a la librería: helpchm.prg
by Antonio Linares
Wed Apr 16, 2008 9:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh804 y xHb 100, erro....?????
Replies: 3
Views: 689

Richard,

helpchm.obj module is inside FiveHX.lib

You can use free Elib.exe utility from Andres Reyes to inspect the library and check that helpchm.obj is inside it:
http://www.hotshare.net/file/49407-777883694d.html

Image
by Antonio Linares
Tue Apr 15, 2008 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild and found error fwh 8.04 & xHb.com
Replies: 42
Views: 5649

Richard Chidiak wrote:Antonio

I wonder why helpchm.prg is not in the standard fivewin library :? , i do not like rebuilding the library (might miss programs or functions)

Richard

It is a part of Standard Five win library for harbour and xharbour.
by nageswaragunupudi
Mon Apr 14, 2008 11:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: rebuild and found error fwh 8.04 & xHb.com
Replies: 42
Views: 5649
PreviousNext

Return to advanced search