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
P

pratik_mishra35

@pratik_mishra35
About
Posts
3
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • error in CString to const std::string conversion.
    P pratik_mishra35

    Include the "atlconv.h". Then use one of the macros defined in this article http://msdn.microsoft.com/en-us/library/87zae4a3%28v=vs.80%29.aspx[^]

    C / C++ / MFC help

  • How to remove the "0" from the starting i.e. from the left of the CString
    P pratik_mishra35

    Use The method CString::Remove like thish CString TempString("0000122334"); TempString.Remove('0');

    ATL / WTL / STL help tutorial

  • Fire connection point event from ATL Service
    P pratik_mishra35

    Hi all, I have been working on this project where i receive a stream of data over a UDP port. This Data is to be processed and the result is to be distributed to the clients. To accomplish this end i have created an ATL service along with a connection point interface. Now the actual problem is how to call the Fire_Event method as i have created a thread from the service which reads the data stream. Can someone please help me as to how can i call the fire method as the functions that reads a stream and should generate the event OnDataChange is not member of the Connectionpoint interface. Thanks and regards, Pratik

    ATL / WTL / STL help c++ tutorial question
  • Login

  • Don't have an account? Register

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