First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
Load + Display JPG Tutorial
Hello After lots of searching I have yet to find a tutorial that shows how to load & display a JPG in Win32 C++, except one very confusing one. Does anyone know of any tutorials or maybe snippets that will help me learn loading & displaying JPG's in Win32? Thanks for your time :) ... 4 Jan 2010 08:07
RichText Contol goes HTML
Hello, I would like to include an HTML Viewer/Editor in an App which is coded in plain C/WinAPI. Can I do that within the RichEdit Control? How? And does anybody knows an example? Additional I'm searching for libs which give me such controls that I can use withing my resources. Would be good if I can use t... 7 Jan 2010 11:16
ANN: Seed7 Release 2010-01-03
Hello, I have released a new version of Seed7: seed7_05_20100103.tgz In the Seed7 programming language new statements and operators can be declared easily. Types are first class objects and therefore templates/generics need no special syntax. Object orientation is used when it brings advantages and not in plac... 3 Jan 2010 16:03
Lame-enc DLL
I have a question about Lame-enc DLL: http://www.fi.muni.cz/~qruzicka/Smid/man.htm When it comes to beInitStream() it says: BE_ERR beInitStream( // Pointer at the struct containing encoder settings. PBE_CONFIG pbeConfig, // Pointer at double word where number of samples to send to each beEncodeChunk... 8 Jan 2010 22:52
(C++/Win32) Open a Movie file in Specific Application
Hi I am a semi noob to Win32 C++. Could anyone tell me what libraries/ functions are involved to... Open Windows Media Player & make it play a movie file. Is it possible to do this using Win32 functions? I know how to locate the movie file & get the movie file path but not how to make c++ play the movie fil... 2 Jan 2010 01:00
Mouse Clk Shd Show Bitmap
Hello I am trying to make an Win32 application where whenever the left button is clicked, a bitmap is created at the mouse coordinates. Problem: the bitmap is not created when I left click(nothing happens), left click is being received. I believe its the way I am trying to make the bitmap which is the problem.... 1 Jan 2010 11:54
loading dll (lame encoder)
Hi, I'd like to know how I can load an external dll in C++ so I can use its API. Just for the record I would like to encode a WAVE file to MP3 so I was suggested this: http://www.linuks.mine.nu/gnustep/debs.src/lame-3.98.1/API So I have downloaded the LAME encoder and this is what I have: BladeMP3Enc... 2 Jan 2010 07:22
Difference in speed between Linux GCC and VS .NET 2003
Hi all, I have written a program in Linux and compiled it on GCC. The program took about one second to run. Then I converted the same program into something that can run on Windows (Vista) and compiled it using Visual Studio .NET 2003. However, this program now takes about 9 - 10 seconds to run (in both debug an... 7 Jan 2010 04:40
application crash on DispatchMessage !
Hello, I am developping a 3d game using directx 9 and I have it randomly crashing on the DispatchMessage instruction, I tried to put a "try { DispatchMessage( &msg ); } catch(char* err) { Log(err); }" but it doesn't catch anything. I looked everywhere but don't find any reason , can someone help me ? Thanks ... 30 Dec 2009 07:37
Insert DWORD to registry using Reg
Hi everybody, I need to insert a DWORD value into the registry. I exported a key to a file and tried to insert it back to the registry. My key was of type DWORD. for example: "ColorTable02"=dword:00008000 I've done that with the following code: // string sKey = "ColorTable02" // string sData = "0000800... 28 Dec 2009 15:10
First  |  Prev |  Next  |  Last
Pages: 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52