aliens

Author Topic: MAPVIEW upgrade  (Read 259553 times)

Offline Aldorn

  • Commander
  • *****
  • Posts: 750
    • View Profile
Re: MAPVIEW upgrade
« Reply #45 on: June 21, 2014, 02:39:29 am »
do you have installed the visual studio 2010 SP1 runtime system ?

https://www.microsoft.com/en-US/download/details.aspx?id=5555

I have rebuilt MapView now
Your attached version does not work for me on Win 7 x64

I failed to install the visual studio 2010 SP1 runtime system because of a newer version already installed

I confirm my old version of mapview still works
« Last Edit: June 21, 2014, 02:48:23 am by Aldorn »

Offline Hobbes

  • Commander
  • *****
  • Posts: 2101
  • Infiltration subroutine in progress
    • View Profile
Re: MAPVIEW upgrade
« Reply #46 on: June 21, 2014, 02:41:49 am »
Does not work for me (on Win 7 x64)

Have you tried davide's upgrade version attached on the post right before yours?

Offline Aldorn

  • Commander
  • *****
  • Posts: 750
    • View Profile
Re: MAPVIEW upgrade
« Reply #47 on: June 21, 2014, 02:46:27 am »
Have you tried davide's upgrade version attached on the post right before yours?
What are you talking about ?

 ;)
Sorry, I updated my post while you were answering me

Does this new Release.rar work for you ?
« Last Edit: June 21, 2014, 02:49:27 am by Aldorn »

Offline Hobbes

  • Commander
  • *****
  • Posts: 2101
  • Infiltration subroutine in progress
    • View Profile
Re: MAPVIEW upgrade
« Reply #48 on: June 21, 2014, 02:56:57 am »
What are you talking about ?

 ;)
Sorry, I updated my post while you were answering me

Does this new Release.rar work for you ?

Yes. I unzipped everything to the folder where I had my old version and it worked without a problem.

Offline Aldorn

  • Commander
  • *****
  • Posts: 750
    • View Profile
Re: MAPVIEW upgrade
« Reply #49 on: June 21, 2014, 02:58:00 am »
Ok so let's forget it

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: MAPVIEW upgrade
« Reply #50 on: June 25, 2014, 12:18:35 pm »
I'll be honest, I've done very little personal programming in any respect for a while, Luke's asked if I could fix some bugs, I can try and take a look at a few other bits this weekend too, if others are having problems

Offline Aldorn

  • Commander
  • *****
  • Posts: 750
    • View Profile
Re: MAPVIEW upgrade
« Reply #51 on: June 25, 2014, 01:08:26 pm »
That's kind of you !

But as soon as someone make it work, this means it is just an install issue, isn't it ?

I have an old version that works well, so I use it

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: MAPVIEW upgrade
« Reply #52 on: June 26, 2014, 01:50:32 pm »
That's kind of you !

But as soon as someone make it work, this means it is just an install issue, isn't it ?

I have an old version that works well, so I use it
Well, if I can squeeze the time, I'll wrap up an installer or something. If you use my builds though, you'll need .NET v3.5; I can't really remember all the other details at the minute

Offline davide

  • Commander
  • *****
  • Posts: 565
    • View Profile
Re: MAPVIEW upgrade
« Reply #53 on: June 26, 2014, 02:30:21 pm »
The project target framework is .Net Framework 4.0


Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: MAPVIEW upgrade
« Reply #54 on: June 30, 2014, 09:23:04 am »
Really? because I use VS2008, which can't target .NET v4. I assume if you loaded a copy into VS2010, it'll have upgraded it.

Anyhoo, I had no time to work on this at the weekend :( Sorry

Offline davide

  • Commander
  • *****
  • Posts: 565
    • View Profile
Re: MAPVIEW upgrade
« Reply #55 on: June 30, 2014, 10:51:04 am »
Yes I open it with VS2010 (Full and Express)

Offline luke83

  • Commander
  • *****
  • Posts: 1558
    • View Profile
    • openxcommods
Re: MAPVIEW upgrade
« Reply #56 on: July 06, 2014, 12:39:29 am »
FYI: on Win8 version, i get heaps of errors and cant add new maps into the game without it crashing so i have been forced to install a Virtual Machine and boot up XP again, once i do that, this is the best version of Mapview out there ( mostly because of the new features PMPROG added for me).

Offline TheBigSot

  • Sergeant
  • **
  • Posts: 44
  • Fight, Die, Repeat.
    • View Profile
Re: MAPVIEW upgrade
« Reply #57 on: July 09, 2014, 08:20:43 am »
 :D
Hello there

I would like to contribute in the coding.

I saw
https://sourceforge.net/p/xcmapedit/code/HEAD/tree/trunk/dev/
svn checkout svn:https://svn.code.sf.net/p/xcmapedit/code/trunk xcmapedit-code
https://github.com/pmprog/OpenXCOM.Tools/trunk

I wanted to learn about how the routes are stored.. but there was too much hairy scary code.

I noted that the routes arent working in this new version, but like more the pmprog version

Reviewed the code and I think it needs some structural improvements like:
1- Error handling.
2- Organize some of the classes by functionality.
3- Separate and reuse code.

Anyway let me know if I can help

PS - Didnt experience any problem installing and running the code

Offline pmprog

  • Commander
  • *****
  • Posts: 647
  • Contributor
    • View Profile
    • Polymath Programming
Re: MAPVIEW upgrade
« Reply #58 on: July 09, 2014, 09:26:26 am »
:D
Hello there

I would like to contribute in the coding.

I saw
https://sourceforge.net/p/xcmapedit/code/HEAD/tree/trunk/dev/
svn checkout svn:https://svn.code.sf.net/p/xcmapedit/code/trunk xcmapedit-code
https://github.com/pmprog/OpenXCOM.Tools/trunk

I wanted to learn about how the routes are stored.. but there was too much hairy scary code.

I noted that the routes arent working in this new version, but like more the pmprog version

Reviewed the code and I think it needs some structural improvements like:
1- Error handling.
2- Organize some of the classes by functionality.
3- Separate and reuse code.

Anyway let me know if I can help

PS - Didnt experience any problem installing and running the code
Feel free to fork my repo (btw, there's no "/trunk" on the end), as it has a few changes luke83 asked for in.

One of my plans was to do some of the improvements you suggested, but time and motivation were issues.

Luke also PM'd me an error he was having, I've not even looked at it yet, but if it's something you feel like you want a shot at, I (or Luke) can send you on the information

Offline TheBigSot

  • Sergeant
  • **
  • Posts: 44
  • Fight, Die, Repeat.
    • View Profile
MapView & PckView upgrade - New Version
« Reply #59 on: August 04, 2014, 12:08:23 am »
Basically
* Fixed some bugs
   * Scrollbar issues
   * Color issues
   * Etc
* Integrated PckView into MapView  (Havent done deep testing on functionality, but should be interesting)