Code 2 run on vc++

Hello, could you kindly let me know what modifications are needed in "FreeRTOS"  to run on VC++ 6.0… to generate code for PC.. for ex., "__far" is obsolete. the vc++ mannual says that, the "__far" keyword is substituted by "WINAPI" which is a macro in "windows.h" file.. looking ahead for your quick response Thanking you.

Code 2 run on vc++

Hi, The x86 port of FreeRTOS is just for real mode operation.  Unless you have a very old version of VC++ I don’t think you can generate 16bit consolte apps with it.  A protected mode port would be a very different.  If you do have a copy that will generate 16bit apps then very few changes should be required.  Let me know if this is the case. I presume you have looked at using Open Watcom? Regards.

Code 2 run on vc++

Friends, i dont have, older version of VC++. i’ll check about Watcom.. Thanking you…

Code 2 run on vc++

Same with me have trouble to run and simulate the free  rtos 7.0 that i’ve downloaded . Any one could help ? Thx

Code 2 run on vc++

I’m beginner and have trouble to run and simulate the free rtos 7.0 that i’ve downloaded . I confuse how to setup for Visual C++ Express Edition 2008 and Watcom 1.8. Any one could help ? Thx

Code 2 run on vc++

If you want to use VS and not GCC, then use the 2010 Express Edition. It is free to download and use. Then you won’t need to set up anything, just open the DemoWIN32-MSVCWin32.sln solution file from in the VS tool (or double click the solution file to have it start VS automatically).