문제

I used the following command in cl compiler that comes with Visual Studio.

cl /LD /O2 myprogram.c

and it said:

/out:myprogram.dll
/dll
/implib:myprogram.lib
myprogram.obj
    Creating library myprogram.lib and object myprogram.exp

My question is where did it output these files? They are not present in folder where my myprogram.c resides.

도움이 되었습니까?

해결책

Found it. They are in folder c:\Windows\SysWOW64

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top