Oups, I answered too fast, ok, thanks for answering, and you're right,  
poly is screwing us up and no way we'll have 'free licenses'.. bastards...


On Wed, 28 Jun 2006 12:18:46 -0400, Jérôme Gagnon-Voyer  
<[EMAIL PROTECTED]> wrote:

> I don't know. But we are a big university, and they have a kind of
> partnership with Microsoft, so it's not like the University is paying
> full price each time a student wants it, it's a license for all the
> students.
>
> I think they don't have that in Polytechnique (Youness' university)
> Le 28 juin 2006 à 12:12, Philippe Valembois - Phil a écrit :
>
>> How much does it cost for tax-payers ???
>> Phil
>>
>> Le Wednesday 28 June 2006 18:10, Jérôme Gagnon-Voyer a écrit :
>>> 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
>>
>>
>> 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

Reply via email to