When I do that, and try to build, it generates:
1>CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
That is solved by giving the manifest a different id: 2 24 which allows it to then build without error.
However, it does not take away the problem !
Do you have a file with your project settings. It has to be in the VS Properties for the project. I can post the command lines it generates if you wish.
Tim
Checkbox text disappears Harbour/MSVC
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: Checkbox text disappears Harbour/MSVC
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: Checkbox text disappears Harbour/MSVC
Here are some of the command lines in my setup:
General:
Linker
C/C++
Manifest
Resources
General:
Code: Select all | Expand
Platform Toolset : Visual Studio 2013 ( v120 )
Enable Managed Incremental Build : No
Configuration Type : Application (.exe)
Use of MFC : Use Standard Windows Libraries
Character Set : Use Unicode Character Set
Common Language Runtime Support: No Common Language Runtime Support
Whole Program Optimization : No Whole Program Optimization
Windows Store App Support : No
Linker
Code: Select all | Expand
/OUT:"C:\Projects VS\MLS Service Writer 10\Release\MLS Service Writer 10.exe" /MANIFEST /FORCE:MULTIPLE /NXCOMPAT /PDB:"C:\Projects VS\MLS Service Writer 10\Release\MLS Service Writer 10.pdb" /DYNAMICBASE /DEBUG /MACHINE:X86 /OPT:REF /SAFESEH /INCREMENTAL /PGD:"C:\Projects VS\MLS Service Writer 10\Release\MLS Service Writer 10.pgd" /SUBSYSTEM:WINDOWS /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"Release\MLS Service Writer 10.exe.intermediate.manifest" /OPT:ICF /ERRORREPORT:PROMPT /NOLOGO /TLBID:1
C/C++
Code: Select all | Expand
/GS /analyze- /W3 /Gy /Zc:wchar_t /I"c:\fwh\include" /I"c:\harbour\include" /Zi /Gm- /O2 /sdl- /Fd"Release\vc120.pdb" /fp:precise /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /Gd /Oy- /Oi /MD /Fa"Release\" /EHsc /nologo /Fo"Release\" /Fp"Release\MLS Service Writer 10.pch"
Manifest
Code: Select all | Expand
/verbose /out:"Release\MLS Service Writer 10.exe.embed.manifest" /nologo "Release\MLS Service Writer 10.exe.embed.manifest.res"
Resources
Code: Select all | Expand
/D "_UNICODE" /D "UNICODE" /l 0x0409 /nologo /fo"Release\%(Filename).res"
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- Antonio Linares
- Site Admin
- Posts: 42529
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 77 times
- Contact:
Re: Checkbox text disappears Harbour/MSVC
Tim,
Here you have my working project:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/tim_project.zop
Here you have my working project:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/tim_project.zop
- TimStone
- Posts: 2955
- Joined: Fri Oct 07, 2005 1:45 pm
- Location: Trabuco Canyon, CA USA
- Has thanked: 25 times
- Been thanked: 2 times
- Contact:
Re: Checkbox text disappears Harbour/MSVC
It would be far easier if you could do what I did above, and just cut and paste the items in an email.
The project build file is a bit different and not exactly easy to compare. I tried.
I simply went into each section in properties for the project, selected COMMAND LINE, and did a cut and paste. If you do that in an email, I'll do the comparison and will likely find what is different.
I really appreciate it.
Tim
The project build file is a bit different and not exactly easy to compare. I tried.
I simply went into each section in properties for the project, selected COMMAND LINE, and did a cut and paste. If you do that in an email, I'll do the comparison and will likely find what is different.
I really appreciate it.
Tim
Tim Stone
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit
- Antonio Linares
- Site Admin
- Posts: 42529
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 77 times
- Contact:
Re: Checkbox text disappears Harbour/MSVC
Tim,
C/C++
Linker
Manifest
Resources
C/C++
/GS /analyze- /W3 /Zc:wchar_t /ZI /Gm /Od /Fd"Debug\vc120.pdb" /fp:precise /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /errorReport:prompt /WX- /Zc:forScope /RTC1 /Gd /Oy- /MDd /Fa"Debug\" /EHsc /nologo /Fo"Debug\" /Fp"Debug\tutor01.pch"
Linker
/OUT:"c:\soporte\Debug\tutor01.exe" /MANIFEST /NXCOMPAT /PDB:"c:\soporte\Debug\tutor01.pdb" /DYNAMICBASE "kernel32.lib" "user32.lib" "gdi32.lib" "winspool.lib" "comdlg32.lib" "advapi32.lib" "shell32.lib" "ole32.lib" "oleaut32.lib" "uuid.lib" "odbc32.lib" "odbccp32.lib" /DEBUG /MACHINE:X86 /INCREMENTAL /PGD:"c:\soporte\Debug\tutor01.pgd" /SUBSYSTEM:WINDOWS /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /ManifestFile:"Debug\tutor01.exe.intermediate.manifest" /ERRORREPORT:PROMPT /NOLOGO /TLBID:1
Manifest
/verbose /out:"Debug\tutor01.exe.embed.manifest" /nologo "Debug\tutor01.exe.embed.manifest.res"
Resources
/D "_UNICODE" /D "UNICODE" /l 0x0409 /nologo /fo"Debug\%(Filename).res"
- Antonio Linares
- Site Admin
- Posts: 42529
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 31 times
- Been thanked: 77 times
- Contact:
Re: Checkbox text disappears Harbour/MSVC
Tim,
If you can't find the difference all that I can think about is to have a TeamViewer session with you and I will build my example on your Visual Studio remotely.
Anyhow tomorrow I am flying to Barcelona and I wont be back until March 9. If I can get a good internet connection in Barcelona then we could do the TeamViewer session from there.
If you can't find the difference all that I can think about is to have a TeamViewer session with you and I will build my example on your Visual Studio remotely.
Anyhow tomorrow I am flying to Barcelona and I wont be back until March 9. If I can get a good internet connection in Barcelona then we could do the TeamViewer session from there.