Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread CLEMENT Francis

I think you don't need any .NET Framework 3.x (compact or not) but only VC++
2008 redistributables (include vc++2008 runtime libs, as is MSVCR90.dll)
(normally installing .Net framework 3.x is only necessary when using ..Net
objects/... Pure C/C++ code should not need them, just C/C++ runtime correct
version is necessary)

You can find Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
here :

http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-
A40D-3802B2AF5FC2displaylang=en

Supported OS : Windows 2000 Service Pack 4; Windows Server 2003; Windows
Server 2008; Windows Vista; Windows XP

Important : keep in mind to select correct os language before downloading
(else could interfere with any allready installed .NET framework)


Francis


-Message d'origine-
De : xmail-boun...@xmailserver.org
[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi
Envoyé : mardi 19 janvier 2010 20:50
À : XMail Users Mailing List
Objet : Re: [xmail] XMail 1.27-pre11


On Tue, 19 Jan 2010, Davide Libenzi wrote:

 On Tue, 19 Jan 2010, Edinilson - ATINET wrote:
 
  ..NET 3.5 will not run in Windows 2000 Server...
  
  What can we, Windows 2000 users, do ?
 
 Will build using VC 8 ...

Which will use such DLL too. MSVC 2005 does not, but I don't have that 
anymore.
But, it seems you can install .NET Framework 3.5 on Win2K:

http://www.microsoft.com/downloads/details.aspx?FamilyID=E38214
49-3C6B-42F1-9FD9-0041345B3385displaylang=en

Supported Operating Systems:
Windows 2000 Service Pack 4;
   Windows CE .NET; 
   Windows Mobile 2003 SE software for Pocket PC;
   Windows Mobile 5.0;
   Windows Mobile 6;
   Windows Vista;
   Windows XP



- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread Edinilson - ATINET
After installing VC++ 2008 redistributables, the following error is being 
returned when trying to start xmail:

The procedure entry point freeaddrinfo could not be located in the dynamic 
link library WS2_32.dll

Regards

Edinilson
-
ATINET-Professional Web Hosting
Tel Voz: (0xx11) 4412-0876
http://www.atinet.com.br


- Original Message - 
From: CLEMENT Francis fclem...@adour-bureau.com
To: 'XMail Users Mailing List' xmail@xmailserver.org
Sent: Wednesday, January 20, 2010 6:00 AM
Subject: Re: [xmail] XMail 1.27-pre11



I think you don't need any .NET Framework 3.x (compact or not) but only VC++
2008 redistributables (include vc++2008 runtime libs, as is MSVCR90.dll)
(normally installing .Net framework 3.x is only necessary when using ..Net
objects/... Pure C/C++ code should not need them, just C/C++ runtime correct
version is necessary)

You can find Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
here :

http://www.microsoft.com/downloads/details.aspx?familyid=A5C84275-3B97-4AB7-
A40D-3802B2AF5FC2displaylang=en

Supported OS : Windows 2000 Service Pack 4; Windows Server 2003; Windows
Server 2008; Windows Vista; Windows XP

Important : keep in mind to select correct os language before downloading
(else could interfere with any allready installed .NET framework)


Francis


-Message d'origine-
De : xmail-boun...@xmailserver.org
[mailto:xmail-boun...@xmailserver.org]de la part de Davide Libenzi
Envoyé : mardi 19 janvier 2010 20:50
À : XMail Users Mailing List
Objet : Re: [xmail] XMail 1.27-pre11


On Tue, 19 Jan 2010, Davide Libenzi wrote:

 On Tue, 19 Jan 2010, Edinilson - ATINET wrote:

  ..NET 3.5 will not run in Windows 2000 Server...
 
  What can we, Windows 2000 users, do ?

 Will build using VC 8 ...

Which will use such DLL too. MSVC 2005 does not, but I don't have that
anymore.
But, it seems you can install .NET Framework 3.5 on Win2K:

http://www.microsoft.com/downloads/details.aspx?FamilyID=E38214
49-3C6B-42F1-9FD9-0041345B3385displaylang=en

Supported Operating Systems:
 Windows 2000 Service Pack 4;
 Windows CE .NET;
 Windows Mobile 2003 SE software for Pocket PC;
 Windows Mobile 5.0;
 Windows Mobile 6;
 Windows Vista;
 Windows XP



- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread Davide Libenzi
On Wed, 20 Jan 2010, CLEMENT Francis wrote:

 
 Seems to be a similar problem like ERDNS weirdness thread on the nettest
 tool and the getnameinfo entry point no found in dinamic link library
 WS2_32.dll on w2000 os :/
 
 This could help Davide if the same 'problem'

That function has been used by XMail since looong time. Something seems 
off with that system.


- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread Davide Libenzi
On Wed, 20 Jan 2010, Edinilson - ATINET wrote:

 After installing VC++ 2008 redistributables, the following error is being 
 returned when trying to start xmail:
 
 The procedure entry point freeaddrinfo could not be located in the dynamic 
 link library WS2_32.dll

Well, ther is a big clue here:

http://msdn.microsoft.com/en-us/library/ms737931%28VS.85%29.aspx

Weren't you using 1.26 in that system? The freeaddrinfo() function had 
been used since long time.


- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread Edinilson - ATINET
I´m using 1.27-pre01 without problems.

Edinilson
-
ATINET-Professional Web Hosting
Tel Voz: (0xx11) 4412-0876
http://www.atinet.com.br


- Original Message - 
From: Davide Libenzi davi...@xmailserver.org
To: XMail Users Mailing List xmail@xmailserver.org
Sent: Wednesday, January 20, 2010 3:25 PM
Subject: Re: [xmail] XMail 1.27-pre11


On Wed, 20 Jan 2010, Edinilson - ATINET wrote:

 After installing VC++ 2008 redistributables, the following error is being
 returned when trying to start xmail:

 The procedure entry point freeaddrinfo could not be located in the dynamic
 link library WS2_32.dll

Well, ther is a big clue here:

http://msdn.microsoft.com/en-us/library/ms737931%28VS.85%29.aspx

Weren't you using 1.26 in that system? The freeaddrinfo() function had
been used since long time.


- Davide


___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread Davide Libenzi
On Wed, 20 Jan 2010, Edinilson - ATINET wrote:

 I´m using 1.27-pre01 without problems.

Can you see how pre14 works for you?

http://www.xmailserver.org/xmail-1.27-pre12.tar.gz
http://www.xmailserver.org/xmail-1.27-pre12.win32bin.zip

This is same as pre12 for Unix users.


- Davide

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail


Re: [xmail] XMail 1.27-pre11

2010-01-20 Thread Davide Libenzi
On Wed, 20 Jan 2010, Davide Libenzi wrote:

 On Wed, 20 Jan 2010, Edinilson - ATINET wrote:
 
  I´m using 1.27-pre01 without problems.
 
 Can you see how pre14 works for you?
 
 http://www.xmailserver.org/xmail-1.27-pre12.tar.gz
 http://www.xmailserver.org/xmail-1.27-pre12.win32bin.zip

 OK, better those :)

http://www.xmailserver.org/xmail-1.27-pre14.tar.gz
http://www.xmailserver.org/xmail-1.27-pre14.win32bin.zip



- Davide

___
xmail mailing list
xmail@xmailserver.org
http://xmailserver.org/mailman/listinfo/xmail