|
CompilingOnWindows
How to Compile pForth on Windows
IntroductionWe provide a project for Visual Studio 2005 Details
Note that there were a few modifications made to the default projects. The warnings for 64-bit code compatibility were turned to prevent annoying warnings. The property "C/C++"/General/"Detect 64-bit Portability Issues" was set to "No". The following were added to "C/C++"/PreProcessor/"Preprocessor Definitions":
|
Sign in to add a comment
Double clicked pforth.sln. Select pforth_main on Reccommended program. Get this error message: pforth.sln is not a win32 program.
What shall I do?