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
S

suthakar56

@suthakar56
About
Posts
15
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • passing string as first parameter in sprintf
    S suthakar56

    sprintf(res,str,xman);

    here xman is undeclared identifier..

    C / C++ / MFC question

  • getting table names from MS Access (.mdb file) in MFC
    S suthakar56

    I searched from both.but i didn't get the suitable one.So that only i posted this question.

    C / C++ / MFC c++ help

  • getting table names from MS Access (.mdb file) in MFC
    S suthakar56

    hi all, i need to get the table names from .mdb file in MFC.Can any on e help in this regard. Thanks in advance.

    C / C++ / MFC c++ help

  • Ubuntu command for Sharing folders
    S suthakar56

    Hi all, can anyone tell the command for sharing a folder in ubundu system which i want access from windows xp, both are in network. Thanks in advance..

    Linux, Apache, MySQL, PHP sysadmin linux

  • how to set an image as background for dialog box or form
    S suthakar56

    Hi, how to set an image as a background for dialog box or form in vc++? Thanks in advance..

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

  • How to Implement RPC in windows XP
    S suthakar56

    Hi Stuart, The problem is solved.As a beginner,I missed the .acf file.So that the problem is created.Now this is working fine.Thank you for your replies.

    ATL / WTL / STL c++ help sysadmin tutorial question

  • How to Implement RPC in windows XP
    S suthakar56

    Hi, now server is working fine but in client side it through an exception while running with breakpoints in client stub file.The idl file is as follows

    [ uuid (id),
    version(1.0),
    pointer_default(unique)
    ]
    interface myidl
    {
    typedef struct
    {
    int data;
    }DATA_ST;

    void function([out] [in] DATA_ST *,DATA_ST);
    }

    NdrNsGetBuffer( (PMIDL_STUB_MESSAGE) &_StubMsg, _StubMsg.BufferLength, myidl__MIDL_AutoBindHandle ); while running this above function it through the exception " Runtime reported exception 0x6e2 = 1762.I want to know how the synchronization is maintained between client and server.

    ATL / WTL / STL c++ help sysadmin tutorial question

  • How to change the forms and dialogs look and feel
    S suthakar56

    Hi Tyrion, Thanks for your information.Extented that shall i add themes like office2007 styles or VISTA styles to dialogs and forms?Is there any provision for adding those themes?

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

  • How to Implement RPC in windows XP
    S suthakar56

    I am already having some sample code for RPC which executes perfectly.But my RPC server stub code, implementation of idl function definition (ie auto generated) was not there.

    ATL / WTL / STL c++ help sysadmin tutorial question

  • How to change the forms and dialogs look and feel
    S suthakar56

    Can anyone explain how to change the forms and other controls are look and feel (Runtime) in vc++?

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

  • How to Implement RPC in windows XP
    S suthakar56

    I just compiled .idl by vc++ editer itself.It creates the client and server stub files.I want to know that whether i should compile .idl file using midl compiler only or the the first is enough. Not implemented -->The function(idl) definition is implemented in server stub file (in my sample code).But original code it was not there.

    ATL / WTL / STL c++ help sysadmin tutorial question

  • Read coefficients of linear equations into 2d array
    S suthakar56

    hi, i have a small idea that, based on the ascii value you can separte the number,x,y,z and = sign.For x,y,z you just read each character and check with in the range(ie 120,121,122,61 for x,y,z,= respectively) and you can use isalpha() for whether the reading data is albhapet or numeric. regards, Suthakar

    C / C++ / MFC tutorial data-structures

  • How to Implement RPC in windows XP
    S suthakar56

    Hi, I compiled the idl file and it creates server and client (ie client_c.c and server_s.c) stub files.Client stub file is working properly in application.But In server stub file Interface definition is not implemented(generated code).(I created idl file project type is ATL COM AppWizard and server type as Service). Regrads, Suthakar

    ATL / WTL / STL c++ help sysadmin tutorial question

  • How to Implement RPC in windows XP
    S suthakar56

    I am using original version. The auto generated code only shows the error(defined in #).if i remove that then it is compiled.

    ATL / WTL / STL c++ help sysadmin tutorial question

  • How to Implement RPC in windows XP
    S suthakar56

    Hi, I need to implement the RPC in windows XP based system and I created an IDL file which contains the RPC calls and i created stub files. While compiling with server and client application it shows "You need a Windows NT Version 4.0 or Later to run this stub".But i am using Microsoft Visual C++ 6.0. Can anyone help to solve this problem? Thanks, S.Suthakar

    ATL / WTL / STL c++ help sysadmin 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