在专有代码上构建错误 [英] Build Errors on proprietary code

查看:71
本文介绍了在专有代码上构建错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要帮助解决一些构建错误,我将继续在Visual Studio pro 2017中获得这些错误

I am in need of some help with some build errors that I continue to get in visual studio pro 2017

我最初在vc ++ 6.0中编写了这个程序最近迁移到2017年

I've written this program originally in vc++ 6.0 and have recently migrated to vs 2017

我不知道为什么我会得到这些特殊错误而没有解释如何修复它们。

I'm not sure why I get these particular errors with no explanation of how to fix them.

我可以提供我的代码,但只有在严格的情况下才能完成它才能销售软件。

I can provide my code but only under strict circumstances as I am trying to finish it to be able to market the software.

我收到的错误如下:

Cam Project.obj:错误LNK2019:未解析的外部符号__imp__InitCommonControls @ 0在函数_WinMain中引用@16 b
1> Cam Project.obj:错误LNK2019:未解析的外部符号__imp__CreateToolbarEx @ 52在函数中引用_WinMain @ 16

1> Cam Project.obj:错误LNK2019:未解析的外部符号__imp__CreateStatusWindowA @ 16在函数中引用_WinMain @ 16

1> Cam Project.obj:错误LNK2001 :未解析的外部符号"char * file&quo吨; (?file @@ 3PADA)

Cam Project.obj : error LNK2019: unresolved external symbol __imp__InitCommonControls@0 referenced in function _WinMain@16
1>Cam Project.obj : error LNK2019: unresolved external symbol __imp__CreateToolbarEx@52 referenced in function _WinMain@16
1>Cam Project.obj : error LNK2019: unresolved external symbol __imp__CreateStatusWindowA@16 referenced in function _WinMain@16
1>Cam Project.obj : error LNK2001: unresolved external symbol "char * file" (?file@@3PADA)

正如我所说,我只能严格酌情提供我的代码.....感谢您的支持理解和帮助。

As I said, I can provide my code with serious discretion only.....thanks for your understanding and help.

Steve

推荐答案





我最初在vc ++ 6.0中编写了这个程序,最近已迁移到vs 2017

I've written this program originally in vc++ 6.0 and have recently migrated to vs 2017

我收到的错误如下:

Cam Project.obj:错误LNK2019:未解析的外部符号__imp__InitCommonControls @ 0在函数_WinMain @ 16中引用$


Cam Project.obj : error LNK2019: unresolved external symbol __imp__InitCommonControls@0 referenced in function _WinMain@16


这篇关于在专有代码上构建错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