Re: [AOLSERVER] Naviserver Win-64 Sources

2012-10-15 Thread Jeff Rogers
Maurizio Martignano wrote: > 2.A set of necessary cosmetics/make up changes to the overall code base > to make it more compliant with nowadays C STDs, and therefore more > “acceptable” to nowadays C compilers, they are: > > a.I have made explicit all type conversions (with explicit casts) > > b.I

[AOLSERVER] Naviserver Win-64 Sources

2012-10-15 Thread Maurizio Martignano
To facilitate the discussion, I put in here some examples of the changes I made: 2.a. From mapPtr = ns_malloc(sizeof(Map)); To mapPtr = (Map *) ns_malloc(sizeof(Map)); 2.b. From int TclX_WrongArgs (interp, commandNameObj, string) Tcl_Interp * interp; Tcl_Obj * commandNameObj; char

[AOLSERVER] Naviserver Win-64 Sources

2012-10-15 Thread Maurizio Martignano
Any comment? Dear all, While the tests seem to go rather well but are not finished yet (and it will take quite some time), I have decided to make available anyhow the result of my activity. The sources (and Visual Studio 2012 project files) are available at: h