µTasker Forum

µTasker Forum => µTasker general => Topic started by: mark on September 20, 2010, 10:58:09 AM

Title: uTasker simulator and VisualStudio 2010
Post by: mark on September 20, 2010, 10:58:09 AM
Hi All

Here are some notes about VS 2010 and the uTasker simulator:

1) VS 2010 is the newest version but it is not possible to open VS 6 projects with it
2) It is possible to open VS 6 project using VS 2008 (converting to a VS 2008 version) and afterward the VS 2008 project can be opened using VS 2010
3) Due to a path incompatibility it is necessary to edit the output file path in the linker property setting to $(OutDir)$(TargetName)$(TargetExt)

New versions contain VS 6, VS 2008 and VS 2010 projects in the simulator folder.
uTaskerV1-4.dsw
uTaskerV1-4.vcproj
uTaskerV1-4.vcxproj


Regards

Mark
Title: Re: uTasker simulator and VisualStudio 2010
Post by: alager on February 14, 2011, 07:10:51 PM
Mark,

Do you think you could post the 1.3 project files for 2010?  There seem to be  a lot of additional files in 1.4 that 1.3 doesn't have.

Thanks,
Aaron
Title: Re: uTasker simulator and VisualStudio 2010
Post by: mark on February 15, 2011, 08:30:53 PM
Aaron

I have attached a V1.3 project for the Coldfire - converted for VS2008 andn VS2010 (both project types in it). The contents can be copied to the project's simulation folder and should allow the project to be opened in these two environments.

They can also be used with other processor projects but the HW files will need to be exchanged in the project, along with the define for the processor type (in pre-processor defines).

Regards

Mark