VC++ access MySQL query problem Programming Software Development by kent01981 VC++ access MySQL query problem Hi guys, Could you help me … Re: VC++ Resource editor Programming Software Development by Ancient Dragon VC++ 2008 Express edition does not contain a resource editor. If you want one then you will have to get one of the free ones (or buy one) that you can find on the internet. vc++ help Programming Software Development by camproject I am doing a project in vc++,mfc.what i have to do is,identify static objects … VC++ Programming Software Development by namratag I am new to VC++. And getting error as- error PRJ0002 : Error result 4 returned from 'C:\Windows\system32\cmd.exe'. so please tell me the solution as soon as possible. we tried following solution GoTo Project -> properties ->Manifest Tools ->Input and Output -> Embed Manifest changed Yes To No but it's not working Re: VC++ Programming Software Development by Zssffssz Um... cmd.exe is the 32bit command prompt witch probably means ether your using an invalid shell comond (system() sends stuff to command prompt) or you have a virus or malware affecting the system files. I highly dought the latter. I don't know your code so I can't directly help. I do have some VC++ experience but if I see winmain one time I'm out. VC++ Headers Programming Software Development by civus …1> c:\program files\microsoft visual studio 10.0\vc\include\ostream(679): could be 'std::basic_ostream<_Elem… 1> c:\program files\microsoft visual studio 10.0\vc\include\ostream(726): or 'std::basic_ostream<_Elem,_Traits… 1> c:\program files\microsoft visual studio 10.0\vc\include\ostream(764): or 'std::basic_ostream<_Elem,_Traits… Vc 1.52 Programming Software Development by ranaz hi! i hav a code that was compiled using Microsoft VC++1.52. now i need to compile it on VC 6. but the compiler is generating the errors in statements containing use of FAR pointer. can any one guide me how to remove these errors or where can i find this old vc++ 1.52. any help wud be appreciated. VC++ Compilation problem Programming Software Development by Aashath Hi All, This is regarding VC++ 6.0 compilation problem that i have faced . I deleted my "Temp" folder and trying to compile my code , but VC++ doesnt allow me to compile my code without that folder .can anyone help me in this ? why VC++ requires temp folder to be present for its compilation ...? VC++, Form/Console Difference? Programming Software Development by fmwyso …get a bit confused... In console application mode for VC++ (MSVC), the code in the book works …'m learning really prepare/help me for what VC++ has as far as form apps go? … new book to actually learn how to use VC++? I would use tutorials, but they are …diff version and 99% of them are for version 6 which is way different from VC2008. -- Just … VC++ 8.0 Express & Unicode Programming Software Development by Frederick2 Just downloaded VC++ 8.0 Express and tried to run a simple sdk style program … happens. I've been using Dev C++, CodeBlocks, and MS VC++ 6. I've been advised to get up to date. Anyway…'s over with. Or is it possible to modify the VC++ environment to use ansi strings without having to postpend 'A… VC Activity for Tech Firms Drying Up? Hardware and Software by Brian.oco … worth mentioning that 2007 wasn't a great year for VC activity, either. Historically, in the tech sector, venture …capital to grow their businesses. Just how bad is the VC market for tech firms? Jessica Canning, global research director… of the tax credit, and the downward trend in VC capital, is making life tough enough for tech firms … Re: VC++ 8.0 Express & Unicode Programming Software Development by ArkM For VC++ 9 (2008): Create/open the project then menu: [b]Project|Properties[/b] then select [b]Configuration Properties|General[/b] and set [b]Character Set[/b] to [b]Not Set[/b]. I don't know how to do that in VC++ 8 (2005) but I suspect the same procedure... Re: VC++ Resource editor Programming Software Development by tomtetlaw I know it doesn't have one, but when I installed VC# along with it, it enabled me to use it on VC++ and VC#, the answer i am looking for, is how to use the gui VC++ vc gcc ?? Programming Software Development by duggydiggy … was wondering about how a build process goes on in Vc++. I want to know that is there any intermediate assembly… is the support of inline assembly in gcc, but for VC++ we need to call the assembler manually. Please erase my… vc++ project export to unix envir Programming Software Development by sunderam HI, I have a vc++ project with all its files which includes -header files,& .… equivalent method for aligned aligned_malloc() in unix. aligned_malloc() is a vc++/windows method thats what i understand. And the project files… Re: Vc 1.52 Programming Software Development by WolfPack … include files. [quote=ranaz]where can i find this old vc++ 1.52.[/quote] I think if you have an MSDN… Re: VC++ console based webserver Programming Software Development by jaepi >For the record: There is no such thing as VC++, you're coding C++ in Visual Studio. VC++ - Visual C++, in short VC++. If that is what he means. VC++6.0 How retrieve current row in a *.DOC file? Programming Software Development by IlViandante2960 Hello, I have an application in VC++6.0 that create a .DOC file for Word2007. When I inserting text and image (.bmp) in file .DOC I need retrieve current row. How I can do it? Someone can help me with link or sample code in VC++? Thanks :) VC++ application inside the browser Programming Software Development by vijaymmathews hi how to make a vc++ application run inside a web browser is there any possible ways to work the vc++ application inside the browser as if we are browsing plese provide me information and assistance for the above question VC++ 2008 include file directories Programming Software Development by drichird In VC++ 2008 Express, I open a new "Hello World" … the main menu, and select: Tools / Options / Projects and Solutions / VC++ Directories, and select "Show Directories for Include Files"… VC++ application Convert to VB.NET Programming Software Development by tusharvichare Any one have idea about how to convert Visual C++ application to VB.net Or how to include VC++ application into the vb.net application so that function of VC++ application can use in to the VB.Net application. Thank you. Re: VC++ application Convert to VB.NET Programming Software Development by tusharvichare I have exe of vc++ application but the problem is i want to acces output from vc++ application(like Customer name, Ph no, etc.) to vb.net application. Re: VC++, Form/Console Difference? Programming Software Development by Ancient Dragon … is the c++ language itself. What you see in the VC++ Forms code is just an implementation of c++. You need… VC# compile problem Programming Software Development by BobLewiston I installed VC# 2008 Express. Following the lessons at C# School at programmersheaven.… program or batch file. As far as I know, the VC# install is OK. When I did the install, it said… Re: VC++ 8.0 Express & Unicode Programming Software Development by Frederick2 Thanks ArkM. I'll give that a try. I had snooped around in there looking for something relating to unicode settings, but as you know, its considerably different from my old VC 6 (actually, now that I've seen it, I know where the CodeBlocks look came from......). Re: VC++ 8.0 Express & Unicode Programming Software Development by Ancient Dragon In VC++ 2008 UNICODE is turned on by default :( . AFAIK there is no way to change this default behavior when creating a project. I always have to turn it off as ArkM posted. VC++ Resource editor Programming Software Development by tomtetlaw How do I use the VC++/VC# Resource editor? Re: VC++ Resource editor Programming Software Development by Nick Evan [QUOTE=tomtetlaw;903698]How do I use the VC++/VC# Resource editor?[/QUOTE] You should try the link in your signature. [URL="http://lmgtfy.com/?q=resource+editor+visual+c%2B%2B+tutorial"]All the answers are here [/URL] :D VC++ CODE Programming Software Development by balu naik Haiiiiiiiiiiiii every one. i am totally new for VC++ i need a program on vc++ window application. i need to create a window, on that window i need 3 brouse button look like normal (file brouser) by using this button i need to get file path only.2 look like same and third button should be save as button. plese help for this code. Re: VC++ CODE Programming Software Development by kvprajapati balu naik, We all are new for VC++. After all some of us knew VC++. Read some books on MFC or Win32 API - [URL="http://msdn.microsoft.com/en-us/library/d06h2x6e(VS.71).aspx"]MFC Reference[/URL]