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 -- 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
