質問

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