News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Running non-Linux executables with a simulator in code::blocks

Started by DoMeN, October 30, 2006, 10:28:09 AM

Previous topic - Next topic

DoMeN

Is it somehow possible to give code::blocks parameters to use a simulator for executable execution?

For example:

use simulator: yes/no
simulator path: path to simulator
simulator parameters: some flags, $executable_name

tiwag

you can use the Tools Menu and pass the macros

$(TARGET_OUTPUT_DIR)
$(TARGET_OUTPUT_FILE)


e.g.

Executable: usr/bin/Simulatorxy
Parameters: flags, $(TARGET_OUTPUT_DIR)$(TARGET_OUTPUT_FILE)



brgds

DoMeN

Is it possible to link this tool to start when you click on run project button?

Pecan

Quote from: DoMeN on October 30, 2006, 01:30:55 PM
Is it possible to link this tool to start when you click on run project button?

You can't redirect the taskbar button, but you can redefine the menu run key with keybinder.

Or just use keybinder to define a  key for your tool.