Find Jobs
Hire Freelancers

Convert Delphi code to C

$30-250 USD

Dokončeno
Zveřejněno skoro před 6 roky

$30-250 USD

Zaplaceno při doručení
I need to convert simple Delphi 5 code to C: Delphi source code is here: [login to view URL] Requirements: - Must not use external libraries (cross platform) - Must not use classes and objects (if you decide to use Visual Studio) - Delphi code output must match C code output
IČ projektu: 17183069

O projektu

23 nabídky
Vzdálený projekt
Aktivní před 6 roky

Chcete si vydělat nějaké peníze?

Výhody podávání nabídek na Freelancer

Stanovte si rozpočet a časový rámec
Získejte za svou práci zaplaceno
Načrtněte svůj návrh
Registrace a podávání nabídek je zdarma
Uděleno:
Avatar uživatele
Hello, I have looked at your code and I'm sure I can do this rewrite for you within 1 day. I can do translation to plain C or to C++ for your choice. In both cases, only standard C or C++ cross-platform libraries will be used, no classes or objects will be used. All functions will be translated with same names and arguments, so, for example Delphi/Pascal function "function countLongestNonAlphaNumericChars( Str : String ): Integer;" will become C function "int countLongestNonAlphaNumericChars(const char *Str)" in case of plain C or "int countLongestNonAlphaNumericChars(const std::string &Str)" in case of C++. I can start work today. Regards, Oleksandr Movchan
$122 USD v 1 dni
5,0 (1 recenze)
2,2
2,2
Avatar uživatele
Hello I have checked code and it looks really easy to convert. Also, I have installed Delphi 5 on my machine in order to test and check output of converted code is same as output of original Delphi code. Also, I have installed Cygwin and Visual Studio under Windows and GCC under Linux - therefore I am able to check my code is cross platform and can be built under all of them
$40 USD v 1 dni
4,9 (1590 recenze)
7,8
7,8
23 freelanceři nabízejí v průměru $128 USD za tuto práci
Avatar uživatele
Hello, I am very glad about this problem, because I learned to program with pascal (now it is delphi), and then I became an expert with C and C++. I see the code, and of course, it is large (more than 500 lines), but I think that I can do it in few days. BEst regards!
$200 USD v 5 dnech
5,0 (126 recenze)
7,4
7,4
Avatar uživatele
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 7 years. My work is online game developing, and mainly focus on server side, using c++ under Linux environment. I made many great projects using c++, for example, I made the tools which could convert java codes into c++ scripts, of course garbage collection included, this was very similar to a compiler, and was very complex. I also made our own mobile game using c++, I can show you the demo of client, if you like. I am very proficient in java also. I have a very good review on Freelancer.com, I never miss a project once I accept the job, you can check my review. Trust me, please let expert help you.
$150 USD v 3 dnech
4,9 (186 recenze)
7,2
7,2
Avatar uživatele
Hello, I am interested in this project and so wanted to discuss more it in details. I have a lot of experience in C programming and know Delphi. Thank you.
$155 USD v 3 dnech
4,9 (119 recenze)
6,3
6,3
Avatar uživatele
Hi. I have successfully compiled the Pascal/Delphi program you provided (on a Linux machine using the Free Pascal Compiler) and am currently studying the code and output just to ensure I fully understood its meaning and purpose. I may revise this bid (price and/or duration) as appropriate. Based on what I have seen so far ... I think the vital work of porting to the C language would take a few hours. Some minor re-factoring might be required after that. I test and develop on Linux. However, I will write my code using standard C functions - so I expect it to be Windows compatible. If you require me to actually test on Windows I will need to set up a development environment running Wine on Linux - and will need to add that as an extra milestone. I am based in Ireland - typically available Mon-Sat regular working hours. Please note the timezone difference.
$60 USD v 4 dnech
5,0 (9 recenze)
6,2
6,2
Avatar uživatele
Hi, I am experienced software developer, I have over 17 years experience developing for multiple platforms and using multiple programming languages. I have reviewed your code in the attached files and I think I can convert it from Delphi to plain and cross-platform C. I make warranty for providing clean, well-test code. I have both Delphi 2010, MSVC2017 and GCC and clang on Linux to ensure proper work and cross-platform compatibility. Please let me know if you are interested in cooperation. Do not hesitate to review my freelancer profile to find out more about me.
$150 USD v 3 dnech
5,0 (92 recenze)
6,5
6,5
Avatar uživatele
Good morning sir. I really interest on this project. It is great if we can working together Thank you very much and best regard.
$155 USD v 1 dni
4,9 (31 recenze)
5,4
5,4
Avatar uživatele
Hello, IF you wish to live without classes, you should consider, that string is a very complex class in C++ (and does not exist in C). Your function PrintStringProperties( Str : String; var details : String ): Boolean; can be easy ported to C++ using string class. If you stay on a solution without classes, no problem with first argument Str:String, char* can be used in C. But the second argument, var details:string, is complex. If requires memory allocation. I do not recommend memory allocation in PrintStringProperties (second arg double pointer char** detals). It is a bad style, in this case caller should think about the memory freeing. So, details memory should be allocated in caller task. And passed as char* details, caller responds that enough memory allocated. Alternative - two args (char* details, int detailsize), specifying also amount of memory available. In this case, PrintStringProperties return false, if not enough memory. Best regards, Maris
$99 USD v 3 dnech
5,0 (36 recenze)
5,5
5,5
Avatar uživatele
Hello I can convert Delphi to C as your three requirements. I have full experience on developing Delphi and C. Please contact me. Best regards.
$100 USD v 3 dnech
5,0 (25 recenze)
5,1
5,1
Avatar uživatele
Hello there ^^ I'm DELPHI and C software developer ^^ well I used to deal with both delphi and c libraries using Windows API , also i used to translate from one language to another ^^ where both C and Delphi supports cdecl and stdcall calling convention it would be easier to make the translation ^^ anyway just give me the green light and I will do my best ^^ best ragrads
$250 USD v 3 dnech
4,9 (41 recenze)
5,2
5,2
Avatar uživatele
Hii, I have good experience in programming field and I am part of industry who is making 3D from stones and convert them in different shapes. So, basically I have more than enough knowledge to finish your task. What additional I can offer to you? I will write detail comment on every module so that you can understand it very well; what happened? and why this code of line used? You may also ask anything else you need from your end. Thank You
$144 USD v 2 dnech
5,0 (11 recenze)
4,6
4,6
Avatar uživatele
i will do this as soon as possible .i hope you really like my work ,for more please contact me in private chat
$50 USD v 3 dnech
5,0 (3 recenze)
2,5
2,5
Avatar uživatele
I have 4 years of experience with c and 2 years of Delphi. I will be the best service you need. Please let me know
$150 USD v 3 dnech
5,0 (1 recenze)
1,9
1,9
Avatar uživatele
Hello! I read the con in Delphi and the program is not complicated to convert to C code, I never have worked with Delphi but a lot with C code, I would like to help you and I hope your message Thank you
$40 USD v 4 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Hello How are you I read you job description carefully I have many good experience in Delphi 5 and C++ I have take part in ACM and Codechef interest contest in 3years and won a good goal I can finish it quickly Today is weekend but I will do my best Thanks
$100 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Can deliver this in approx 4 days. Would you want this to run on *nix environments as well? i.e., should it be just C with no external libs?
$120 USD v 4 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Can be done without external libraries. No need for classes. Will just need the time to convert the code.
$111 USD v 2 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Hello, I have experience in C and Pascal programming languages. I can efficiently translate your code to C.
$35 USD v 3 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Hey there!! I am ready to provide you the great service from the right away. And I will be glad to work with you for long term way. I've well experienced team. I will assure you that you will get a quality work according to your instructions. I am an expert in the following C# Programming, C Programming, C++ Programming, , Software Architecture, Software Development, Software Testing Python, PHP, JavaScript, HTML, Website Design, and etc. Regards, George
$210 USD v 3 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
i have 5-year experience in this problem. i have used c++ for 5 years and i have used delphi for 2 years. i can do this project. trust and hire me!
$166 USD v 2 dnech
0,0 (0 recenze)
0,0
0,0

O klientovi

Pochází z UNITED STATES
Beaverton, United States
5,0
23
Ověřená platební metoda
Členem od bře 10, 2012

Ověření klienta

Díky! Poslali jsme vám e-mailem odkaz pro získání kreditu zdarma.
Při odesílání e-mailu se něco pokazilo. Zkuste to prosím znovu.
Registrovaných uživatelů Zveřejněných projektů
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Načítání náhledu
Bylo uděleno povolení ke geolokaci.
Vaše doba přihlášení vypršela a byli jste odhlášeni. Přihlaste se znovu.