Hi. I'm having problems with my code. First of all i think i should mention i'm doing some sockets prgraming (non-MFC). Everything is working fine, however,
_CrtDumpMemoryLeaks() is telling me that...
Hi. I've already created thread about this in Graphics programing ( http://www.codeguru.com/forum/showthread.php?t=520054 ) but then i figured out that this might be not only OpenGL problem. So after...
Hi everyone. Recently i installed windows 7 to my computer and now i'm trying to do some opengl programing. Again. But now i'm running into this issue: I'm creating window like here...
Hello. I was using visual studio normally but now i cannot create new visual c++ project. when i try to create a new visual c++ project using app wizard i recieve Internet explorer prompt to download...
hello. I'm trying to implement 3DS models loader and found a tut to help me. And i found piece of code wich i cannot understand. Like title says it's about pointers. I think that that code is...
hello. Can you recomend me any good OpenGL models type? I would like a type wich would have good editors for that model type and it would be possible to use "skeletal animation" with it. I was...
That strcmp function works perfectly, thank you. I wasn't using string, because i have to put result to the edit box and earlier i had problems with putting string to edit box...
Does GDI+ comes with Visual Studio 2005(full)? :P I guess yes... But what functions could give me pixels and their color? I tried using google but all i found was how to draw picture on screen...
Well i don't have to do it in any specific way. I can use any header and lib wich comes with visual studio (no user-made thoug). Is there any function wich could do defiltering and decompresion for...
Hello. So i have this task where i have to analyse PNG picture. I have to find every white pixel (get distance from last white pixel). I know i should understand structure of png first. I googled it...
Hello. I'm trying to create service like here
http://www.codeproject.com/KB/system/windows_nt_service.aspx. I'm tried this on console and Windows Service templates.On console application...