• 0

Visual C++ 2008 Express Edition Help


Question

Hello,

I'm working on an Win32 application which I wrote in C (yeah, plain C) which I'm using to act as a server for a Microcontroller I programmed to work as an ATM. They communicate via the Serial Port and the server handles the different "customers" from a database.

The application works just fine, it does everything I want and has been debugged, however I can only compile it in Debug mode, when I choose to compile in Release mode the following error pops up:

1>------ Build started: Project: Serial, Configuration: Release Win32 ------
1>Embedding manifest...
[b]1>mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file ".\Release\OtroSerial.exe". The binary is not a valid Windows image.[/b]

The Debug mode works just fine for the purposes of my project (it's a school project BTW) but I'd prefer to have it properly compiled as a Release.

I hope somebody can point me in the right direction to be able to compile it as a Release.

Thanks in advance.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

Yes it did, thank you very much man!

(I had seen your answer but had not had time to do it until now)

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.