I am curious if there is a way of linking compiled object files inside the Code Blocks IDE? For example, I have written some low level I/O functions in assembler and have compiled it with NASM assembler. I have the win32 .obj (I am compiling on windows), is there a way to link this within code blocks so when I build the project I can reference these functions in my main() program?
I know I can call ld.exe main.o file1.o file2.0 and link it, but I want code blocks to do that for me?
Any C::B vets around? It would be much appreciated.
![Smile :)](./images/smilies/icon_smile.gif)
(OOPS I posted in wrong thread, I thought this was Off Topic
![Sad :(](./images/smilies/icon_sad.gif)