Build Errors on proprietary code

  • Thread starter Thread starter Spinman001
  • Start date Start date
S

Spinman001

Guest
I am in need of some help with some build errors that I continue to get in visual studio pro 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.

The errors I am receiving are as follows:

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

Continue reading...
 
Back
Top