Thanks Geezer.
Not sure about the C code as I do not know how to do C.
Using what you talked about, and a decent nights sleep I was able to figure out what I was doing wrong. The example program called the prm file "default.prm" and I was trying to import it. My program calls it "project.prm"
Opened the project.prm and there was a declared vector. Put my vectors below it. Compliled - Downloaded and looked at the vector memory address and there was my vectors.

I did find that the vectors are not declared as they are listed in the data sheet.
TIM Channel 0 is Vector 4 not 3 as the data sheet states.
The best I figure to get my code to auto start on power up, I will put my code at vector 0. Is this correct?
Thanks,
Steve