Skip to content

Convert CVTRES errors and warnings list into a table #5481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
description: "Learn more about: CVTRES errors and warnings (CVTxxxx)"
title: "CVTRES errors and warnings"
ms.date: "04/16/2019"
description: "Learn more about: CVTRES errors and warnings (CVTxxxx)"
ms.date: 04/16/2019
f1_keywords: ["CVT1101", "CVT1102", "CVT1104", "CVT1106", "CVT1107", "CVT1108", "CVT1109", "CVT1110"]
ms.assetid: ac94d0fb-0da3-4327-b3d9-ceaeb3fc2e4d
---
# CVTRES errors and warnings (CVTxxxx)

Expand All @@ -13,13 +12,17 @@ This section is a reference to the errors and warnings generated by the CVTRES b

## Fatal error messages

[CVTRES fatal error CVT1100](cvtres-fatal-error-cvt1100.md) \
[CVTRES fatal error CVT1103](cvtres-fatal-error-cvt1103.md) \
[CVTRES fatal error CVT1105](cvtres-fatal-error-cvt1105.md)
| Error | Message |
|--|--|
| [CVTRES fatal error CVT1100](cvtres-fatal-error-cvt1100.md) | duplicate resource — type:type, name:name, language:language, flags:flags, size:size |
| [CVTRES fatal error CVT1103](cvtres-fatal-error-cvt1103.md) | cannot read filename |
| [CVTRES fatal error CVT1105](cvtres-fatal-error-cvt1105.md) | cannot seek in file |

## Warning messages

[CVTRES warning CVT4001](cvtres-warning-cvt4001.md)
| Warning | Message |
|--|--|
| [CVTRES warning CVT4001](cvtres-warning-cvt4001.md) | machine type not specified; assumed *type* |

## See also

Expand Down