Official eMule-Board: Provide Vsual Studio 2005 Project - Official eMule-Board

Jump to content


Page 1 of 1

Provide Vsual Studio 2005 Project Rate Topic: -----

#1 User is offline   boulifb 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 9
  • Joined: 08-November 04

Posted 10 October 2006 - 09:02 AM

Hi guys,

What about providing sln and vcproj files ready to compile on visual studio 2005 in the archive of the source set???

That would be a good idea...

Best regards.
0

#2 User is offline   Andu 

  • Morph Team
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 13015
  • Joined: 04-December 02

Posted 10 October 2006 - 05:20 PM

Wouldn't that require at least one of the devs to have VS .Net 2005 in the first place?
Three Rings for the Elven-kings under the sky,
Seven for the Dwarf-lords in their halls of stone,
Nine for Mortal Men doomed to die,
One for the Dark Lord on his dark throne
In the Land of Mordor where the Shadows lie.
One Ring to rule them all, One Ring to find them,
One Ring to bring them all and in the darkness bind them
In the Land of Mordor where the Shadows lie.


Dark Lord of the Forum


Morph your Mule

Need a little help with your MorphXT? Click here

0

#3 User is offline   DreamWalker 

  • Splendid Member
  • PipPipPipPip
  • Group: Members
  • Posts: 176
  • Joined: 25-July 06

Posted 10 October 2006 - 08:41 PM

Not to mention that the code isnt VS2005 compatible yet,a lot of errors and warnings.

Look here
0

#4 User is offline   Vahagn 

  • Morph Rider
  • PipPipPipPip
  • Group: Members
  • Posts: 216
  • Joined: 10-March 04

Posted 11 October 2006 - 09:36 AM

View PostAndu, on Oct 10 2006, 10:20 PM, said:

Wouldn't that require at least one of the devs to have VS .Net 2005 in the first place?
:D :+1:
eMule v0.50a [MorphXT v12.3] @ Windows 7 Ultimate x64
0

#5 User is offline   Joce3432 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 58
  • Joined: 29-December 04

Posted 12 October 2006 - 11:49 AM

View PostAndu, on Oct 10 2006, 05:20 PM, said:

Wouldn't that require at least one of the devs to have VS .Net 2005 in the first place?



VC++ 2005 is now a free download from microsoft.com...
0

#6 User is offline   leuk_he 

  • MorphXT team.
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5975
  • Joined: 11-August 04

Posted 12 October 2006 - 11:53 AM

View PostJoce3432, on Oct 12 2006, 01:49 PM, said:

View PostAndu, on Oct 10 2006, 05:20 PM, said:

Wouldn't that require at least one of the devs to have VS .Net 2005 in the first place?



VC++ 2005 is now a free download from microsoft.com...

No. Visual studio 2005 express is free. It lacks MFC/ATL and emule relies on that part.

(at least, last time i checked.)
Download the MorphXT emule mod here: eMule Morph mod

Trouble connecting to a server? Use kad and /or refresh your server list
Strange search results? Check for fake servers! Or download morph, enable obfuscated server required, and far less fake server seen.

Looking for morphXT translators. If you want to translate the morph strings please come here (you only need to be able to write, no coding required. ) Covered now: cn,pt(br),it,es_t,fr.,pl Update needed:de,nl
-Morph FAQ [English wiki]--Het grote emule topic deel 13 [Nederlands]
if you want to send a message i will tell you to open op a topic in the forum. Other forum lurkers might be helped as well.
0

#7 User is offline   ramjam 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 31-January 06

Posted 23 October 2006 - 08:31 PM

Since there are complete VS2005 projects available and linked within the forum, could the devs not simply just make a quick diff within the emule sources (only emule, not the 3rd party libs and stuff, since those are not part of the usual source distribution) and merge them into their VC2002 code? There would be no need to have a Visual C++ 2005, the devs can ensure that their projects still compile and work fine. In cases they are not sure or the changes would worsen the original code, let's use precompiler statements. :-k

But for users with the latest Visual Studio it would reduce the effort to "correct" the code with every new emule version to make it work again. Or at least it would be reduced to new code parts only.

:flowers:
0

#8 User is offline   leuk_he 

  • MorphXT team.
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5975
  • Joined: 11-August 04

Posted 24 October 2006 - 09:58 AM

View Postramjam, on Oct 23 2006, 10:31 PM, said:

make a quick diff within the emule sources (only emule, not the 3rd party libs and stuff, since those are not part of the usual source distribution) and merge them into their VC2002 code?


Not that i actually run 2005... but looking at the changelog of 0.47b:

Quote

