alkresin / hbedit

A fullscreen console text editor
5 stars 4 forks source link

hbmk errors #1

Open ujayadev opened 5 years ago

ujayadev commented 5 years ago

Hi, e:\HbEdit>hbmk2 hbedit.hbp gives following errors after today's Git Pull:

source\fedit.prg(2665) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2667) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2669) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2671) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2673) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2675) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2677) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2679) Warning W0001 Ambiguous reference 'TEDIT' source\fedit.prg(2681) Warning W0001 Ambiguous reference 'TEDIT'

I think the '()' bracket are missing. Kindly correct.

Warm regards,

Jayadev

alkresin commented 5 years ago

I think the '()' bracket are missing. Kindly correct.   Thanks, fixed.

vinodvaya commented 2 years ago

How can we make .HBP files if there are multiple programs (.PRG) in a a project? Then How to compile and make EXE for Windows 10?

ujayadev commented 2 years ago

Hi Vinod,

Please post your query to https://groups.google.com/g/harbour-users. Also study the .hbp files in the sub-folders of your Harbour installation.

If you still have difficulty, please revert on private mail.

alkresin commented 2 years ago

Look at hbedit.hbp in the root of this project for example. It builds the hbedit.exe from a number of prg and c files.