error   C2664:   'strcpy'   :   cannot   convert   parameter   1   from   'WCHAR   [32]'   to   'char   *'

strcpy(m_ntfIcon.szTip,w_tip);  --->

lstrcpyW(m_ntfIcon.szTip,w_tip);  

相关文章:

  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2021-08-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-12-30
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-09-27
  • 2021-07-07
相关资源
相似解决方案