IDE - how can I link to my project OBJ file

Utilities like DBU, Make, IDE written in HMG/ used to create HMG based applications

Moderator: Rathinagiri

Post Reply
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

IDE - how can I link to my project OBJ file

Post by mol »

I use IDE
How can I link to my project an .OBJ file written and compiled in C?

can you help me?
Marek
User avatar
Roberto Lopez
HMG Founder
Posts: 4004
Joined: Wed Jul 30, 2008 6:43 pm

Re: IDE - how can I link to my project OBJ file

Post by Roberto Lopez »

mol wrote:I use IDE
How can I link to my project an .OBJ file written and compiled in C?

can you help me?
Marek
HMG uses MingW (instead BCC). Object files in MingW are not '.obj' but '.o', so you can't use your 'obj's' with MingW.

Regards,

Roberto.
Regards/Saludos,

Roberto


(Veritas Filia Temporis)
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: IDE - how can I link to my project OBJ file

Post by mol »

Ok. I will recompile it with MingW
Thanks for your answer
Marek
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: IDE - how can I link to my project OBJ file

Post by Rathinagiri »

I think it can be done through 'Tools->Preferences' if you compile the source code and create a library in .a extension.

You just alter the makelib.bat and makefile.gcc accordingly from any additional library source code directories (example, c:\hmg\source\crypt).
East or West HMG is the Best.
South or North HMG is worth.
...the possibilities are endless.
Post Reply