Unresolved external symbol C++ with Assembler
问题 I am trying to make function in assembler to use it in C. My problem is that i can't compile my code. I am using Visual studio 2012. I've add masm in build custiomization so i dont have idea whats wrong. C: #include <stdio.h> int szukaj_max (int a, int b, int c); int main() { int x, y, z, wynik; printf("\nProszępodaćtrzy liczby całkowite: "); scanf_s("%d %d %d", &x, &y, &z, 32); wynik = szukaj_max(x, y, z); printf("\nSpośród podanych liczb %d, %d, %d, \ liczba %d jest największa\n", x,y,z,