I use IDE
How can I link to my project an .OBJ file written and compiled in C?
can you help me?
Marek
IDE - how can I link to my project OBJ file
Moderator: Rathinagiri
- Roberto Lopez
- HMG Founder
- Posts: 4012
- Joined: Wed Jul 30, 2008 6:43 pm
Re: IDE - how can I link to my project OBJ file
HMG uses MingW (instead BCC). Object files in MingW are not '.obj' but '.o', so you can't use your 'obj's' with MingW.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
Regards,
Roberto.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: IDE - how can I link to my project OBJ file
Ok. I will recompile it with MingW
Thanks for your answer
Marek
Thanks for your answer
Marek
- Rathinagiri
- Posts: 5477
- 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
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).
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.
South or North HMG is worth.
...the possibilities are endless.