Where did the Executables go?

Hello,

I have just recently upgraded to Momentics 6.3. When I was using the
6.2 version, and I would build my project, several directories would
be created, namely Project/x86/o and Project/x86/o-g. I was able to
open the terminal window, and run the Project as follows:

cd /Project/x86/o
/Project

This would run the process under the terminal. The /o-g/ directory
would contain the debug info.

However, with version 6.3, when I compile the project, I no longer get
the Project/x86/o directory, but only the Project/x86/o-g one. I can
therefore not run my process through the terminal.

Can anyone help?
Thanks.

Matthew.

“m2asseli” <m2asselin@yahoo-dot-com.no-spam.invalid> wrote in message
news:d0ibvc$264$1@inn.qnx.com

Hello,

I have just recently upgraded to Momentics 6.3. When I was using the
6.2 version, and I would build my project, several directories would
be created, namely Project/x86/o and Project/x86/o-g. I was able to
open the terminal window, and run the Project as follows:

cd /Project/x86/o
/Project

This would run the process under the terminal. The /o-g/ directory
would contain the debug info.

However, with version 6.3, when I compile the project, I no longer get
the Project/x86/o directory, but only the Project/x86/o-g one. I can
therefore not run my process through the terminal.

The o-g contains the debug version which I beleive should run fine.
It’s my guess the project is only setup to build the debug version and not
the release version.

Can anyone help?
Thanks.

Matthew.