FWH provides samples/buildh32.bat to build Harbour and FWH apps using VS2010/2012 ![]()
FWH provides samples/buildh32.bat to build Harbour and FWH apps using VS2010/2012 ![]()
Antonio, would somehow make our screens, (resources) within the VS?
Norberto,
I have not reviewed it yet, I will do it ![]()
1>------ Rebuild All started: Project: tutor02, Configuration: Release Win32 ------
1> tutor02.c
1> Creating library C:\fwteam\samples\tutor02\Release\tutor02.lib and object C:\fwteam\samples\tutor02\Release\tutor02.exp
1>LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
1> Generating code
1> Finished generating code
1> tutor02.vcxproj -> C:\fwteam\samples\tutor02\Release\tutor02.exe
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========Antonio,
Any comment?
Hakan,
It seems as we need to set some flag for not using the DLL, as if I build it using buildh32.bat I get an EXE that does not require such DLL.
Also, I have noticed what you have described for release mode. I don't know yet why such different behavior occurs.
Antonio, yo he obtenido el mismo mensaje
Antonio, I've got the same message
Saludos - regards
Cristobal,
The question is to find why there is such difference
..
Hakan,
There is nothing else that I can say about it. Just do some research on the VS IDE, google for it, and try to find the differences.
I will also try it here. In the meantime, you can build your app using buildh32.bat
Hakan,
I think I know where the difference may come from:
FWH has been built using MSVC2010. Now I am organizing it to build it with MSVC2012, once it is ready
I will check if the problem gets solved ![]()
Antonio Linares wrote:Hakan,
I think I know where the difference may come from:
FWH has been built using MSVC2010. Now I am organizing it to build it with MSVC2012, once it is ready
I will check if the problem gets solved
call "%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"
win-make.exefatal error C1083: Cannot open include file: 'tmschema.h': No such file or directory