Page 2 of 2
Posted: Tue May 27, 2003 2:39 pm
by Wishbringer
Used TortoiseCVS and had same problem with CR/LF
Checked Preferences/Advanced/Unix_Line_Endings and nothing happened first.
Because CVS don't check CR/LF while updating.
You first have to check Preferences/Advanced/Unix_Line_Endings and THEN you have to do a FRESH checkout (clear whole folder first).
Then all is fine and CR/LF are in the right places. *grin*
Posted: Tue May 27, 2003 9:35 pm
by compuboy
*warning* not a CVS power user, more of a noob actually **
I use winCVS (the little yellow fish one) and without changing any options i got it to work like a charm with just the address and such.
Posted: Thu May 29, 2003 4:03 pm
by woodcraft
I got the download (again) but I keep getting compile errors "cannot open file wdbgexts.h"
I can't find this file in CVS here - where is it referenced ?
Posted: Thu May 29, 2003 5:55 pm
by dont_know_at_all
That's only referenced by the mqext debug extension. You don't need that to run macroquest.
That file is in your VS installation:
VC98\INCLUDE\wdbgexts.h
Posted: Fri May 30, 2003 9:23 am
by woodcraft
I am running VS .net 2003 - the file is not included with it. Can we put it in as part of the CVS repository ?
It is needed as a lot of references exist to use the debug routines.
Posted: Fri May 30, 2003 9:30 am
by meep
Hmm works fine for me with VS.net Enterprise Architect edition...
Did you install the support libraries?
and run the VS/VC++ environment variables batch file?
Posted: Fri May 30, 2003 12:47 pm
by dont_know_at_all
Vc7/PlatformSDK/Include/WDbgExts.h from VS.NET.
I believe the platform sdk might be available from MS.
Posted: Mon Jun 02, 2003 3:54 pm
by woodcraft
I found a listing of the file on the web and copied / installed it. If it is of value, I could send it to someone for inclusion to the CVS archive.
Posted: Fri Oct 10, 2003 1:03 am
by DreamKing
I don't have it (wdbgexts.h) as part of my .Net 2003 installation either.
Although I found one in 10 seconds by doing a search. Compiled fine with it (once I edited out line numbers).
http://dotnet.di.unipi.it/Content/sscli ... ource.html
Posted: Fri Oct 10, 2003 1:16 am
by dont_know_at_all
.NET 2003 does not include this file.
I assume that at some time this file will be available with debugger package.
It is now in CVS and will get in the zip at the next update.