Search:
Type: Posts; User: brraj
Search :
Search took 0.02 seconds.
September 26th, 2011 01:15 AM
If we stop adding to the parser and later save it saves but concurrent operation is not possible.
Any solution?
September 23rd, 2011 12:45 AM
hi,
I am using MSXML2::IXMLDOMDocumten* pointer to do XMl operations like load/save/add/delete in VC6. It was working fine in VC6.
Our company upgraded its vc editor from VC6 to VS2005. After...
February 16th, 2011 05:50 AM
@Drmmr - thanks for the help
February 14th, 2011 10:40 PM
Its a regular dll.
Inside the entry function of regular dll.
extern "C" __declspec(dllexport) CWnd* RunDll( void* pPtr )
multiple instances are created by calling LoadLibrary multiple...
February 14th, 2011 06:05 AM
I have an application which invokes my dll app using loadlibrary.
In my dll application i create few documents using this
pDocTemplate = new CMultiDocTemplate(
IDR_MDTYPE,...
October 26th, 2010 01:02 AM
@WoF - Much appreciated for the code.
When i copied your code to form1.frm it was giving compiler errors.
I figured out that we have to add Private before 'Declare' keyword with the help of...
October 25th, 2010 12:06 AM
Beacause i dont know VB
I cant tell the VB guys as they say they are expert and they cant achieve above requirement.
To be honest, If i were you i would have created the VB app and...
October 21st, 2010 05:25 AM
A sample VC++ dll called VCDllChildDlg has been attached.
Entry function is CallDllChildWindow which returns HWND
extern "C" __declspec(dllexport) HWND CallDllChildWindow()
Can you place the...
October 19th, 2010 12:00 AM
Thanks for the reply.
She has done these steps and is able to display it as Popup.
Yes, this is the problem.
October 18th, 2010 05:03 AM
Hi all,
I have VC++ regular dll which creates a dialog as child and returns pointer.
My requirement is i need to invoke this DLL from VB and place the created child dialog inside VB form
...
S_M_A:
I tried most of the places to set a breakpoint but was not able to debug in release mode.
when i execute the application breakpoint vanishes.
by the way which place did you put break...
thanks for the info S_M_A.
If i create a new vc++ project in VS2005 even in release mode i can debug by default.
As i have converted from vc6 to vc++ VS2005 i have a problem.
still not able to...
Hi all,
In VS2005 Vc++ how can i run a application in Relase mode with debug support.
thanks ahead
January 16th, 2007 07:27 AM
Hi Zaccheus,
thanks for the reply,
If you see in my sample application i am doing the same thing which you have suggested in function
GetStartAndEndTime(char st[50],char et[50]).
i am...
January 16th, 2007 06:36 AM
Hi All,
I am using DOM to create,load,save to xML file.
I am using CreateElement of MSXML2::IXMLDOMDocument pointer to create nodes.
Lets say i have created 4 nodes, now i want to see what...
December 6th, 2006 03:13 AM
Hi All,
A sample application has been attached to test the above error.
I am using msxml4 version.
thanks ahead.
December 5th, 2006 09:00 AM
Hi All,
I am using DOM to create,load,save to xML file.
I am using CreateElement of MSXML2::IXMLDOMDocument pointer to create nodes.
Lets say i have created 4 nodes, now i want to see what...
Hi VictorN
If you can alter my sample application it would be fine. Because i did the changes which you told,
but its crashing when i call
AfxGetMainWnd()->SendMessage(WM_COMMAND,...
Hi Gunaamirthavelu,
can you post the stepby step code as i am not getting your point as to point same document to different views, using getActiveView().
regards
rajs
February 28th, 2006 11:38 PM
Hi Gunaamirthavelu,
In the technique you have mentioned
"firstview and second view both class contain same properties and same functions "
here in my requirement both classes can contain...
February 28th, 2006 11:24 PM
Hi Gunaamirthavelu
I understand that using splitter windows we can accomplish. But we cannot use splitter windows here.
Our requirement is we should have an
- MDI application
- which...
February 28th, 2006 11:08 PM
Hi Gunaamirthavelu
The requiremnt is not splitter windows. but the two views should be in different childframe with the same document different views.
regards
rajs
February 28th, 2006 10:43 PM
Hi Mike
Thanks for the reply
I am trying to point a single document which is m_glDocument in this case to different views which i create.
I want all the views to be pointed to the same...
February 28th, 2006 06:49 AM
Hi All,
I was looking into the article for Multiple Views Single Document (MDI)
I was able to do SDI but have problems with MDI
I have attached a sample application TestMDI.
In this the...
January 12th, 2006 03:24 AM
hi golanshahar,
thanks for the info
cheers
rajs
Click Here to Expand Forum to Full Width