View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001796 | Far Manager | Plugins API | public | 2011-06-06 23:49 | 2011-06-07 07:17 |
Reporter | Maximus | Assigned To | DrKnS | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0001796: Ошибка в crt_wide.vcxproj | ||||
Description | В Debug|Win32 не указан "Unicode" | ||||
Tags | No tags attached. | ||||
Build | 0 | ||||
|
crt_wide.vcxproj.diff (595 bytes)
Index: crt_wide.vcxproj =================================================================== --- crt_wide.vcxproj (revision 6316) +++ crt_wide.vcxproj (working copy) @@ -40,6 +40,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> + <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Itanium'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-06-06 23:49 | Maximus | New Issue | |
2011-06-06 23:49 | Maximus | File Added: crt_wide.vcxproj.diff | |
2011-06-07 07:17 | DrKnS | Build | => 0 |
2011-06-07 07:17 | DrKnS | Status | new => closed |
2011-06-07 07:17 | DrKnS | Assigned To | => DrKnS |
2011-06-07 07:17 | DrKnS | Resolution | open => fixed |
2011-06-07 07:17 | DrKnS | Fixed in Version | => 3.0 |