moving fdrom VS 2012 professional to Express
Hi,I am moving my project from VS2012 pro to VS 2012 express. It seems to recognise the c++ project but does not recognise the win32 projects in the solution.It does not recognise the .vcxproj files in...
View ArticleSynthesis STK tool kit unable to connect it with the linker
Hello i have problem with connecting stk libraies in linker so any one did it befor plz help me how to do it . and i imported the libraries https://ccrma.stanford.edu/software/stk/
View ArticleOpenCV how To convert Mat to uchar array
Mat im = imread(filename); plz can any body tell me how to display the resulat as array i have problem with coding it .
View ArticleCFileDialog::GetFileName does not return the full name
Hello,For ling file name it appears that CFileDialog::GetFileName does not return the correct file name: it truncates it.However GetPathName does seem to work.ThanksMorgan
View ArticleHow to align all CMFCToolbars?
I have multiple CMFCToolbar controls, which are docked on the same row. If I hide / show certain toolbar, it will leave a blank gap between them. How do I align them so that the controls will dock next...
View ArticleShow in Windows Explorer functionality
I want to add a context menu to my application that can show the selected file in Windows Explorer. Is there a function to do this given a valid file?
View ArticleError in converting BSTR to CString
Hi,I using Visual C++ 2008 and ADO to access a database and obtain a field value like this: CString strValue; _variant_t vtValue; AfxVariantInit(&vtValue); vtValue =...
View ArticleBoost Interlocked_Exchange
I would greatly appreciate some help with this... Any ideas what is going wrong with the boost libraries and how to fix it?I am building a multi-threaded app on Visual C++ 2010 Express and downloaded...
View ArticleHow to add coloured borders around existing runing apps in windows
I noticed that on the windows platform, when dragging a running application between multiple monitors, the borders of running application turn green. I wanted to know how that could be achieved. Are...
View ArticleDirectWrite equivilant of GDI SetTextAlign(TA_BASELINE)
So is there a way to do this via an DirectWrite API or do I just adjust the y position for them_pRenderTarget->DrawTextLayout(..) call? trying to emulate older GDI code.C++, Direct2D and DirectWrite
View ArticleMSVCR80.dll has come up
Hi.When I start my computer. I get a message saying MSVCR80.dll is not found. how do I reinstore it.thxs
View ArticleOutputDebugString() from Windows services in Windows 7
I have created a simple Windows service in Visual C++ 2012. I am able to get the service up and running . But the thing is I have put some OutputDebugString() trace messages in the service in the...
View ArticleGetLogicalDriveStrings and GetDriveType under Windows 8.x
Hi all,GetLogicalDriveStrings and GetDriveType seem to be documented as supported under Windows 8.1 only when CsvFS or ReFS are present:...
View ArticleWindows service in Win 7
I am lookig into creating a Windows service in VC++ 2012 on Windiws 7. I just built the source of the sample service available in...
View Articlehow to overload member functions of a class with default arguments?
how to overload member functions of a class with default arguments?
View ArticleSocket Error 10035 | Need Help .
Hi , I have 2 applications (Say 'A' & 'B') developed in Win32 (VC++ 6.0). I am running 'A' & 'B' on single machine. App 'A' send data to app 'B' on TCP/IP Socket (Asynchronous/Non...
View ArticleI Want To Write On A Rectangle But It Keeps On Blinking . (I Have Made It...
I Want To Write On A Rectangle Using TextOut Function But It Constantly Keeps On Blinking . I Have Made It Using Win32 API .I Am Doing This Because I Want Different Color In Some Portion Of Window...
View ArticleSource code in parts
I am using VS Ultimate C++ and have run up against a compile wall. I would like to break my source into several parts so only the changed part would need recompiling. I have moved my GUI lines to a...
View Articlephong shader
todays project, dealing with the museum of antiques to modernizeI have this shader, to do phong, but its old shader 2 and i was wondering can i perk it up with shader 5 and my Kepler GPU// Phong Shader...
View ArticleMAPISendMail recipient problem in Outlook 2013
We want to send an email with an attachment containing configuration information from a 32 bit application developed using VS 2010.Outlook is invoked looking fine, but when the mail is sent, a message...
View Article