Jump to content

the (program name).exe cannot be created after i run source file

- - - - -

  • Please log in to reply
1 reply to this topic

#1
wolkenwand

wolkenwand

    Newbie

  • Members
  • Pip
  • 1 posts
i created simple program to show the word "hello world" in cmd screen, using visual studio i run the source file named test.mpi. the result was like this
Attached File  c# run.JPG   126.36K   32 downloads
there is no testmpi.exe created in visual studio project folder in testmpi/Debug, so i can't run the program in command prompt.
does anyone know what the problem is?

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,118 posts
  • Location:Vancouver, Eh! Cleverness: 200
From an MSDN resource thread here: http://forum.codecal...ource-file.html

It appears that you need to load the library symbol files (PDB) from the Microsoft symbol server - so that the debugger can understand the symbols used for your specific set of system libraries.

eryang March 15, 2011 2:40 AM said:

To load symbol file for those dlls, you may open the Modules window (Debug -> Windows -> Modules), right click a module, and select Load Symbols From -> Microsoft Symbol Servers.

There may be similar instructions to find the symbols required, try to see if this corrects the problem.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users