Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

iwoplaza

Member Since 06 May 2012
Offline Last Active May 20 2013 11:17 AM
-----

#4996237 Need an advice on GUI-HUD for my 2D game

Posted by iwoplaza on 01 November 2012 - 10:58 AM

Than let's begin. First I will show you how my GUI works and looks.Then you can choose what you want to learn. Here is my GUI:
Posted Image
And about library that is made for GUI. Like you, I've been searching the simple way to do it, but I couldn't find it. So I begun to make my own code to render these GUI things.
Tell me what things you'd like to learn.


#4996162 Need an advice on GUI-HUD for my 2D game

Posted by iwoplaza on 01 November 2012 - 06:50 AM

I maked rendered text and own GUI for myself Posted Image. I can tell you how to do that.If you are interested , tell me and I will help you.


#4962263 Problem with functions!

Posted by iwoplaza on 23 July 2012 - 09:09 AM

Thanks to everyone, but i figured it out for myself Posted Image.


#4962236 Problem with functions!

Posted by iwoplaza on 23 July 2012 - 07:26 AM

Please proceed, and write modified piece of code.


#4944398 Multiple definition Error :(

Posted by iwoplaza on 29 May 2012 - 12:38 PM

I'm in the process of creating a program to load and display the TGA files and I have these errors when compiling:
- Multiple definition of `tgaheader '
- First defined here
- Multiple definition of `tga '
- First defined here
- Multiple definition of `uTGAcompare '
- First defined here
- Multiple definition of `cTGAcompare '
- First defined here
- Multiple definition of `tgaheader '
- First defined here
- Multiple definition of `tga '
- First defined here
- Multiple definition of `uTGAcompare '
- First defined here
- Multiple definition of `cTGAcompare '
- First defined here
- D: \Ivo\Programming\C ++\Projects\3D Anim Test\Makefile.win [BuildError] ["3D] Error 1

It isn't written, where there is an error, but apparently something has been defined several times. But I checked many times and it turns out that these variables are defined only once Posted Image . Can you help?
P. S. I am using the compiler Dev C + +


PARTNERS