473,770 Members | 2,781 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Definition error

Hi,
I'm having this error,
'Bsc_Test1.src. controls.cont' does not contain a definition for
'ChartTitle'
'Bsc_Test1.src. controls.cont' does not contain a definition for
'gcolors'
'Bsc_Test1.src. controls.cont' does not contain a definition for
'XAxisTitle'
'Bsc_Test1.src. controls.cont' does not contain a definition for
'YAxisItems'
'Bsc_Test1.src. controls.cont' does not contain a definition for
'YAxisValues'
There definition is not writen in the back end code but it's in HTML
of cont and cont is in folder src/controls. Please help me solve
this.
Thanks.

Feb 7 '07 #1
0 986

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

14
1695
by: sunny | last post by:
We have three files a.c, b.c and main.c respectively as follows: a.c --- int a; b.c --- int a = 10; main.c ------ extern int a;
2
4393
by: kpks | last post by:
Hi, I am trying to set up a cardiac simulator using CVODE package. I have a integrator.cpp file where I set up all the parameters to call the CVODe package. The file compiles just fine, but when I try to build it it crashed with a multiple definition error on all the functions and variables defined in the file. This problem is portable from VC++ to cygwwin g++ here is the error in VC++:
3
2029
by: joe.user0 | last post by:
Your C program is using library libA which has a structure struS. You need to modify struS but may not touch the library. How can your program redefine the structure struS while keeping the compiler happy?
1
1292
by: rcoco | last post by:
Hi, I'm having this error, 'Bsc_Test1.src.controls.cont' does not contain a definition for 'ChartTitle' 'Bsc_Test1.src.controls.cont' does not contain a definition for 'gcolors' 'Bsc_Test1.src.controls.cont' does not contain a definition for 'XAxisTitle' 'Bsc_Test1.src.controls.cont' does not contain a definition for 'YAxisItems'
10
2815
by: zfareed | last post by:
Similar problem to the previous post. I have created a project with about 7 files including 3 header files and 3 implementation files. I am getting a multiple definition error when compiling for one specific file of class. I have checked that if there is more than one allocation of storage for identifiers, this error arises. But I don't see where the problem lies. Any suggestions? <code> //ItemType.h #ifndef ItemType_hpp // I was...
3
3060
by: Antonio Rivas | last post by:
Hello all. I've got a problem of multiple definition in a program that at first glance looks correct (I won't type the whole code, just the relevant one and as examples since seems is a linkage problem): main.cpp ======== using namespace std; ....
3
1886
by: Tricky | last post by:
When I try and link together 3 object files, I get the following problem: gcc fusionFileIO.o fusionAlgorithms.o main.o -o fusionTK.exe main.o:main.c:(.rdata+0x0): multiple definition of `_BAD_IMAGE' fusionFileIO.o:fusionFileIO.c:(.rdata+0x0): first defined here collect2: ld returned 1 exit status make: *** Error 1 The problem in question comes from the following header file, which is
5
1251
by: rimizin | last post by:
Hi Guys, This is the first time am doing java and i have been struggling to find out whats wrong with this program....whenever i try running it ...it says Java Class Definition error public class Ex0603 { public static void main(String args) { System.out.println("Circles"); showCircle(1.5);
1
1359
by: aboutjeab | last post by:
Hi, I am trying to make use of some inherited class & function (e.g. class X, function abc()) from other parent classes (e.g. class A,B), unfortunately, I have got 'multiple definition' error whlie compiling. //AAA.h class A { public : virtual void abc(); }
10
1525
by: JRough | last post by:
I have a function definition error: Warning: Missing argument 2 for makexcldata(), called on line 123 and defined in on line 149 "Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource on line 157" This is the function call on line 123: $data .= makexcldata($str1); Line 157 is the first line of the While loop.
0
9591
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10228
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10002
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8883
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6676
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5312
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5449
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3970
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3575
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.