-----------------------
- Feb, 4. 2006 -
-----------------------
Unk: SMIRC now supports color. (BlueSonicBoy-TK4)
Unk: Fixed GetClosestTo not return the number of results wanted.. (tatikiran)
.: Fixed potential crash with MiniMule.
.: Ported sources code to VS2005.
.: Several runtime performance optimizations for 64-bit arithmetics.
.: Fixed a minor bug with large file search results.


Except for the vs2005 project file it seems already done???
Download the MorphXT emule mod here: eMule Morph mod

Trouble connecting to a server? Use kad and /or refresh your server list
Strange search results? Check for fake servers! Or download morph, enable obfuscated server required, and far less fake server seen.

Looking for morphXT translators. If you want to translate the morph strings please come here (you only need to be able to write, no coding required. ) Covered now: cn,pt(br),it,es_t,fr.,pl Update needed:de,nl
-Morph FAQ [English wiki]--Het grote emule topic deel 13 [Nederlands]
if you want to send a message i will tell you to open op a topic in the forum. Other forum lurkers might be helped as well.
0

#9 User is offline   ramjam 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 31-January 06

Posted 24 October 2006 - 06:55 PM

View Postleuk_he, on Oct 24 2006, 09:58 AM, said:

Except for the vs2005 project file it seems already done???


Umm, I have to admit I have not checked for changes after 0.47a, and I was just assuming that I have still to "correct" all the code. So I was getting the latest complete package of vs2005 again and merged my personal small modifications over some files into it...
I will try the original code without changes this weekend. And just ignore what I have said. :angelnot:

Thanks for the hint. ;)
0

#10 User is offline   modeller 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 06-November 06

Posted 06 November 2006 - 04:27 PM

could someone give me a link to a working and complete source for vs2005? (including the libs)

thanks

This post has been edited by modeller: 06 November 2006 - 04:28 PM

0

#11 User is offline   dino_sauro00 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 13
  • Joined: 13-February 03

Posted 06 November 2006 - 05:51 PM

View Postmodeller, on Nov 6 2006, 05:27 PM, said:

could someone give me a link to a working and complete source for vs2005? (including the libs)

thanks


Hi modeller.

As said before VS 2005 Express edition is a free download from Microsoft's site. However it lacks support of quite a lot of stuff, essential to eMule. The normal version is not free so you have to buy it.
Anyway, compiling the eMule source for VS2005 is a total bitch and it's not worth the time spent IMHO.

Bye!
0

#12 User is offline   modeller 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 06-November 06

Posted 06 November 2006 - 07:27 PM

View Postdino_sauro00, on Nov 6 2006, 06:51 PM, said:

As said before VS 2005 Express edition is a free download from Microsoft's site. However it lacks support of quite a lot of stuff, essential to eMule. The normal version is not free so you have to buy it.
Anyway, compiling the eMule source for VS2005 is a total bitch and it's not worth the time spent IMHO.

Bye!


i have the full vs2005 (and shame on me, i love it :D ) so i would stick to it as much as possible.
I thought someone has already made the conversion, so it'll be easy.

By the way which IDE is the best for emule?
0

#13 User is offline   leuk_he 

  • MorphXT team.
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 5975
  • Joined: 11-August 04

Posted 07 November 2006 - 11:02 AM

View Postmodeller, on Nov 6 2006, 08:27 PM, said:

i have the full vs2005 (and shame on me, i love it :D ) so i would stick to it as much as possible.
I thought someone has already made the conversion, so it'll be easy.

By the way which IDE is the best for emule?

Search....in the correct sub-forum.


http://forum.emule-p...howtopic=113965
Download the MorphXT emule mod here: eMule Morph mod

Trouble connecting to a server? Use kad and /or refresh your server list
Strange search results? Check for fake servers! Or download morph, enable obfuscated server required, and far less fake server seen.

Looking for morphXT translators. If you want to translate the morph strings please come here (you only need to be able to write, no coding required. ) Covered now: cn,pt(br),it,es_t,fr.,pl Update needed:de,nl
-Morph FAQ [English wiki]--Het grote emule topic deel 13 [Nederlands]
if you want to send a message i will tell you to open op a topic in the forum. Other forum lurkers might be helped as well.
0

#14 User is offline   modeller 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 3
  • Joined: 06-November 06

Posted 07 November 2006 - 11:15 AM

View Postleuk_he, on Nov 7 2006, 12:02 PM, said:

Search....in the correct sub-forum.

http://forum.emule-p...howtopic=113965


Thanks, perfect! :worthy:
0

  • Member Options

Page 1 of 1

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users