Thread: C++ Project

  1. #1
    Registered User
    Join Date
    Dec 2004
    Posts
    3

    C++ Project

    I am looking for a programmer to take existing Linux code, and compile and make it useable on Windows.

    Specifically:

    1. I have source code that was written for Linux.

    2. It is not entirely portable to Windows.

    3. I need someone with expertise to edit the code so that it CAN be compiled for Windows.

    4. I will then run the program on Windows.


    Please contact me for details, the project will pay $500.00.
    Last edited by paulybuns; 12-18-2004 at 04:33 PM.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    http://cygwin.com/
    Now where's my $500?

  3. #3
    Registered User
    Join Date
    Dec 2004
    Posts
    3
    I'm aware of Cygwin.

    However, on its main page, it clearly states:

    What Isn't Cygwin?

    * Cygwin is not a way to run native linux apps on Windows. You have to rebuild your application from source if you want to get it running on Windows.


    So this is not quite what I'm looking for.

    In brief, I have some C code for Linux. I want it compiled for Windows.

    -Paul

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    > I want it compiled for Windows.

    So what did you think "You have to rebuild your application from source if you want to get it running on Windows." meant then?

  5. #5
    Registered User
    Join Date
    Dec 2004
    Posts
    3

    C++ Project

    >> I want it compiled for Windows.

    >So what did you think "You have to rebuild your application
    >from source if you want to get it running on Windows."
    >meant then?

    It means that it must be compiled for windows, which is exactly
    the essence of the project I am seeking help with, as follows:

    "I am looking for a programming to take existing Linux code,
    and compile and make it useable on Windows."

    If I were able to do this myself, I would, however my background
    is not in programming, hence this project...

    Thank you for your assistance though.

    -Paul

  6. #6
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >So this is not quite what I'm looking for.
    How so? It sounds like exactly what you're looking for unless you want a binary compiled in Linux to magically run when copied to Windows.
    My best code is written with the delete key.

  7. #7
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Ignoring the alternative, let us assume you have a file containing some C/C++ source code that was written for Linux. You now wish to have a Windows version of the same program so you will, eventually, have two source files both platform specific.

    If that is correct, then to get a programmer onboard with the right qualities and skills, you'd need to say what technologies the thing uses. If it is a standard grey box type application, there are a lot of people here who could do it. If it is using some graphics library, i.e. rendered surfaces etc., then there will be fewer. If it is using a special constructs like sockets, databases, etc., then again, it will reduce the number of people available.

    So what does it do, and how much code are we talking about?

    By the way, this does not mean I am necessarily interested in doing it, but simply to help you get a more sensible response.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem Displaying a Struct
    By rockstarpirate in forum C++ Programming
    Replies: 16
    Last Post: 05-05-2008, 09:05 AM
  2. added start menu crashes game
    By avgprogamerjoe in forum Game Programming
    Replies: 6
    Last Post: 08-29-2007, 01:30 PM
  3. Dynamic Binding
    By gpr1me in forum C++ Programming
    Replies: 1
    Last Post: 03-24-2006, 09:01 AM
  4. Game Independent Anti-cheat Project Needs Programmers
    By GIA Project Lea in forum Projects and Job Recruitment
    Replies: 3
    Last Post: 09-15-2005, 07:41 PM