I need HELP with compiling!!!!!!
I have successfuly installed MicroCode Studio v3.0.0.5, MPLAB IDE v7.61, and PicBasic Pro v2.5 on my Windows Vista computer. I also downloaded the MPLAB Plugins and set the path to locate MPASMWIN. Now I think I start the Project Wizard in the Project Menu. Then I select a device, then a language toolsuite, then create a project filename, and finally I add any existing files to my project. Once this is done, can I write my program in either PicBasic or assembly language and compile it into an Intel HEX file? Or is it more complicated than this? I bought PicBasic Pro over a month ago and I still haven't gotten to configure and use it yet. Any help would be greatly appreciated.
Thank you Joe S, Pic User, & mackrackit
I thank you all for the help. I finally generated an Intel HEX file. What I did was open MicroCode Studio and typed in my PicBasic Pro code. Then I used F9 to compile it into assembly code. Then I closed MCS and opened MPLAB IDE. I opened the assembly code file and then used Project Wizard to create a project. I'm not sure what I did after that but when I looked in the directory that contained the assembly file, there were about six other files there with the same root name but different file extensions. One of them was the HEX file. I think I'll try compilling another program and keep looking in the directory to see just when these files are generated. Thanks again for the help.