Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Create an embeded aplication

Create an embeded aplication

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpquestiondelphidotnet
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rick0556
    wrote on last edited by
    #1

    I have a c# .net 2.0 application that I created. What I need to know is how do I create a true ".exe" embedable code. I have a gizmo that I want to program. I must confess that I am beyond my realm with this but thats how we learn. I understand how the .net framework works and how it passes the assemblys to the "JIT" and the JIT the converts it to true machine code that the processer executes. do other platforms like borland create true ".exe's"? Or do I need to learn Assembly language? I hope not as I am getting good with C# It is pretty straight forward. Maybe there is a compiler that will do what I need. Thanks in advance. Regards Rick Osburn p.s. I am famillar with windows ce but I dont want to mess with the licensing fees just want to burn it into a Eprom.

    K 1 Reply Last reply
    0
    • R rick0556

      I have a c# .net 2.0 application that I created. What I need to know is how do I create a true ".exe" embedable code. I have a gizmo that I want to program. I must confess that I am beyond my realm with this but thats how we learn. I understand how the .net framework works and how it passes the assemblys to the "JIT" and the JIT the converts it to true machine code that the processer executes. do other platforms like borland create true ".exe's"? Or do I need to learn Assembly language? I hope not as I am getting good with C# It is pretty straight forward. Maybe there is a compiler that will do what I need. Thanks in advance. Regards Rick Osburn p.s. I am famillar with windows ce but I dont want to mess with the licensing fees just want to burn it into a Eprom.

      K Offline
      K Offline
      King Julien
      wrote on last edited by
      #2

      You can post your questions only one time!!! BTW, if you want to develop an embedded system, there are specific dedicated ide's available for the same! Qnx MOmentics, Carbide etc etc.... .Net codes are executed only through .net framework!@!! So creating a standalone exe is merely impossible with .net@!!! And you need not learn assebly language, whereas you can program with c or c++ libraries which will be converted automatically to corresponding assembly codes by the compilers!

      Have a Happy Coding.....

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups