Re: compiling with vc++ 8.0
Brought to you by:
set
From: Salvador E. T. <sal...@in...> - 2008-09-08 15:54:22
|
On 08/09/08 11:12, Michael Reichenbach wrote: > Cool, project seams alive. :) > > Salvador Eduardo Tropea schrieb: > >> I don't know much about VC versions ... >> > > Me neither, only the version I am using. There is a history of versions, > number x.x and corespondent Vistual Studio name. > http://en.wikipedia.org/wiki/Visual_C%2B%2B > > >> You can try a CVS snapshot: >> >> http://tvision.sourceforge.net/snap.html >> > > Done. > > >> I never had direct access to it. >> > > Microsoft platform sdk is free in price. > Yes, but last time I checked it needed W2k or newer, last Windows I installed was 98SE ... > Also Visual Studio 2005 Express Edition (VC++ 8.0) and Visual Studio > 2008 Express Edition (VC++ 9.0) are free in price. Rich in features. > Imho worth to try and use. > http://www.microsoft.com/express/2005/ > > Only disadvantages: > - obviously them like you to buy a paid version (besides free > registration no nagscreen) > - it's from ms, if this is important for you > > >> If you get errors you can post them and we could try to solve the >> issues. >> > > nmake -f Makefile.nmk clean doesn't work probable because the line is to > long. (Sorry, I can't provide any solutions, maybe deleting the whole > folder instant.) > > > > > (used > nmake -f Makefile.nmk all > inside the winnt folder, Why inside winnt? Can you try the one in the root of the project? (Makefile.nmk) it reuses the BC++ makefile. > started visual studio 2005 command promt before) > > > > I could build libtv.lib (some warnings, see blow) with the cvs snapshot > you gave to me. > > > Yet I haven't build an example. The readme says 'How do I compile the > demo? Is compiled by the makefile, the name is tvex.exe.'. But it hasn't > build tvex.exe, even if I removed the # before SRC7 = > ./examples/tutorial and SRC3 = ./ > I think this is what the other makefile compiles. > Can you tell me how to build one of the examples? Is there a sample > makefile for VC++ 8.0? > Please try the main .nmk. Regard, SET -- _______________________________________________________________ Ing. Salvador Eduardo Tropea http://utic.inti.gob.ar/ INTI-Electrónica e Informática Tel: (+54 11) 4724 6315 Colectora de Av. General Paz 5445 San Martín - B1650KNA Casilla de Correo 157 FAX: (+54 11) 4754 5194 Buenos Aires * Argentina http://www.inti.gob.ar/ |