VC6.0工程在编译时由于设置问题有时不会生成release版本,只有debug版本。

解决犯非法如下:

工程——设置,将Setting for后面的选项改为Win32 Release。然后重新编译。

如果用此方法仍然没有生成release,而且打开设置时,依然是Win32 Debug,这时,在VC6.0的工具栏上点击右键,选择Build,同时去掉Build MiniBar,这时会出现debug的快捷工具栏,在工具栏上选择Win32 Release,再重新编译,就会生成Release的版本了。 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-08
  • 2021-11-29
  • 2021-04-12
  • 2022-12-23
  • 2021-08-28
猜你喜欢
  • 2022-12-23
  • 2022-01-13
  • 2021-11-29
  • 2021-06-18
  • 2021-07-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案