Linking to winmm.dll from GCC

后端 未结 1 1703
遇见更好的自我
遇见更好的自我 2021-01-19 16:00

I would like to use mciSendString from gcc to build a dll so I need to link to the winmm.dll library.

I tried something like this:

gcc -c -o dllTest.         


        
1条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-19 16:48

    In the end I was able to get it to work with -lwinmm instead of the big path to the library.

    0 讨论(0)
提交回复
热议问题