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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
M

mpk1979

@mpk1979
About
Posts
24
Topics
14
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • problems in binding INADDR_ANY
    M mpk1979

    Hi all, My application was binding to a specific address earlier, but now there is a requirement of binding it to INADDR_ANY, the problem which i'am facing while binding to INADDR_ANY is...the client can able to listen to the data coming from main IP of server i.e for ex: my server system is having 7 IP's like 172.16.8.1 to 172.16.8.7, and main IP is 172.16.8.1...if client is connecting with 172.16.8.1 it works fine...but if it is connecting with other IP's, client is unable to listen to the data coming from other IPS. Can any one suggest me a solution for this mpk1979

    C / C++ / MFC wpf wcf sysadmin help

  • upgrading VC++ SP4 TO SP6
    M mpk1979

    Hi, can any one help me in upgrading my VC++ SP4 to SP6.can it be freely downloaded from NET? mpk1979

    C / C++ / MFC c++ help question

  • Service Unable to start while system Reboots
    M mpk1979

    Hi All, we have developed a service which will be using ODBC Database connectiviy for fetching the data from database.when the system has restarted the service has to be started automatically...but it doesn't...it is unable to start because it is unable to find the ODBC connectivity...but once the system is started,when user starts it, it will be started....is that when the system is restarted and when it is starting the services till that time ODBC drivers are not installed?...can any one help me out regarding this Mpk1979

    C / C++ / MFC database help question

  • spying services containing socket communication
    M mpk1979

    Hi all, i'am working on a service application which is containing socket programming, as TCPSPY will not work for services, is there any other tool to trace the sockets in SERVICES. mpk1979

    C / C++ / MFC debugging

  • Debugging Service
    M mpk1979

    Hi all, i have attached service to my VC++ debugger, but i'am not able to debug it,break point is showing with Question mark, can any one help me regarding this mpk1979

    C / C++ / MFC debugging c++ help question

  • error PRJ0019: A tool returned an error code from "Register OPC Server"
    M mpk1979

    Hi all, I builded an application in VS2003 ,which was developed in Visual Studio 6.0, i'am facing a error called "error PRJ0019: A tool returned an error code from "Register OPC Server" " , can any one help me in solving this problem Thanks, mpk1979 1979

    C / C++ / MFC help csharp visual-studio sysadmin

  • fstream
    M mpk1979

    i think you need to use fstream f("temp.txt",ios::out | ios::in ), then it will work i think mpk1979

    C / C++ / MFC ios help

  • using dll
    M mpk1979

    you need to take a pointer to a function that has been exported from DLL ,GetProcAddress in client will be returning that function's address which you need to assign to that pointer. using this pointer you can call the functionality present in the DLL. For Ex: typedef void (* pFn)(int); pFn fn; fn=(pFn)GetProcAddress( ); fn(); mpk1979

    C / C++ / MFC c++ help

  • Basic Multi thread examples in C++
    M mpk1979

    use CreateThread, search google you will be getting lot of samples using this mpk1979

    C / C++ / MFC c++ tutorial question

  • Converting exe to com
    M mpk1979

    yes, you need to add your functionality to interfaces and implement a class for it. i think ATL would be the best option mpk1979

    COM c++ com

  • TCP receive 2
    M mpk1979

    hi, is it showing exception which executing aprintf statement or after returning from aprintf statement mpk1979

    C / C++ / MFC sysadmin

  • Converting exe to com
    M mpk1979

    ohh, sorry i think i have misunderstood it

    COM c++ com

  • Converting exe to com
    M mpk1979

    Hi, you need not write it from the scratch, if it is a c++ application, just register your application with SCM(service control manager)so that an entry is made into SCM for controlling your service..just what you need is two functions... Service_main and Service_CtrlHandler in the start up you will be giving Service_main function to SCM and inside Service_Main you will be registering Service_CtrlHandler...normally Service_CtrlHandler will be containing evets like SERVICE_STOP, SERVICE_PAUSE e.t.c...so when ever you are performing an event like SERVICE_STOP, Service_CtrlHandler will be called to perform necessary functionality.Hope this will help you mpk1979

    COM c++ com

  • unable to load driver
    M mpk1979

    what is the Error Code it is returning...can you send the code snippet

    C / C++ / MFC help question tutorial

  • GetProcessMemoryInfo Generates LNK 2019
    M mpk1979

    ya, i got it , i need to include psapi.lib in the linker options,thanks

    C / C++ / MFC help

  • GetProcessMemoryInfo Generates LNK 2019
    M mpk1979

    Hi all, calling GetProcessMemoryInfo is generating error LNK 2019 , can any one help me regarding this. mpk1979

    C / C++ / MFC help

  • standard Include Directories in Vc++ VS2005
    M mpk1979

    Hi all, can any one tell me where the standard include directory path will be there in VC++ IDE using VS2005.... Regards, Mpk1979 mpk1979

    C / C++ / MFC c++ visual-studio

  • call stack and memory options in VS2005
    M mpk1979

    Hi all, i'am using vc++ in VS2005 , while debugging i'am not able to see View->Debugwindows->Callstack and Memory options in this IDE ,can any one help me in VS2005 how to use these options mpk1979

    C / C++ / MFC c++ visual-studio data-structures performance help

  • Command Line Arguments
    M mpk1979

    Hi all, how can i pass command line arguments to WinMain from IDE itself,instead of running the application from Command Prompt and passing Arguments.I'am using Vc++.7.0 in VS2005 mpk1979

    COM c++ visual-studio question

  • StartServiceCtrlDispatcher fails
    M mpk1979

    The Error Code which it returns is 1073 i.e service alredy running...but no service is running with that name

    COM
  • Login

  • Don't have an account? Register

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