Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

confuson about getting HEX DUMPS

WSinc
New Contributor I
1,076 Views

I have a program that writes MIDI files,

that I am trying to debug. It would normally be played with the Miscrosoft Media Player, or something else like I-tunes.

Sometimes I just want to look at a HEX DUMP of the file to see if there's a problem, and other times I want to

look at a program that's supposed to PLAY it.

The problem is when I am in VS, it always wants to associate the file with the app that plays it, and I can't get

it to just look at the HEX DUMP. Opening the file with

"MICROSOFT VISUAL STUDIO SELECT" does NOT

give me the hex dump. I don't know how to turn off the association between the file and the app.

So, is there any way to FORCE VS to just open it as a file to be dumped?

Or do I have to write a HEX DUMP app and NOT use Visual Studio for that?

0 Kudos
4 Replies
SergeyKostrov
Valued Contributor II
1,076 Views
Please take into account that you're on Intel® Visual Fortran Compiler for Windows forum. Your question is related to some Multimedia Processing and I advise you to look at Microsoft forums ( some of them are dedicated to Multimedia Processing ).
0 Kudos
Steven_L_Intel1
Employee
1,076 Views

In VS2010/2012, select FIle > Open > File.  In the dialog that comes up, once you select the file, click on the triangle next to Open and select Open With. Then select Binary Editor.

0 Kudos
WSinc
New Contributor I
1,076 Views

Thanks Steve -

Is a hex dump the only thing I can get that way?

sometime I want to view the contents as integers or ASCII characters.

0 Kudos
Steven_L_Intel1
Employee
1,076 Views

This mode also shows you characters. I don't know of a way to get other formats.

0 Kudos
Reply