Jump to content


fdmfdm

Member Since 27 Dec 2012
Offline Last Active Feb 18 2013 09:36 PM
-----

Posts I've Made

In Topic: how to adjust font size?

18 February 2013 - 09:38 PM

:)
i have finished the tutorial a while ago, and was working on a game to train some more :)
and considering the fact that i have no clue how the communication between windows and the program is supposed to go, i figured i'd use the template from that tutorial
but i'll just use images to get the text i need for now, its better then nothing :)

In Topic: symbol files not opening/not found

09 February 2013 - 02:57 PM

lol
after bieing sort off desperate i decided to uninstall my wacom intuos 4 driver.....
and what do i get? no error...
seems like that was it....
sorry for the spam :D

In Topic: symbol files not opening/not found

09 February 2013 - 01:37 PM

another small update, i forgot to give this error message:

Unhandled exception at 0x00416547 in Template.exe: 0xC0000005:
Access violation reading location 0x00000010.

now i know where it goes wrong:

if (!init()) 
{
SDL_SetVideoMode( SCRWIDTH, SCRHEIGHT, 32, SDL_HWSURFACE|SDL_DOUBLEBUF );
SDL_Surface* s = SDL_GetVideoSurface();
surface = new Surface( SCRWIDTH, SCRHEIGHT, (Pixel*)s->pixels, s->pitch );
surface->InitCharset();
vbo = false;
SDL_WM_SetCaption( "Template - FALLBACK", NULL );
}
in this line
surface = new Surface( SCRWIDTH, SCRHEIGHT, (Pixel*)s->pixels, s->pitch );

but the same code, with not changes works on another computer

In Topic: symbol files not opening/not found

08 February 2013 - 10:56 AM

small update, repaired microsoft visual studio 2010 and updated my graphics drivers and that did not work, so im going to uninstall microsoft visual studio 2010 and then install it again hope that that works...
but its weird that a game i made that used to work, and is still working on other computers is suddenly not working on my computer anymore......
i think that indicated that the issue is not IN microsoft visual studio 2010 , but i dont know what else to do....
all the normal games on my computer are still working.....

In Topic: symbol files not opening/not found

07 February 2013 - 07:21 PM

okay i dont really know what you just said :)
microsoft visual studop starts up and i can program whatever i want, but when i start it this happens, and then i get a break at some point as you can see at the end of the list of errors
but im just using the template given in the tutorials here
http://devmaster.net...roject-template

and it used to work, nothing in the template has been altered


edit to reply to reed
it says no symbol found on one of the variables, so i figured it would be the symbol files?