Announcement

Collapse
No announcement yet.

compiling windows executables in g++

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    compiling windows executables in g++

    i am having a hard time compiling a windows executable that actually works on linux, my code is all good, it works on both systems, but i cant seem to create a executable in linux for windows, i am using kdevelop and g++ [please help!

    Thank You!
    Michael Akopov

    #2
    Re: compiling windows executables in g++

    I don't think you can do that?? I thought the point of compiling was it had to be done on the architecture in which it will be used.

    Perhaps I'm wrong.. but it'll need to link to Windows specific things... and stuff... which linux won't have.

    Terribly untechnical post very unbecoming of me, but hopefully you'll get what I'm trying to say. It's almost 2am and I should probably sleep.

    Comment

    Working...
    X