Hi Przemek,


It's a link time option, the code seems to stay the same.

But it means that during compilation optimizations which will
create non position independent code cannot be done. I do not
know if BCC or VC have such feature.

I haven't found any. All MSDN docs (which is not much BTW),
indicated that /fixed linker option only tells whether to
add relocation info to the final binary, or not. There is
no mention that availability of /fixed would depend on any
compile time options, and there don't seem exist any compile
time options to do such optimization anyway. BTW, /fixed
is default for .exe and /fixed:no is default for .dlls.

Brgds,
Viktor
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to