User forums > Using Code::Blocks

Creating a new microprocessor template

<< < (2/2)

JimB:
Thank you oBFusFCATed! 

When my program runs, it runs from this folder:  C:\Users\jabomkamp\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\CodeBlocks

In that folder are six different scripts.  I haven't done a lot of Windows development so I am not sure how to do some things.  If I put a call to register new wizard in this list of scripts, are you saying that it will run before Codeblocks executes and Codeblocks will have what it needs to accept and use my wizard script (and add a new microprocessor choice under ARM in my case?)

JimB

oBFusCATed:
All squirrel scripts run inside the codeblocks.exe process. So your understanding of how it works is not correct.

Try reading the docs at http://wiki.codeblocks.org/index.php/Wizard_scripts hopefully it will make it clear what you need to do.

BlueHazzard:
1) It would be nice if you could tell us what coretx you are using, and what modifications have to be done
2) As other poster pointed out, the wizard bases on squirrel scripts. You can modify this scripts by:
File->New->Project->Make right click on the wizard you want to modify->Edit script

If you create a new wizard, you have to add it to the loading script:
File->New->Project->Make right click on any wizard->Edit global registration script
Here you have to add your script. Save the file and restart codeblocks...

If you want more help, describe the changes you made/ want to make in more detail

Navigation

[0] Message Index

[*] Previous page

Go to full version