Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
공지
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

confuson about getting HEX DUMPS

WSinc
새로운 기여자 I
694 조회수

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 포인트
4 응답
SergeyKostrov
소중한 기여자 II
694 조회수
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 포인트
Steven_L_Intel1
694 조회수

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 포인트
WSinc
새로운 기여자 I
694 조회수

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 포인트
Steven_L_Intel1
694 조회수

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

0 포인트
응답