📄 microso.html
字号:
<HTML><HEAD><TITLE>Newmat09 - Microsoft</TITLE></HEAD><BODY><H2>Microsoft</H2><A HREF="sun.html"> next</A> - <A HREF="sun.html"> skip</A> - <A HREF="compiler.html"> up</A> - <A HREF="index.html"> start</A><P>Microsoft Visual C++ 2.0: Seems to work OK. You can use the makefile<TT>ms_nt.mak</TT>.<P>You must <TT>#defineTEMPS_DESTROYED_QUICKLY</TT> owing to a bug in version 7 (at least) of MSC.There are some notes in the file <TT>include.h</TT> on changes to run underversion 7. I haven't tried newmat09 on version 7.<P>Microsoft Visual C++ 1.51. Disable exceptions, comment out the line ininclude.h <TT>#define TEMPS_DESTROYED_QUICKLY_R</TT>. In <TT>tmt.cpp</TT>,comment out the <TT>Try</TT> and <TT>CatchAll</TT> lines at the beginningof <TT>main()</TT> and the line <TT>trymati()</TT>. You can use the makefile<TT>ms.mak</TT>. You will probably need to break the<A HREF="testing.html">tmt</A> test files into two parts to get the programto link.<P>If you can, upgrade to windows 95 or window NT and use the 32 bit consolemodel.<P>If you are using the 16 bit large model, don't forget to keep all matricesless than 64K bytes in length (90x90 for a rectangular matrix if you areusing <TT>double</TT> as your element type). Otherwise your program willcrash without warning or explanation.You may need to break the <A HREF="testing.html">tmt</A> set of testfiles into two parts to get the program to fit into your computer. <P>Microsoft Visual C++ 4: I haven't tried this - a correspondent reports:I use Microsoft Visual C++ Version 4. there is only one minor problem.In all files you must include<TT>#include "stdafx.h"</TT> (presumably if you are using MFC).This file contains essential information for VC++. Leave it out andyou get <I>Unexpected end of file</I>.<P>Microsoft Visual C++ 5: I have tried this in console mode and it seems to worksatisfactorily. There may be a problem with <A HREF="namesp.html">namespace</A>.Turn optimisation off. Edit <TT>include.h</TT> to use thecompiler supported exceptions.</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -