Answered by:
create bin from C program for embedded software

Question
-
I need to
create a bin from C program for embedded software.
How do I do this?
- Moved by Kyle Wang - MSFTMicrosoft contingent staff Wednesday, May 15, 2019 1:47 AM
Tuesday, May 14, 2019 4:36 PM
Answers
-
I'd try asking for help over here.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=vcgeneral
https://social.msdn.microsoft.com/Forums/en-US/home?forum=csharpgeneral
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Wednesday, May 15, 2019 12:27 PM
- Marked as answer by pituachMVP Wednesday, May 22, 2019 2:20 AM
Wednesday, May 15, 2019 2:07 AM -
- Proposed as answer by Richard MuellerMVP Wednesday, May 15, 2019 12:27 PM
- Marked as answer by pituachMVP Wednesday, May 22, 2019 2:20 AM
Wednesday, May 15, 2019 6:58 AM
All replies
-
I need to
create a bin from C program for embedded software.
How do I do this?
probably not qualified to do it. The short answer is that you have to use
a C compiler that was created for use with the particular embedded system
that you're using. There's no point generating a Windows executable from
C source code if the embedded system isn't running Windows.
Note that your question isn't really on topic in this forum as it is intended
for issues related to the Windows Forms framework.
- Wayne
- Edited by WayneAKing Tuesday, May 14, 2019 9:58 PM
Tuesday, May 14, 2019 8:24 PM -
Hi Jordanhal,
This forum is discussing and asking questions about the Windows Form and ClickOnce, I'm afraid your question is not related to this, so I will move this thread to Where is the Forum For ...? forum to redirect the thread to the right forum to give you a more professional answer.
Thank you for your understanding.
Regards,
Kyle
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.Wednesday, May 15, 2019 1:37 AM -
I'd try asking for help over here.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=vcgeneral
https://social.msdn.microsoft.com/Forums/en-US/home?forum=csharpgeneral
Regards, Dave Patrick ....
Microsoft Certified Professional
Microsoft MVP [Windows Server] Datacenter Management
Disclaimer: This posting is provided "AS IS" with no warranties or guarantees, and confers no rights.- Proposed as answer by Richard MuellerMVP Wednesday, May 15, 2019 12:27 PM
- Marked as answer by pituachMVP Wednesday, May 22, 2019 2:20 AM
Wednesday, May 15, 2019 2:07 AM -
- Proposed as answer by Richard MuellerMVP Wednesday, May 15, 2019 12:27 PM
- Marked as answer by pituachMVP Wednesday, May 22, 2019 2:20 AM
Wednesday, May 15, 2019 6:58 AM