News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

'Bitmap' was not declared in this scope.. why?

Started by temporaryavailable, July 28, 2010, 10:59:37 AM

Previous topic - Next topic

temporaryavailable

Why does this happen?
And why am i the only one experiencing this?
I googled but found nothing.
Someone help please.. :?

edit: OS i am using is XP sp3
edit2: this is the code producing the error:

Bitmap myBitmap;

duh

Jenna

Your post does not give any information about your system.
That violates our forum rules.

And it looks like your problem is not related to C::B, but your configuration or compiler.
This is another violation of our forum rules.

Our forum is dedicated to C::B related questions only.

temporaryavailable

Im sorry if im breaking rules i just registered..
I just edited my post with the OS information. Please specify any other info that is needed and i will promptly provide it.

I understand this looks like a C::B non-related problem but then please tell me what im missing please  :(

MortenMacFly

Quote from: temporaryavailable on July 28, 2010, 11:18:17 AM
I understand this looks like a C::B non-related problem but then please tell me what im missing please  :(
As this can be anything (Bitmap class of ANY SDK) nobody can tell you unless you precisely tell us what OS, SDK's you use and post more than a one-liner - e.g. the whole program.

However, as Jens said - this is not supported in our forum as it is not related to C::B. So please ask this question e.g. in a C++ related forum (e.g. http://www.cplusplus.com/forum or see here: http://lmgtfy.com/?q=C%2B%2B+forum) with ALL information as stated above. Alternatively if you know from what SDK "Bitmap" comes from, find a forum related to that SDK.

Topic locked.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]