Find Jobs
Hire Freelancers

Convert Delphi code to C

$30-250 USD

已完成
已发布将近 6 年前

$30-250 USD

货到付款
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
项目 ID: 17183069

关于此项目

22提案
远程项目
活跃6 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
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 在1天之内
4.8 (2条评论)
4.5
4.5
用户头像
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 在1天之内
4.9 (1801条评论)
8.1
8.1
22威客以平均价$122 USD来参与此工作竞价
用户头像
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 在5天之内
5.0 (176条评论)
7.5
7.5
用户头像
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 在3天之内
4.9 (203条评论)
7.3
7.3
用户头像
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 在4天之内
5.0 (16条评论)
7.2
7.2
用户头像
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 在3天之内
4.9 (119条评论)
6.3
6.3
用户头像
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 在3天之内
5.0 (92条评论)
6.5
6.5
用户头像
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 在1天之内
4.9 (31条评论)
5.4
5.4
用户头像
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 在2天之内
5.0 (11条评论)
5.4
5.4
用户头像
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 在3天之内
4.9 (48条评论)
5.6
5.6
用户头像
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 在3天之内
5.0 (37条评论)
5.5
5.5
用户头像
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 在3天之内
5.0 (25条评论)
5.2
5.2
用户头像
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 在3天之内
5.0 (3条评论)
2.5
2.5
用户头像
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 在3天之内
5.0 (1条评论)
1.9
1.9
用户头像
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 在4天之内
0.0 (0条评论)
0.0
0.0
用户头像
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 在1天之内
0.0 (0条评论)
0.0
0.0
用户头像
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 在4天之内
0.0 (0条评论)
0.0
0.0
用户头像
Can be done without external libraries. No need for classes. Will just need the time to convert the code.
$111 USD 在2天之内
0.0 (0条评论)
0.0
0.0
用户头像
Hello, I have experience in C and Pascal programming languages. I can efficiently translate your code to C.
$35 USD 在3天之内
0.0 (0条评论)
0.0
0.0
用户头像
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 在3天之内
0.0 (0条评论)
0.0
0.0
用户头像
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 在2天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
BEAVERTON, United States
5.0
34
付款方式已验证
会员自3月 10, 2012起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。