Antonio,
I've come a long way. I can now see my resources ( and open them ), though I think there will be some re-working necessary because they were originally built in Borland, and can probably be optimized in Visual Studio for cleaner controls. I haven't used any resource editor for awhile ... preferring to modify dialogs manually.
HOWEVER
I still have the following errors. I realize you got a build with a simple program ( 1 PRG ) but I'm building a full blown application that was building in UE Studio with VS 2012. I think we are likely missing a library for functions I'm calling in the FiveHC lib, but are not tapped in your sample build.
Here are the errors:
- Code: Select all Expand view
1> Creating library C:\Users\TimsAIO\Documents\Visual Studio 2013\Projects\MLS2015\Debug\MLS2015.lib and object C:\Users\TimsAIO\Documents\Visual Studio 2013\Projects\MLS2015\Debug\MLS2015.exp
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library
1>FiveHC32.lib(BRUSHES.obj) : error LNK2019: unresolved external symbol __imp__AlphaBlend@44 referenced in function _HB_FUN_ABPAINT
1>FiveHC32.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol _GetFileVersionInfoSizeA@8 referenced in function _HB_FUN_REDLLVERSION
1>FiveHC32.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol _GetFileVersionInfoA@16 referenced in function _HB_FUN_REDLLVERSION
1>FiveHC32.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol _VerQueryValueA@16 referenced in function _HB_FUN_REDLLVERSION
1>FiveHC32.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol _OleUIPasteSpecialA@4 referenced in function _HB_FUN_REPASTESPECIAL
1>C:\Users\TimsAIO\Documents\Visual Studio 2013\Projects\MLS2015\Debug\MLS2015.exe : fatal error LNK1120: 5 unresolved externals
This is built using the libs you just sent me, but note the WARNING on LIBCMT is still here.
TIm