| | |
No source available for a function
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2009
Posts: 9
Reputation:
Solved Threads: 0
Hi
I am using eclipse under ubuntu for my work. I am calling a function with specified arguments. It builds correctly but while debugging it stops at the call giving the error as "no source available for function()"
I am using eclipse under ubuntu for my work. I am calling a function with specified arguments. It builds correctly but while debugging it stops at the call giving the error as "no source available for function()"
C++ Syntax (Toggle Plain Text)
int f1(a1,a2){ //some description here } int main (){ //call f1 here....program stops debuggin with the above specified error. }
Last edited by vishalag; Jun 15th, 2009 at 11:52 am. Reason: Used tab for spacing..good programming habits
>[wow I am still laughing at my opening statement]
Which statement?
Anyways, it would be very tough to troubleshoot if your code is sacred. Try to produce similar code which causes similar error then post it.
Saying anything without code would be senseless.
Which statement?
Anyways, it would be very tough to troubleshoot if your code is sacred. Try to produce similar code which causes similar error then post it.
Saying anything without code would be senseless.
Siddhant Sanyam
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
(Not posting much)
Migrate to Standard C++ :When to tell your C++ Code is Non-Standard.
Please Read before posting: How To Ask Questions The Smart Way
Are you running in the debugger and it's stopping automatically? Or are you stepping through your code and getting this message when you try to step into the function? Your error sounds a lot like missing debug information during the build, not a problem with the code itself. Does the code run without error outside of the debugger?
I'm here to prove you wrong.
![]() |
Similar Threads
- Basic C++, seperate source files for functions (C++)
- beginner question (Assembly)
- Trying to draw text at an angle (Java)
- GD Animated gifs (PHP)
- VB Problems (Visual Basic 4 / 5 / 6)
- PLZ HELP!!..I WANNA write a prog forcomparing n concatenating strings using POINTERS (C++)
- Directory Scanning (sort of) (Python)
- Laptop screen blackens (*nix Hardware Configuration)
- Website width (HTML and CSS)
- XHTML Complient parser? (HTML and CSS)
Other Threads in the C++ Forum
- Previous Thread: Help!
- Next Thread: Problem with CreateWindowEx
| Thread Tools | Search this Thread |
api array based beginner binary bitmap c++ c/c++ calculator char char* class code coding compile compiler console conversion count database delete deploy developer dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game getline givemetehcodez google graph gui homeworkhelp homeworkhelper iamthwee ifstream input int java lib linkedlist linker list loop looping loops map math matrix memory multiple news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg sorting string strings temperature template test text text-file tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






