Is there any function in C++/MFC/WinSDK that I can get the base URL of a HTML page? ie. if I try and load index.htm can I find out its in http://somesite.com/documents??? BTW the problem has arisen because I've just shoehorned my code into an ActiveX control and now the working directory of the...
Hi,
I'm interested in finding out about booting Windows from some sort of solid state device and not a hard drive. Does anyone know anything about this? Someone asked me if I could build an arcade machine for them and I said I'd have a think. I want to use off the shelf components so it's...
I have a UI thread derived from CWinThread. I allocate the memory, call CreateThread() and it runs fine. I call AfxEndThread() to finish using an event and the thread closes down. The problem is that when it comes to the lines
if(m_bAutoDelete)
delete this;
it crashes on me. Ok so I...
I want to encode the output from my games engine into an ASF. Is the only format
I can provide raw frame data to the encoder 24bit 320x200x24 at 15fps??
Or can I specify the format myself??
Cheers
Greg
I have stuck my 3D game engine in an activeX control but am having trouble getting activeX to provide the functionality I need to get it running properly.
1]There's no OnIdle() so I can't get the engine to render automatically - I am currently using a timer to get it to render but this means...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.