thanks for your reply.... i tried changing the runtime libary to Multi threaded Debug /MTd but of no use .....
Anamika2005
Posts
-
how to use the vector in vc++.net 2005 -
how to use the vector in vc++.net 2005hii i have created one windows forms application in vc++.net 2005 . where i want to use the vector i included #include also using namespace std; declare the vector as std::vectorvFile; int m_Number= 5 ; vFile.pushback(m_Number); i am getting the linker error like Error 1 error LNK2028: unresolved token (0A000380) "extern "C" int __cdecl _CrtDbgReportW(int,wchar_t const *,int,wchar_t const *,wchar_t const *,...)" (?_CrtDbgReportW@@$$J0YAHHPB_WH00ZZ) referenced in function "public: class std::_Vector_const_iterator<struct FileNames,class std::allocator<struct FileNames> > & __thiscall std::_Vector_const_iterator<struct FileNames,class std::allocator<struct FileNames> >::operator+=(int)" (??Y?$_Vector_const_iterator@UFileNames@@V?$allocator@UFileNames@@@std@@@std@@$$FQAEAAV01@H@Z) 9julyMATDOT.obj Please help me for resolving this.... Thanks in advance .... Anamika
-
Linker Error ...:):)I have one VC++ application this application runs perfectly in the release MOde but when tried to compile in Debug mode it gives the following linker error . Can somebody helps me in finding the solution for this problem ... Linking... Microsoft (R) Incremental Linker Version 6.00.8447 Copyright (C) Microsoft Corp 1992-1998. All rights reserved. gcl52fwD.lib vfw32.lib Psapi.Lib libtiff.lib ippi20.lib ippcv20.lib libjpeg.lib ippj20.lib ipla6l.lib pcMotionMS.lib FlexMS32.lib Wsock32.lib ijl15.lib multicam.lib version.lib libguide.lib " /nologo /subsystem:windows /incremental:no /pdb:Debug/Ser verD.pdb /map:Debug/ServerD.map /debug /machine:I386 /nodefaultlib:libc.lib /nodefaultlib:libcmt.lib /out:Bin\ServerD.exe /libpath:3RDPARTY\MKL\ia32\lib /libpath:3rdParty\MultiCam\Lib /libpath:3rdParty\ValueMotion\lib\Microsoft /libpath:3RDPARTY\IPP \stublib /libpath:3RDPARTY\IPP\libtiff\lib /libpath:3RDPARTY\IPP\IJG\LIB /libpath:3rdParty\FlexMotion\lib\Microsoft /libpath:3rdParty\plsuite\lib /libpath:3rdParty\commlib\v6x\v6m /libpath:\Program" LINK : error : Internal error during SetupPhase ExceptionCode = C0000005 ExceptionFlags = 00000000 ExceptionAddress = 2E6D6172 NumberParameters = 00000002 ExceptionInformation[ 0] = 00000000 ExceptionInformation[ 1] = 2E6D6172 CONTEXT: Eax = 004A2490 Esp = 0012FA6C Ebx = 77C5FCE0 Ebp = 00004000 Ecx = 0012FA68 Esi = 0032ACD6 Edx = 00320600 Edi = 0032AECF Eip = 2E6D6172 EFlags = 00010216 SegCs = 0000001B SegDs = 00000023 SegSs = 00000023 SegEs = 00000023 SegFs = 0000003B SegGs = 00000000 Dr0 = 0012FA6C Dr3 = 77C5FCE0 Dr1 = 00004000 Dr6 = 0012FA68 Dr2 = 00000000 Dr7 = 00000000 Error executing link.exe. Tool execution canceled by user. Thanks in advance Anamika If u not found any problem that means you are on the wrong way ..
-
For MDI applications how to save the fileCan somebody help in for .. i have an MDI Application. In that if i open one Document and then close it (from the close of tht specific document's frame window)will ask me to save the file(As i had made this by calling setmodifiedflag(true)) . But when i tried to directly close the mainframe window application ask me save two times . In this case the Destroy window of the frame window (opened document )gets called twice .. and due to this my application get asserted ... Thanks for your time ...
-
How do we can given the highlighted effect to the toolbar button when it is pressedThanks Abhijeet, But for the toolbar buttons ,setstate() is not suitable. Regards Shikha "If there is a will there is a way "
-
How do we can given the highlighted effect to the toolbar button when it is pressedhii , Can somebody help me .. For the buttons on the toolbar how can we give the effect as highlighted when pressed or when the mouse is move on it . Thanks Shikha "If there is a will there is a way"
-
How to get the size of the file also the data transferred in bytesthanks for reply.... i just check it out ... Thanks Shikha
-
How to get the size of the file also the data transferred in bytesCan somebody help me in this .. i need to get the size of the file in my FTp client application in MFC also i need to get the data bytes tranferred while uploading or downloading from FTP server .. Which API is suitable.. Thanks Shikha
-
How can we get size of the File....Thanks sir for ur reply....Actualy i need to know both that is How can i get the total size of file also the bytes transferred ? because i need to calculate the time to set the range of progress indicator.
-
How can we get size of the File....Thanks sir for ur reply....Actualy i need to know both that is How can i get the total size of file also the bytes transferred ? because i need to calculate the time to set the range of progress indicator. Thanks Shikha
-
How can we get size of the File....Can somebody help me ... In my FTP application i need to get the size of the file or bytes transferred in uploading or downloading . What is the suitable API for achieving this??? Thanks in advance Shikha
-
How get the handle of the window ?can somebody help me.. How to get the handle(HWND)of the window (dialog box)? i have tried the GetSafeHwnd()but as i don't have the Cwnd pointer also so that i can call this function . So how to get the CWnd pointer for that specific window?
-
How to update the selected item path in ComboBoxCombobox is not having the item which got selected in the treectrl .so my requiremant is that, as the treectrl item get selected or get changed the combobox should show the current path of the item(which got selected on the treectrl) in its editbox.Is it possible..?and How ? God hepls those who hepls themselves .... Thanks in advance Saniaa
-
How to update the selected item path in ComboBoxThanks for ur reply ... The Datlist of the combobox does not contain the item which is get selected in the treectrl . The way u have given is for that situation. Here combobox just contain C:\,D:\ like this dataitems in it. and when the selection in the treectrl gets changed i want the changed or selected item path should get updated in the combobox . Is there any way to achieve this.. Thanks Shikha
-
How to update the selected item path in ComboBoxThanks for ur reply.. Acccording to ur way as per my understanding my combobox should have the selected item from the treectrl in its datalist ,and then comparing it with the one selected , it is updating in comboboox. But if i have the simple combbox datalist which just have the datlist items like C:\ ,D:\ not the whole contents of the drives ... in such sitution do we manage it ??? Thanks Saniaa
-
How to update the selected item path in ComboBoxCan somebody help me in the case that i want that the path of the selected item in the treecrtl should get updated or what we say get selected inthe combobox box .. How to achieve that.... Thanks in Advance Saniaaa
-
Animation showing Dialog.......Sorry i did not get the meaning of your reply , can u elabrorate it for me.. Thanks Saniaa
-
Animation showing Dialog.......Thanks for your immediate reply .... i am facing problem that my avi conttrol is on ane dialogbox when i call this dialog box it starts playing the avi with the dialog box popped up so the operation of downloading/uploading of files gets stop. THanks saniaa
-
Animation showing Dialog.......i want the animation dialog of Uploading and downloading of files in my FTP client application . To achieve this do i need to have a separate thread compulsory which will show this animation and main thread is downloading / uploading the files....... Can somebody help me in this..... Thanks in advance Saniaa
-
To provide imageList is only Possible..thanks for your reply ..... Listview can i use it on the Dialog box?? i want it on the Dialog box .. Thanks n regards Shikha