Closed Thread
Results 1 to 6 of 6

Thread: Creating own software

  1. #1
    LemonMan Guest

    Creating own software

    How can you create a software that is compatible both on Linux and Windows? What needs to be changed for your soft to work on both? (Without using Java or such languages)

  2. CODECALL Circuit advertisement

     
  3. #2
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143
    There are several languages that can be used in both Windows and Linux. C++ is one example. If you use crossplatform libraries, such as wxWidgets, you can take advantage of them as well.

  4. #3
    Jordan Guest
    RealBasic is another example. You can code in Windows, Linux or Mac and it will compile for all three. Why not use Java?

  5. #4
    LemonMan Guest
    So, I just get the source code, take it on a Linux and Windows machine, and compile it? Cool...

    @Jordan: I was just curious how to do it without using cross platform languages..

  6. #5
    PenguinLover is offline Learning Programmer
    Join Date
    Jan 2008
    Posts
    53
    Rep Power
    0
    Yeah I read something about this... every OS will compile a program differently for it to understand... duh.

  7. #6
    LemonMan Guest
    Well, if not.. that would mean that Linux and Windows would be much more compatible..

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 12
    Last Post: 10-20-2008, 09:02 AM
  2. Replies: 0
    Last Post: 06-29-2008, 10:32 AM
  3. Creating an OS
    By NeedHelp in forum C and C++
    Replies: 9
    Last Post: 10-09-2007, 10:41 PM
  4. Creating Software and Graphic Interfaces Question
    By idontknow87 in forum General Programming
    Replies: 14
    Last Post: 08-24-2007, 03:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts