Advertisement

1 - 10 of 985 containing alltags:("undefined") (0.001 seconds)
In two instances, i have compiled programs using the math.h and string.h files, only to get the following error: (for math.h) ld: 0711-317 ERROR: undefined symbol: .sqrt ld: 0711-345 Use the -blo...
Zones: C, SSIDate Answered: 01/19/1999 Grade: B Views: 0
Hi ! I am trying to use file locking under Solaris 2.51 on a Sun Ultra machine.  I can not get it to compile, I have included all the required header files.  The only thing that I am not sure of i...
Zones: C, Sun JDSDate Answered: 04/25/1999 Grade: C Views: 0
How would I profile the execution of a C program under Solaris. I want to know what subroutines are called, how many times, and how long they take to process (min, max, average). I am trying to fin...
Zones: Unix Systems ProgrammingDate Answered: 02/05/1999 Grade: D Views: 0
I have a template class: template<class T> class vector_wrapper {       typedef vector<void*> GEN_VECTOR; public:       GEN_VECTOR v;                                    GEN_VECTOR::iterator cur_itr;       vector_wrapper() {};   ...
Zones: C++Date Answered: 01/11/2000 Grade: C Views: 0
I've ran into a snag learning the C language and am unsure how to proceed. Today, when I tried to compile a program with the pow function, the following output (Linux 6.1) was displaye...
Zones: CDate Answered: 12/23/1999 Grade: B Views: 0
I'm working with test software and it comes up with this "call to undefined dynalink" error, after which I cannot do anything anymore. What file or type of file would be referring to a dynalink a...
Zones: Lotus NotesDate Answered: 04/30/2000 Grade: B Views: 0
When i compile my code with less arguments in function then it gives error like "to few arguments in function ...." and when i m giving appropriate argument it gives compiler error like "undefine...
Zones: Linux NetDate Answered: 06/17/2000 Grade: B Views: 0
I have created a utility file that will generate DOCTYPE and HEAD data to simplify some web page constructs. here is my util package... package core_servlets; import javax.servlet.*; impo...
Zones: Java, Servlets, New To JavaDate Answered: 03/07/2001 Grade: A Views: 0
Hi, I am generating a form which may have one or multiple checkboxes. Using the following code (document.form.element.length) is fine if there is multiple checkboxes but when I have only one i get ...
Zones: JavaScriptDate Answered: 04/30/2001 Grade: A Views: 57
I'm trying to create a Resource only dll so I can intenationalize my application but I am having problems. I am following the instructions here http://msdn.microsoft.com/library/default.asp?url=/li...
Zones: Windows MFCDate Answered: 07/23/2001 Grade: B Views: 0