question  Linker Error:Unable to open the file "abc.exe"

Compaddict (3)   Link to this post
I am using turbo c++ v3.0 dos.
And i am getting the error:Linker Error:Unable to open the file "abc.exe"

Please help me out to solve this problem.

Thanks !
writetonsharma (832)   Link to this post
how can you link with a .exe file?
Compaddict (3)   Link to this post
I am not linking it.

After I type the program and run it I get this error.

Just confused because i am new to it & I need to use c++ urgently as it is a part of my curriculum.
R0mai (376)   Link to this post
You probably doesn't have the privileges to open the exe or it's not there.
Compaddict (3)   Link to this post
@ ROmai..

Thanks....

Running the program as administrator helped!!

The program is running fine now....

Thanks a lot !!! :)

This topic is archived - New replies not allowed.