I am using Visual source safe that came with Visual studio6.0 enterprise edition. I am facing a problem. I have many labels on my project. But when i share the the files from this project...
I have a 3rd party tool that generates user customized palettes in *.pal format. The output is a .pal file contating 256 colors. I have to use that palette file to assign RGB colors to a...
I have an MFC application at my customer site that is crashing occasionally. I want to get some kind of information from them like a dump file and try to get the exact...
I have some program that crashes once in a while at my customer site. Say they have debug executable and i have the .pdb file and the source code here. Now how do i trace back into the...
Im new to network programming. Let me tell what my requiremets are.. And Please suggest me the psooible solutions.
I have a server computer to which a hardware is attached. The hardware works on...
This is on structured storage. Im having a problem creating a structure file that with
STGM_READWRITE |STGM_DIRECT |STGM_SHARE_DENY_WRITE options.
I tried stgcretedocfile and...
I have a simple dialog based application, which tries to allocate huge amt of memory say 400 mb (in a 1 gb ram machine ) the allocation fails. The allocation is done in a worker thread. If i...
I have a dialog bar on which many dialog boxes reside. And there is a menu which shows/hides the dialog bar. Now i have a problem. i.e when the user drags the dialog bar from its docked...
Hi i want to open many doc files from explorer in a singleton application. I have a singleton application that is working fine(singleton is achieved using mutex). But i want to send message...
Hi i want to open many doc files from explorer in a singleton application. I have a singleton application that is working fine(singleton is achieved using mutex). But i want to send message...
Hi i want to open many doc files from explorer in a singleton application. i tried the code that is mentioned by darwen. But when i get the message to mainframe the file name is not there. it...
I would like to open many documents in the same application. i.e if a user selects bunch of document files of my application from the explorer and hits enter all of them should get opened in...
Hi i have an application that is a singleton. Only one instance of the application exists. Im achieving this by putting following code in the initinstance()
Hi
Thanks again for your reply. But im not using them in my project. If a 3rd party libraray that i use has that or not i dont know. In my project i have not used them.
my application runs fine when i run using mfc in shared dll. But when i switch to use mfc in static linking it give some linking problems.Im using some external libraries also.
The linking...
my application runs fine when i run using mfc in shared dll. But when i switch to use mfc in static linking it give some linking problems.Im using some external libraries also.
I also have the same problem. User defined message works fine in debug mode but crashes in release version. But the problem is solved by changing the prototype of message handler as you told...
I have to create some strings in the way cout works independent of data types.Is there any way to write the output to some char buffer or CString in a way similar to cout.