Compiler Error by clicking RUN-Button

General Help regarding HMG, Compilation, Linking, Samples

Moderator: Rathinagiri

Post Reply
bjlan
Posts: 3
Joined: Fri Dec 19, 2008 9:40 pm
Location: Germany

Compiler Error by clicking RUN-Button

Post by bjlan »

Hello,
I get always an error when clicking the RUN-Button in the HMG-IDE. In the console by typing "compile hello" everything is ok. The program starts. Here is the error:

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
echo C:\HMG\IDE\SAMPLES\HELLO\OBJ\hello.obj + >b32.bc
echo C:\BORLAND\BCC55\LIB\c0w32.obj, + >> b32.bc
echo C:\HMG\IDE\SAMPLES\HELLO\hello.Exe,hello.map, + >> b32.bc
echo C:\HMG\LIB\minigui.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\dll.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\gtgui.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\compiler.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\rtl.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\vm.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\lang.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\codepage.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\macro.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\rdd.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\hsx.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\dbfntx.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\dbfcdx.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\dbffpt.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\hbsix.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\common.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\debug.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\pp.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\hbpcre.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\libct.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\libmisc.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\hbole.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\hbprinter.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\miniprint.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\socket.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\ziparchive.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\hbodbc.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\odbc32.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\mysql.lib + >> b32.bc
echo C:\HMG\HARBOUR\LIB\libmysql.lib + >> b32.bc
echo C:\BORLAND\BCC55\LIB\cw32.lib + >> b32.bc
echo C:\BORLAND\BCC55\LIB\import32.lib, >> b32.bc
echo C:\HMG\RESOURCES\hbprinter.res + >> b32.bc
echo C:\HMG\RESOURCES\miniprint.res + >> b32.bc
echo C:\HMG\RESOURCES\minigui.res >> b32.bc
C:\BORLAND\BCC55\BIN\ILINK32.EXE -Gn -Tpe -aa -LC:\BORLAND\BCC55\LIB @b32.bc
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'MINIGUI.LIB'

** error 2 ** deleting C:\HMG\IDE\SAMPLES\HELLO\hello.Exe



On my harddisk there is no file "Minigui.lib" I think it is a blinker or a path problem.
Please help me. What's wrong?

Kind regards
Bjoern
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: Compiler Error by clicking RUN-Button

Post by esgici »

bjlan wrote:Hello,
I get always an error when clicking the RUN-Button in the HMG-IDE. In the console by typing "compile hello" everything is ok. The program starts. Here is the error:

MAKE Version 5.2 Copyright (c) 1987, 2000 Borland
...
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Fatal: Unable to open file 'MINIGUI.LIB'

** error 2 ** deleting C:\HMG\IDE\SAMPLES\HELLO\hello.Exe



... What's wrong?

Hello Bjoern

Wrong is probably software you are using.

Please use latest versions of HMG together ( HMG and HMG-IDE ).

You will find correct download links here

Regards

--

esgici
Viva INTERNATIONAL HMG :D
User avatar
Rathinagiri
Posts: 5471
Joined: Tue Jul 29, 2008 6:30 pm
DBs Used: MariaDB, SQLite, SQLCipher and MySQL
Location: Sivakasi, India
Contact:

Re: Compiler Error by clicking RUN-Button

Post by Rathinagiri »

Yes. These are all BCC based library files.

HMG is based on MingW. The library files are named with the extension .a
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
bjlan
Posts: 3
Joined: Fri Dec 19, 2008 9:40 pm
Location: Germany

Re: Compiler Error by clicking RUN-Button

Post by bjlan »

Thanks for your help but it's not running.
On my computer is the borland compiler installed, now i deleted the BCC Folder under Preferences.
Now I get no error but also no result...nothing happens when clicking "RUN"
The HMG-IDE Version is 0.7.8.

I am going to test later, the IDE is not so important for me. I use an editor and the console.

Kind regards
Bjoern
Post Reply