No source file found when I try to DEBUG

Hello,
I’m developping drivers for NI card. Now as I finished my application, I
build it without errors, but when I try to debug it I got a message telling
me that the file projet.cpp has not been found. This file contains my
main(). After building the project an executable has been created named
projet.exe. I don’t understand why during debug it dowsn’t find the file
projet.cpp.
I’m developping on QNX 6.3.0 SP3 on windows XP.
Thank you for your help.

Please make sure you have provided the correct path for Debug Configuration:

Run->Debug.->Create, manage and run configurations → Main

You may also find helpful this link:

http://www.qnx.com/developers/docs/6.3.0SP3/momentics/quickstart/about.html#Starting



Yuriy







“hamza” <hamza.elkouch@polymtl.ca> wrote in message
news:f8ant9$7id$1@inn.qnx.com

Hello,
I’m developping drivers for NI card. Now as I finished my application, I
build it without errors, but when I try to debug it I got a message
telling me that the file projet.cpp has not been found. This file contains
my main(). After building the project an executable has been created named
projet.exe. I don’t understand why during debug it dowsn’t find the file
projet.cpp.
I’m developping on QNX 6.3.0 SP3 on windows XP.
Thank you for your help.