Skip to forum content

You are not logged in. Please login or register.


forums.pvpgn.pro → [EN] Research & Development → Convert Project to Win32

Pages 1

You must login or register to post a reply

RSS topic feed

Posts: 9

1

Topic: Convert Project to Win32

I'm wanting to commission someone to convert an old project to Visual Studio 2010 for me and then help me build it up to an open-source engine for Diablo-type games. The project is called Project DDT hosted currently on Sourceforge. I'm wondering if someone here is able to do this. The only reason why I'm asking is because I got the Win32 version of PvPGN off this site.

You can see the sourceforge project here: sourceforge.net/projects/projectddt/
And I have attached the sources contained, all cpp files.

My price is $150 but that's negotiable depending on what you're able to accomplish. Remember this software has to remain free and open-source, the payment is for the arrangement and for a continued relationship.

Thank you for your time.

2 (edited by Karaulov 25.03.2014 10:34)

Re: Convert Project to Win32

I downloaded ddt20110724.tar.gz,  broken code? (Eg in the code: 0b00, need 0x00)

You can try to create an empty project Win32, add all the files, download SDL, dirent-1.20.zip. Then you can try will build for Win32.

3

Re: Convert Project to Win32

Hmm it worked for me installed on Ubuntu. There were some extra steps in the Readme, need the Hellfire v1.01 exe file.

Added: 19.04.2014 18:04

Is anyone able to compile this source into a Windows EXE?

khanduras.net/repo/ddt20110724-tar-gz/

4

Re: Convert Project to Win32

Try it

Добавлено: 20.04.2014 20:54

https://github.com/HarpyWar/projectddt

Do not ask for support in PM.

5 (edited by qualakon 28.04.2014 00:29)

Re: Convert Project to Win32

Thanks for that! I wasn't able to install due to this error.
http://forums.harpywar.com/extensions/hcs_image_uploader/uploads/0/6000/6282/thumb/p18miaum57p4n53n1nh21pfm1oc51.png

Did you compile for Release or Debug?

Added: 27.04.2014 13:29

I downloaded two dll files and placed them in the same folder. msvcp120d.dll & msvcr120d.dll

I then got this message

DDT> Error opening file ddtconfig.txt
DDT> ddtconfig.txt corrupt or nonexistent, rolling with defaults.
DDT> critical files not detected.....
DDT> Can not find required files

Added: 27.04.2014 19:42

Never mind, I got it by copying ddt.mpq into the same folder.

6

Re: Convert Project to Win32

qualakon wrote:

I downloaded two dll files and placed them in the same folder. msvcp120d.dll & msvcr120d.dll

Or install Visual C++ Redistributable 2013 x86 www.microsoft.com/en-us/download … x?id=40784 (because of it was compiled with Visual Studio 2013).

Do not ask for support in PM.

7

Re: Convert Project to Win32

Yeah I tried that and it didn't work. I installed both 32 and 64 bit.

8 (edited by qualakon 28.04.2014 10:34)

Re: Convert Project to Win32

Edit: I couldn't get the runtimes to work but using the downloaded dll files from dll-files.com, could be my problem here.

I tried on two computers and the same thing is happening: It launches, I get to see the Hellfire screen attached but any mouse click causes the program to become non-responsive and crashes, have to close the dos box.http://forums.harpywar.com/extensions/hcs_image_uploader/uploads/0/6000/6288/thumb/p18mjgd54c1jg1o9apl50b1c9m1.PNG

9

Re: Convert Project to Win32

The same. May be there are linux code dependencies that are needed tweaks to make it working on windows. Or we didn't know how to run the client correctly.
I just fixed compile errors there.

Do not ask for support in PM.

Posts: 9

Pages 1

You must login or register to post a reply

Who now at forum

Currently view post: 1 guest, 0 registered users

forums.pvpgn.pro → [EN] Research & Development → Convert Project to Win32