This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6678 Unable to load assembly file function to c

Hi,

I am trying to compile one code, in which I am integrating assembly file with c. The function which I want to call in c file is defined in .asm and declared as extern in one of the header file. But it gives error that the function is not available. so could any one please tell me how can I do that?