473,396 Members | 1,810 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Explaination of error

thanks in advance for any help i can get the question is what does this error mean
argument of type `char (Camera::)()' does not match `const char*'
Aug 1 '06 #1
1 1248
Banfa
9,065 Expert Mod 8TB
The function called has returned type char, however you are trying to store this value in a variable of type const char *.
Aug 2 '06 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

13
by: deko | last post by:
I use this convention frequently: Exit_Here: Exit Sub HandleErr: Select Case Err.Number Case 3163 Resume Next Case 3376 Resume Next
3
by: estafford | last post by:
Newbie looking for some insight here. I am writing a block to check limitations on a query string as follows: public bool validNumber(string qstring){ bool isValidNumber; foreach(char c in...
7
by: p | last post by:
WE had a Crystal 8 WebApp using vs 2002 which we upgraded to VS2003. I also have Crystal 9 pro on my development machine. The web app runs fine on my dev machine but am having problems deploying....
5
by: Andrew Poulos | last post by:
I tested the JSON parse/to code from json.org and it works but I don't understand how. Could someone explain how something in this format works: (function() {...})(); Andrew Poulos
0
by: Joe | last post by:
Hi Could someone give me a simple explaination of this XSD which is a DataSet with relations The tables are fgFAT,e0,e1,e2,e3 which I have deleted I am trying to make sense of the part below...
8
by: josh | last post by:
hi all, If I have an interfacce file i.e. Time.h (where inside it I've #ifndef/ #define / #endif directives) and then an implementation file i.e. Time.cpp in which I include Time.h and then a...
1
by: forbes | last post by:
Hello All, I have an account on a hosted (windows) server. I was told that I could create a custom ini file and load it to my root folder. The php.ini would then inherit to all subfolders of the...
1
by: oracle newbie | last post by:
create or replace PROCEDURE draw_welcome_portlet IS theuser VARCHAR2(30) := portal.wwctx_api.get_user; v_forename VARCHAR2(50); CURSOR user_cur IS SELECT initcap(surname || ' ' || forename)...
2
by: nma | last post by:
Hi I try to export my database for backup purposed using the Export Wizard. In the last page error message come out that shows export cannot/error "Warning 0x00.. Data Flow Task. The output .....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...
0
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,...

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.