Click here to Skip to main content
15,896,489 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: DAtaBinding Problem Pin
Mycroft Holmes24-Aug-08 16:47
professionalMycroft Holmes24-Aug-08 16:47 
AnswerRe: DAtaBinding Problem Pin
rprateek24-Aug-08 21:18
rprateek24-Aug-08 21:18 
AnswerRe: DAtaBinding Problem Pin
Polymorpher27-Aug-08 14:27
Polymorpher27-Aug-08 14:27 
QuestionBinding Problem Pin
vidhish24-Aug-08 1:32
vidhish24-Aug-08 1:32 
AnswerRe: Binding Problem Pin
Mycroft Holmes24-Aug-08 16:48
professionalMycroft Holmes24-Aug-08 16:48 
Questionupdate the datagrid Pin
Ahamed Azeem24-Aug-08 0:28
Ahamed Azeem24-Aug-08 0:28 
AnswerRe: update the datagrid Pin
paas24-Aug-08 0:57
paas24-Aug-08 0:57 
QuestionBinary files - determing format or internal structure Pin
Dennis Lokken23-Aug-08 8:15
Dennis Lokken23-Aug-08 8:15 
Language in use: Visual basic 2008

I am reading a COFF .out file using a binaryreader from within VB. After reading it, I am converting it to hexidecimal format.
However, the structure of the file is not apparent either before the conversion or after it. I am able to actually read some of the ASCII comments within the file. However, I am pretty sure there is address information available within the file along with data, probaby in a hex form or something similar.

Is there an easy way to determine the internal structure "or lack there of"? of a binary file using VB. I am confident this file has internal structure/sections of some sort because I have created a binary file and it is not recognized as a COFF file. Is there or can there be Crlf's within a binary file. If I try to read the file as a text file, all I get is one ASCII symbol "ASCII code 0xC1 or something similar".

I am trying to determine the format because I need to create a customized .out file that contains a serial number only and store that at the proper address location.

Usually, the COFF file is created on a development system and I believe the .out file also contains linker information. In this paritular case, the .out file is for programming a DSP and adding the serial number withn each DSP device. The development station or emulator package is not an option being as the solution needs to be an automated self-contained for use within a production environment.


"old forum members jump to conclusions, while others search for the real solutions."
AnswerRe: Binary files - determing format or internal structure Pin
csciwizard23-Aug-08 9:05
csciwizard23-Aug-08 9:05 
GeneralRe: Binary files - determing format or internal structure Pin
Dennis Lokken23-Aug-08 10:18
Dennis Lokken23-Aug-08 10:18 
GeneralRe: Binary files - determing format or internal structure [modified] Pin
Dennis Lokken24-Aug-08 8:11
Dennis Lokken24-Aug-08 8:11 
QuestionNeed help with SystemParametersInfo (setting desktop work area) Pin
xx77abs23-Aug-08 8:03
xx77abs23-Aug-08 8:03 
AnswerRe: Need help with SystemParametersInfo (setting desktop work area) Pin
Dave Kreskowiak24-Aug-08 17:28
mveDave Kreskowiak24-Aug-08 17:28 
GeneralRe: Need help with SystemParametersInfo (setting desktop work area) Pin
xx77abs25-Aug-08 8:14
xx77abs25-Aug-08 8:14 
QuestionAdding Windows Form to DLL? Pin
LloydA11123-Aug-08 4:33
LloydA11123-Aug-08 4:33 
AnswerRe: Adding Windows Form to DLL? Pin
Thomas Stockwell23-Aug-08 7:20
professionalThomas Stockwell23-Aug-08 7:20 
AnswerRe: Adding Windows Form to DLL? Pin
Mycroft Holmes23-Aug-08 22:52
professionalMycroft Holmes23-Aug-08 22:52 
QuestionUsing temp data in a loop [modified] Pin
Netblue23-Aug-08 3:33
Netblue23-Aug-08 3:33 
AnswerRe: Using temp data in a loop Pin
xx77abs23-Aug-08 8:04
xx77abs23-Aug-08 8:04 
AnswerRe: Using temp data in a loop Pin
Guffa23-Aug-08 15:00
Guffa23-Aug-08 15:00 
GeneralRe: Using temp data in a loop Pin
Netblue23-Aug-08 16:05
Netblue23-Aug-08 16:05 
GeneralRe: Using temp data in a loop Pin
Guffa24-Aug-08 12:47
Guffa24-Aug-08 12:47 
QuestionReading arguments from external associated file Pin
WhitW22-Aug-08 23:48
WhitW22-Aug-08 23:48 
AnswerRe: Reading arguments from external associated file Pin
jzonthemtn23-Aug-08 2:03
jzonthemtn23-Aug-08 2:03 
QuestionAvoid connecting to a database through a connection string Pin
John Kh22-Aug-08 23:02
John Kh22-Aug-08 23:02 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.