Page 1 of 1

jloc linker help(please help)

Posted: Tue Jan 15, 2002 4:28 pm
by dorip
Let's say:
I use Borland C++ builder 5.5 compiler(free) and tasm 5.0 to compile a 32 bit C++ file with inline asm(the code just pops a character on the screen - by writting into video memory). Can you give me the code for the jloc make file and give me some explinations because I don't quite get it.
PS.I wanna use BCC5.5 rather than gcc because it's 32bit C++, with nice(that I like) inline asm and asm syntax.

Thank you

Re: jloc linker help(please help)

Posted: Tue Jan 15, 2002 4:30 pm
by dorip
also.
Am I suposed to use a main() function?