Newsgroups: mail-lists.delegate-en
[DeleGate-En] Has anyone built Delegate for visual studio 2003?
I see this is a bit more complex.... the Mkmkmk.exe is a makefile
generator...
A few issues:
1) the make file is trying to run "ts". But TS is not a unix or windows
command.
Microsoft (R) Library Manager Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
ts libtemp.a
'ts' is not recognized as an internal or external command,
operable program or batch file.
copy libtemp.a libsubstx.a
1 file(s) copied.
ts libsubstx.a
'ts' is not recognized as an internal or external command,
operable program or batch file.
**[0] move ../maker/libsubstx.a to ../lib/libsubstx.a
2) Anyone know how to debug the program with visual studio?
I can add this flag /Z7 or /DEBUG, to generate the debug info
http://msdn2.microsoft.com/en-us/library/958x11bc.aspx
Thanks
Mitch
|