On Wed, 28 Jun 2006, Youness Alaoui wrote:
> at uni, but you don't have access to the CDs to install it on your laptop
> or at home for example, no ?
For us here, we just go to somewhere on a M$ website with our univ un/pw,
and we can either download everything we like (apart frmo M$ Office) or
ask them to put it on a CD for us and go fetch it at the NOC. That's for
what you install at home. PCs at the university have their own licenses.
And it's what Jerome said, it's a license for all the students at a very
reduced price for those who pay it.
>
> KKRT
>
> On Wed, 28 Jun 2006 12:10:17 -0400, Jérôme Gagnon-Voyer
> <[EMAIL PROTECTED]> wrote:
>
> > For us, we have everything free at University, legal.
> >
> > Visual Studio Full Version .net, Windows XP Pro SP2, and almost all
> > Microsoft products.
> > Le 28 juin 2006 à 12:08, Philippe Valembois - Phil a écrit :
> >
> >> I think it's a good idea as I use only VC++6 (official version
> >> bought at
> >> reduced prices as a student) except for Winflash... (For that
> >> please look at
> >> my other mail :d)
> >> Phil
> >>
> >> Le Tuesday 27 June 2006 23:22, Youness Alaoui a écrit :
> >>> Nah, not stupid, I was about to suggest it (which is why it's not
> >>> stupid
> >>> ^o) :P)
> >>> We already have some project files, but not all.. we have .vcproj
> >>> and .sln
> >>> for tkcximage I think but that's the .NET project files, I prefer
> >>> the .dsp
> >>> and .dsw files, anyways, whatever we add, it should be the same
> >>> version of
> >>> VS for all the projects (I would vote for .dsp/.dsw.. if someone
> >>> has .NEt,
> >>> then VS will convert the dsp file, if you have only VS6 and we
> >>> used .sln
> >>> files, it just won't be able to open it).
> >>> Also, I dont' want any .opt or .ncb files, only the .dsp + .dsw
> >>> files are
> >>> needed.
> >>>
> >>> KKRT
> >>>
> >>> On Tue, 27 Jun 2006 17:09:16 -0400, Sander Hoentjen
> >>> <[EMAIL PROTECTED]>
> >>>
> >>> wrote:
> >>>> pleased to meet you, I am big brother, and I am watching you :P
> >>>> Anyway, isn't it a good idea to keep project files on svn, just
> >>>> as we
> >>>> have Makefile etc, or is that a stupid thing to say?
> >>>>
> >>>> On Tue, 2006-06-27 at 23:06 +0200, Philippe Valembois - Phil wrote:
> >>>>> I said to myself : I hope nobody will ask for this change :p
> >>>>> Hehem... :d
> >>>>> It's simply because I think we shouldn't have to modify the code to
> >>>>> decide if
> >>>>> we want to compile with stubs or not...
> >>>>> I added these defines in the project file (which isn't on the
> >>>>> repo) so
> >>>>> if I
> >>>>> want to disable stubs for any reason, it's only on my project
> >>>>> and the
> >>>>> code
> >>>>> isn't compromised....
> >>>>> So don't worry, defines are here but not in the same place...
> >>>>> Phil
> >>>>>
> >>>>> Le Tuesday 27 June 2006 22:41, Sander Hoentjen a écrit :
> >>>>>> On Tue, 2006-06-27 at 13:11 -0700,
> >>>>>> [EMAIL PROTECTED]
> >>>>>>
> >>>>>> wrote:
> >>>>>>> Modified: trunk/amsn/utils/windows/winutils/winutils.h
> >>>>>>> =================================================================
> >>>>>>> ==
> >>>>>>> --- trunk/amsn/utils/windows/winutils/winutils.h 2006-06-27
> >>>>>
> >>>>> 18:39:50 UTC
> >>>>>
> >>>>>>> (rev 6987)
> >>>>>
> >>>>> +++ trunk/amsn/utils/windows/winutils/winutils.h 2006-06-27
> >>>>>
> >>>>>>> 20:11:40 UTC (rev 6988) @@ -10,9 +10,6 @@
> >>>>>>> #ifndef _WINUTILS
> >>>>>>> #define _WINUTILS
> >>>>>>>
> >>>>>>> -#define USE_TCL_STUBS
> >>>>>>> -#define USE_TK_STUBS
> >>>>>>> -
> >>>>>>
> >>>>>> Why? I don't know much but in the man pages I read:
> >>>>>>
> >>>>>> Enabling the stubs mechanism for an extension requires the
> >>>>>> following
> >>>>>> steps:
> >>>>>>
> >>>>>> 1)
> >>>>>> Call Tcl_InitStubs in the extension before calling any
> >>>>>> other
> >>>>>
> >>>>> Tcl
> >>>>>
> >>>>>> functions.
> >>>>>>
> >>>>>> 2)
> >>>>>> Define the USE_TCL_STUBS symbol. Typically, you would
> >>>>>> include
> >>>>>> the -DUSE_TCL_STUBS flag when compiling the extension.
> >>>>>>
> >>>>>> 3)
> >>>>>> Link the extension with the Tcl stubs library instead
> >>>>>> of the
> >>>>>> standard Tcl library. On Unix platforms, the library
> >>>>>> name is
> >>>>>> libtclstub8.1.a; on Windows platforms, the library name is
> >>>>>> tclstub81.lib.
> >>>>>>
> >>>>>>
> >>>>>> If the extension also requires the Tk API, it must also call
> >>>>>> Tk_InitStubs to initialize the Tk stubs interface and link with
> >>>>>> the Tk
> >>>>>> stubs libraries. See the Tk_InitStubs page for more information.
> >>>>>>
> >>>>>>
> >>>>>> So.. I don't understand why you removed them. I know you will
> >>>>>> have a
> >>>>>> good reason but I just want to know it too :)
> >>>>>>
> >>>>>>
> >>>>>> Using Tomcat but need to do more? Need to support web services,
> >>>>>
> >>>>> security?
> >>>>>
> >>>>>> Get stuff done quickly with pre-integrated technology to make
> >>>>>> your job
> >>>>>> easier Download IBM WebSphere Application Server v.1.0.1 based on
> >>>>>
> >>>>> Apache
> >>>>>
> >>>>>> Geronimo
> >>>>>
> >>>>> http://sel.as-us.falkag.net/sel?
> >>>>> cmd=lnk&kid=120709&bid=263057&dat=121642
> >>>>>
> >>>>>> _______________________________________________
> >>>>>> Amsn-devel mailing list
> >>>>>> [email protected]
> >>>>>> https://lists.sourceforge.net/lists/listinfo/amsn-devel
> >>>>>
> >>>>> Using Tomcat but need to do more? Need to support web services,
> >>>>> security?
> >>>>> Get stuff done quickly with pre-integrated technology to make
> >>>>> your job
> >>>>> easier
> >>>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> >>>>> Geronimo
> >>>>> http://sel.as-us.falkag.net/sel?
> >>>>> cmd=lnk&kid=120709&bid=263057&dat=121642
> >>>>> _______________________________________________
> >>>>> Amsn-devel mailing list
> >>>>> [email protected]
> >>>>> https://lists.sourceforge.net/lists/listinfo/amsn-devel
> >>>>
> >>>> Using Tomcat but need to do more? Need to support web services,
> >>>> security?
> >>>> Get stuff done quickly with pre-integrated technology to make
> >>>> your job
> >>>> easier
> >>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> >>>> Geronimo
> >>>> http://sel.as-us.falkag.net/sel?
> >>>> cmd=lnk&kid=120709&bid=263057&dat=121642
> >>>> _______________________________________________
> >>>> Amsn-devel mailing list
> >>>> [email protected]
> >>>> https://lists.sourceforge.net/lists/listinfo/amsn-devel
> >>
> >>
> >> Using Tomcat but need to do more? Need to support web services,
> >> security?
> >> Get stuff done quickly with pre-integrated technology to make your
> >> job easier
> >> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> >> Geronimo
> >> http://sel.as-us.falkag.net/sel?
> >> cmd=lnk&kid=120709&bid=263057&dat=121642
> >> _______________________________________________
> >> Amsn-devel mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/amsn-devel
> >
> >
> > Using Tomcat but need to do more? Need to support web services, security?
> > Get stuff done quickly with pre-integrated technology to make your job
> > easier
> > Download IBM WebSphere Application Server v.1.0.1 based on Apache
> > Geronimo
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> > _______________________________________________
> > Amsn-devel mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/amsn-devel
>
>
>
> --
> KaKaRoTo
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Amsn-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/amsn-devel
>
---
"Where is the life that we have lost in living?
Where is the wisdom that we have lost in knowledge?
Where is the knowledge that we have lost in information?"
OEO;
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Amsn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amsn-devel