sprintf(res,str,xman);
here xman is undeclared identifier..
sprintf(res,str,xman);
here xman is undeclared identifier..
I searched from both.but i didn't get the suitable one.So that only i posted this question.
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.
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..
Hi, how to set an image as a background for dialog box or form in vc++? Thanks in advance..
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.
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?
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.
Can anyone explain how to change the forms and other controls are look and feel (Runtime) in vc++?
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.
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
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
I am using original version. The auto generated code only shows the error(defined in #).if i remove that then it is compiled.
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