Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
L

LozEvans

@LozEvans
About
Posts
9
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • PlaySound()..on PocketPC
    L LozEvans

    Hi, Attempting to use PlaySound and sndPlaySound on a Win CE PocketPC. The API call returns to say it is a happy chappy and all is well, but I certainly don't get the specified .wav file played :-( ! The file name is correct etc etc Any idea's? Interestingly, when I try and play .wav file from Windows explorer they don't sound either.... probably a clue there..! Thanks Loz :confused:

    C / C++ / MFC json question

  • Slow delete under MFC?
    L LozEvans

    Thanks for the reply. Tried it under Debug and Release, with the same Nett result. Omitted the DEBUG_NEW macro from the classes in question anyway. Cheers Laurence

    C / C++ / MFC c++ docker performance question

  • Slow delete under MFC?
    L LozEvans

    Ladies and Gents, Wrote a Win 32 app, which ran nicely thankyou, within it I had aggregate structures containing up to 800K instances of a Point class. All was well. When I ported it to run in under an MFC app, the delete of the top level container was taking > 5 seconds, where previously it was near instantaneous. It uses STL containers, all the usual speed up tricks, but simply moving the classes into an MFC app causes it to run very very slow.... when deleting. Anyone come across this?? Any idea's?? Cheers Laurence

    C / C++ / MFC c++ docker performance question

  • H263 encoder thats not 176x144?
    L LozEvans

    Hiya, I'm trying to find a DirectShow H263 encoder/decoder pair that works with frame sizes other than 176x 144, especialy as the camera I'm using doesn't output in this size (a slight issue :((). If anyone knows of one, I'd be grateful to know of it!! (Especiall 640 x 480) Many Thanks Loz

    C / C++ / MFC help question

  • H263 Codec and Direct Show
    L LozEvans

    Further to a recent discussion thread, I can now stream RGB type formats across a propriatory link and render the image remotely. This proves the concept, however RGB encoding is large so have shifted to H263 encoding and decoding. But of course it isn't generating a picture at the other end :-/ !! The other end uses Graphedit with the appropriate decoder in place. When I send the IMediaSample from the sending end I used to just send the sample length and the sample itself, I now also send the Synch , Preroll, discontinuity and Start Stop Reference times to ensure the MediaSample I generate at the other end is representative, ie prior to going into the H263 decoder... but no joy. Has anyone attempted the same thing and had problems with H263 (have also tried H261) or got any ideas? Many Thanks Loz

    C / C++ / MFC question discussion learning

  • What do you guys use to parse XML?
    L LozEvans

    Hiya, It is free, try http://xml.apache.org/xerces-c/download.cgi Have fun Cheers Loz

    C / C++ / MFC c++ com xml question

  • What do you guys use to parse XML?
    L LozEvans

    I have used Xerces-C++ which is very painless to use in practise. Cheers Loz

    C / C++ / MFC c++ com xml question

  • converting an int to a hex String
    L LozEvans

    Hiya, int a =33; CString lHexValue; lHexValue.Format("%x",a); Cheers Loz

    C / C++ / MFC question tutorial

  • DirectShow streaming
    L LozEvans

    Using DirectShow I am attempting to take a video feed from a web cam and then stream it across a proprietary link, where it can be viewed within another application somewhere. I have been exposed to DirectShow for about a day now, so excuse my ignorance, and my few attempts (eg using SetFileName to direct to a named pipe or COM1, and failing to inherit from CBaseRenderer)have got me no-where. Constructive suggestions welcome! Thanks Loz

    C / C++ / MFC
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups