|
-
structured files
we have defined a structured binary file type using VB user defined structures
(see below e.g.)
will it be possible to read such files written with VB 6 in VB.NET?
Thank you.
Type type_file 'one file
num_months_to_retain As Integer
num_file_attributes As Integer
num_file_conditions As Integer
num_part_conditions As Integer
num_test_variables As Integer
num_skip As Integer
data_type As Byte
file_attributes() As String
data() As single
num_parts As Long
file_format_eof As String
End Type 'type_file
-
Re: structured files
I wouldn't count on it, but it's tough to say with .NET still unreleased.
However, once the structure for vb.net "Types" is known, you should be able
to write a .net wrapper around them pretty easily.
-Jonathan
"kevin hankins" <hcs7@skyenet.net> wrote:
>
>we have defined a structured binary file type using VB user defined structures
>(see below e.g.)
>
>will it be possible to read such files written with VB 6 in VB.NET?
>
>Thank you.
>
>Type type_file 'one file
> num_months_to_retain As Integer
> num_file_attributes As Integer
> num_file_conditions As Integer
> num_part_conditions As Integer
> num_test_variables As Integer
> num_skip As Integer
> data_type As Byte
> file_attributes() As String
> data() As single
> num_parts As Long
> file_format_eof As String
>End Type 'type_file
>
Similar Threads
-
By Melawen in forum VB Classic
Replies: 6
Last Post: 04-17-2005, 05:56 AM
-
By Mansoor in forum Enterprise
Replies: 2
Last Post: 09-10-2002, 10:38 PM
-
Replies: 8
Last Post: 08-23-2002, 04:35 PM
-
By Pat Meaney in forum Java
Replies: 0
Last Post: 03-13-2001, 01:54 PM
-
By René Whitworth in forum vb.announcements
Replies: 1
Last Post: 04-29-2000, 02:54 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks