I saw a program that uses #LINK in the form :
the question is will the program be able to compile to an exe file and when you distribute the final program as a standalone exe file
and then you do not need to include its hashcode.lib file ?
am I correct ?
Code:
#link "hashcode.lib"
and then you do not need to include its hashcode.lib file ?
am I correct ?
Comment