Dear All I write one MFC DLL in visual C++ 6 IDE. in this project I have to use one runtime Class like this : RUNTIME_CLASS(CMyLine) I dont instantiate any object from CMyLine Class and use only the RUNTIME version of it in my project. I dont know how this class destroys when I want to exit from application which uses the DLL. When I want to close The application that uses DLL I get following Exception : Unhandled exception in program_name.exe (kernel32.dll): 0xE06D7363 : Microsoft C++ Exception. When I comment the RUNTIME_CLASS line , I dont get any exception. I think that this error is because of exiting from runtime class. If you have any idea to remove this bug please inform me. Regards Monhi
mt_samiei
Posts
-
about RUNTIME_CLASS -
about RutTime ClassesDear All It it possible to use run time class in a dynamically linked DLL. Regards Monhi
-
about Runtime ClassDear All I use one RunTime Class in my project. how can I delete or suspend its operation. I use this RunTime Class in one DLL. But when I want to close the dll I receive one exception error. Regards Mahdi
-
about static librariesDear All I want to write one DLL. for this purpose, I add one static library to project. When I compile the program I get following link error. INK : fatal error LNK1104: cannot open file "nafxcwd.lib" Error executing link.exe. But when I add the path of nafxcwd.lib to my lib file paths I get 716 errors. Do you know how I can remove this problem. Regards Monhi
-
A Question about lib filesThank you for your help.
-
A Question about lib filesMay you please give me the place which I can change debug information file name in visual C++ 6.00. In which menu. Regards Monhi
-
A Question about lib filesYes I do it But It does not work. Several times I do it.
-
A Question about lib filesI should remove "Use program database" option to compile the code, In this situation I cannot debug the program. If I make that option active then I get following error. atapid.lib(tapireq.obj) : fatal error LNK1202: "D:\users\TCMon_1\Debug\vc60.pdb" is missing debugging information for referencing module I should find one way to add debug information of lib file to project which I want to add lib file to that. Regards Monhi
-
A Question about lib filesDear all I add one lib file to my VC++ 6 project. and want to debug my project. But I can not add debug information of lib file to debug information of my project. I have the source code of lib file also. If you know how I can remove this error please let me know. Regards Monhi
-
A question about lib files.Dear all I add one library file (atapid.lib)to my project and compile it. but I get following error atapid.lib(tapireq.obj) : fatal error LNK1202: "D:\...\Debug\vc60.pdb" is missing debugging information for referencing module Error executing link.exe. How can I overcome to this problem. Regards Monhi
-
about "round" function in visual C++Dear all I have one double number which i want to round to nearest decimal number in Visual C++. What is the function to do this REgards Monhi
-
About Grid in visual C++Dear All Hi I want to use a grid control in one visual C++ 6 application. May you please help me if you have any example. Regards Monhi
-
about thread CPU usageThanks alot :):-D
-
about thread CPU usageDear all I want to log the thread CPU usage of one process in file. I have a process which includes 7 threads in it. now I want to log the CPU usage of each thread. But I dont know how to access the process and how to measure the cpu usage of each thread. Please help me about this Regards Monhi
-
about SendMessageDear all Hi is there any example which uses SendMessage routine. Regards Monhi
-
about Parallel PortDear All I should write one program which uses parallel port of computer in ECP mode. I should use CreateFile and DeviceIOControl routines for this purpose. Is there any resource that help me about this project. another problem : When I include both stdafx.h and ntddk.h in my project, I find that some redefinition errors and warnings occured. some variables and structures are defined in both ntddk and some header file which is defined in some other header files. Does anyone have any idea to remove this problem. REgards Mahdi
-
changing a process priority from another applicationDear all we have a program(binary code) . We want to make it to have high process and thread priority. is there any function or way that we can do this from an application which we write to make that program have high priority? Also we have one Device driver which has one kernel mode thread in it. Is there any way to change the priority of system thread of that driver? we have only .sys version of that driver. Regards Monhi
-
How we can make a tooltip for a buttonThanks It was what I need.
-
image processing with inbuilt libraries.Dear friend Try to download OPenCV and use it with your project. go to intel site and download OpenCV library. It contains all the information which you want to show a video or picture. You can use it in Visual C++.
-
How we can make a tooltip for a buttonDear all How I can make a tooltip for a button in Visual C++ 6. The message should be dynamic. I want to change it on the fly(at run time). Best regards :)