C1083: Cannot open type library file:'../COLATools/COLATools.tlb': no such...
Hi EveryoneI am migrating my application from vc++0.6 to vc++ 2013. After migrating iam getting an error saying the .tlb file is not found.I found the same tlb file in older version, will it be...
View ArticleHow to Use COM dll when we have only dll in hand..?
Hi, I have registred COM dll in hand. How can we use it in MFC application?How can we find CLSID's to create instance of its classes..?No other file is present other than Dll, how can we use...
View ArticleHow to use Visual C++ DLL in C#
Hello,I have tried converting a Visual C++ project( Consisting of around 50 files) to DLL byusing the following step.Properties->General ->Configuration type(Dynamic Library (.dll)).C/C++ ->...
View ArticleDestructor in C++/CLI
There are times when I think there is something wrong with me, I just cannot not get why this C# code does not have the expected result:class ref someClass{ private: int bla_bla_bla; public:...
View Articlea map question
Hi,all, I have the following map:map<int, vector<MSXML2::IXMLDOMNodePtr>> nodes;which uses int as the keys (starting from 1), and vector<MSXML2::IXMLDOMNodePtr> as the mapped values....
View ArticlezLib 1.28 Visual Studio 2005 Project
Hello All,I'm trying to find over the web, the zLib 1.28 Visual Studio 2005 project to download, but i'm not finding it!Somebody knows where i can find this to download, i'm needing the project to...
View ArticleWhat tool(s) are folks using to replace Context Sensitive Help functionality?
Hello Folks,I have an MFC application with a ton of context sensitive help.Could someone recommend an approach to dealing with no context sensitive help in Visual Studio 2012?I suppose folks are moving...
View ArticleException in CAtlWinModule with simple VS2013 C++ MFC app on some XP systems.
I've created a simple C++ MFC app as "New Project" on VS2013 open page with all default options apart from: Platform Toolset set to "Visual Studio 2013 - Windows XP (v120_xp)" and Character set "Use...
View ArticleHow to get previous C++ version(s) to enable development, compilation and...
Hello, I have VS C++.net 2003 academic v. success on a (slow) windows XP computer (fine) but tried to use this on a Windows 7 (intel i5) computer but there were incompatibilities. So I paid an...
View ArticleBUG: ATL Implement Interface Wizard always prompt error?
I was struding guide in http://msdn.microsoft.com/en-us/library/ee941475(v=office.14).aspx. But vs2013 always prompt error by ATL Implement Interface Dialog.Can Any body help me? Thankyou very much!...
View ArticleMFC: How are default directories for “Open File” and “Save File” designated?
I am trying to determine how the default directories are assigned. Let's say a user opens a file and later s/he opens another one. The 2nd. time, the default directory will probably be the same one...
View Articleexit error
I have some VS 2005 C++/cli Win32 apps which are deployed on a Windows 2008 R2 platform. They run there as WoW64 processes and seem fine except for one problem. Intermittently, and for certain users,...
View ArticleUnable to start program 'myprogram.dll'.
I started a new class using C++/CLI, but when trying to run the program I get a popup window that says:--------------------------- Microsoft Visual Studio Express 2013 for Windows Desktop...
View ArticleremoveNonDisplayableAsciiChars-give example for input
hi,i dn't know how to give input with text for this function.i already create function for this but i dn't know give input as non ASCII value(0-32) that Cobain with string or simple text Karthikn.s
View ArticleRegTLibv12: Primary interop assembly is already registered
I have a post-build step in a VS2010 C++ project that looks like this:RegTlibV12 "$(IntDir)MyLoadServer.tlb"Because this runs every post-build, I get the following warning every time the project...
View ArticleMeaning of typedef
Hi,I was looking at some code and I couldn't figure out what is was doing. I don't think its a class because it starts with typedef otherwise it just looks like a normal class. Does anyone know what...
View ArticleVS2010 refuses to compile our app after conversion from 2008: ODBC has linker...
This appears to be the issue at handI get this error: odbccp32.lib(dllload.obj) : error LNK2019: unresolved external symbol __imp___vsnprintf referenced in function _StringVPrintfWorkerA@20 From a...
View Articlemenu item event handler problem
Hi,all, I changed the ID of one menu item in its properties, and also changed the name of its corresponding event handler function, and also reflected the changes in 'ON_COMMAND' in message maps....
View Articleonly capture numbers in text
hi,my function is need only numbers in alphabetically like one,two,three.......thousand.......million......etc.please give some codding for this. We need a function called checkForTextNumber that finds...
View ArticleInherited Code
Greetings,I am a Java developer who has inherited some legacy code. There is a JNI component that I'm trying to build. After getting all the dependencies resolved, I tried to build and got the...
View Article