Skip to content

Commit

Permalink
Added support for type 'C' (character) fields longer than 255 symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertigo093i committed Jul 21, 2016
1 parent a5445d1 commit ff33158
Show file tree
Hide file tree
Showing 10 changed files with 218 additions and 155 deletions.
12 changes: 11 additions & 1 deletion LookDBF.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<SmallerTypeCheck>true</SmallerTypeCheck>
</ClCompile>
<Link>
<ModuleDefinitionFile>src\LookDBF.def</ModuleDefinitionFile>
Expand All @@ -107,6 +108,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<ExceptionHandling>false</ExceptionHandling>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<SmallerTypeCheck>true</SmallerTypeCheck>
</ClCompile>
<Link>
<ModuleDefinitionFile>src\LookDBF.def</ModuleDefinitionFile>
Expand Down Expand Up @@ -178,12 +180,20 @@
<ClInclude Include="src\targetver.h" />
<ClInclude Include="src\version.h" />
</ItemGroup>
<ItemGroup>
<None Include="src\LookDBF.def" />
<None Include="file_id.diz" />
<None Include="read_me.eng" />
<None Include="read_me.rus" />
<None Include="README.md" />
<None Include="whatsnew.eng" />
<None Include="whatsnew.rus" />
</ItemGroup>
<ItemGroup>
<Content Include="LookDBF_en.hlf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<FileType>Document</FileType>
</Content>
<None Include="src\LookDBF.def" />
<Content Include="LookDBF_en.lng">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<FileType>Document</FileType>
Expand Down
6 changes: 6 additions & 0 deletions LookDBF.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
<None Include="src\LookDBF.def">
<Filter>Source Files</Filter>
</None>
<None Include="file_id.diz" />
<None Include="read_me.eng" />
<None Include="read_me.rus" />
<None Include="README.md" />
<None Include="whatsnew.eng" />
<None Include="whatsnew.rus" />
</ItemGroup>
<ItemGroup>
<Content Include="LookDBF_en.lng">
Expand Down
11 changes: 6 additions & 5 deletions file_id.diz
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LookDBF version 2.7. 25.03.2016
LookDBF version 2.8. 21.07.2016
Plug-In for
Far Manager 1.75 and higher
---------------------------------------
Expand All @@ -11,11 +11,12 @@ Written by:
Alexei Boltunov.
[email protected]
[email protected]
Updated by Andrew Nefedkin.
Maintained by Andrew Nefedkin.
https://github.com/Vertigo093i/Far-LookDBF
Special thanks to Aleksander Buniak.


LookDBF ����� 2.7. 25.03.2016
LookDBF ����� 2.8. 21.07.2016
������ ��� Far 1.75 � ���
---------------------------------------
� ��室�묨 ⥪�⠬� ��� MSVC++
Expand All @@ -27,6 +28,6 @@ DBF-䠩
����ᥩ ����㭮�.
E-mail: [email protected] ��� [email protected]
http://alexbolt.narod.ru
��ࠡ�⪠: ���३ ���񤪨�.
��ࠡ�⪠ � �����প�: ���३ ���񤪨�.
https://github.com/Vertigo093i/Far-LookDBF

�⤥�쭮� ᯠᨡ�: Aleksander Buniak.
Loading

0 comments on commit ff33158

Please sign in to comment.