權少

Results 10 comments of 權少

The checks have passed, Please review it.^_^

I learning to solve #97 .

I defined a `DBG_ANSI_TYPE` marco in `dbg.h`, for optional support Classic Console API on Windows 7 in `example.cpp`.

> > Must set NOMINMAX when use std::min on Windows. > > just wrap it in parenthesis =) > > `(std::min)(...)` Thank you but >_

Thank you and look forward to it.

> It looked like it was building but then VS complained about a stale license and I had to exit. You can use the [Microsoft C++ Build Tools - Visual...

> cmake . and it built VC project files and a PForth.sln. > > I entered: msbuild PForth.sln and it could not find msbuild. When you have installed Build Tools...

> It still did not recognize "msbuild". You do not need to use msbuild, just use CMake can built it.

> I'm trying it with Build Tools for Visual Studio 2022. Add followed line in `pf_all.h` ```cpp #ifdef _MSC_VER # pragma warning(push) # pragma warning(disable: 4127 4293 4100 4244 4267)...

> What do you use to build it? VS2008 with M3350_SDK(ARMv4I).