Answer Questions
sonovo DeleteFiber identifier not found
On the visual studio beta 2, I cannot compile fiber code because functions are not in headers. Is it normal Why fibers disappeared error C3861: 'DeleteFiber': identifier not found error C4430: missing type specifier - int assumed. Note: C++ does not support default-int error C3861: 'ConvertThreadToFiber': identifier not found error C3861: 'CreateFiber': identifier not found error C3861: 'SwitchToFiber': identifier ...Show All
Creature a reference failure
Starting using CppCodeProvider versus VBCodeProvider I got a compiler error that the path could not be found. I dutifully attached the file CppCodeProvider.dll to the project treeview--same error. It says that it cannot find it. Error 1 fatal error C1107: could not find assembly 'CppCodeProvider.dll': please specify the assembly search path using /AI or by setting the LIBPATH environment variable c:\VCPlus_projects\AymanCompile\ ...Show All
Ak5intoe How do i use the complier?
Hi there. I just got some VTM's on using C++, but they are using an older build. Before you could just click "Build" then "complier". How i can not do that. So how do i open the complier Please explain in a simple way since im completey new at this. Thank you. Hi, What exact version did you install If you open a project from an earlier version, the upgrade wizzard shpuld upgrade your pr ...Show All
T.F.E String Table
I want to overwrite a string in a string table. How can i change this code to do so This code adds an entire new string table. BOOL SetString(LPWSTR szSSPath, LPWSTR szSSName) { HANDLE h = ::BeginUpdateResource(szSSPath,FALSE); if(!h) { // BeginUpdateResource failed return FALSE; } wchar_t pUnicodeString[64]; wcscpy(pUnicodeString, szSSName); DWORD dwUnicodeCharCount = wcslen(pUnicodeString) + 1; HGLOBAL hGlob = GlobalAlloc(GHND, ( ...Show All
Tomas35595 automatic Manifest creation with VS2005RC1
I looked at the generated manifest file automatically created by VS and I found something strange. Here an example of the generated for my MFC project : < xml version='1.0' encoding='UTF-8' standalone='yes' > <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> <dependency> <dependentAssembly> <assemblyIdentity type='win32' name='Micro ...Show All
Nick E R6034 - attempt to load C runtime library without using manifest.
I've got a 32bit C++/MFC application that gets the R6034 error on startup. Seems odd as the application does have a manifest. And another application that I build the same way starts fine. If I compile the applicaton 64bit, it fails with "Unable to start program..." Are there any ways to debug manifest/dependency problems My problem is now solved. Someone on our team had added a hand coded ma ...Show All
Paul Wyatt Places Bar on CFileDialog
Hello all, I'm using a custom save dialog inherited from the CFileDialog. The problem is that the Places Bar is hidden, and I can't show it. Can anyone help me please !! Thanks a lot Martin. I think this article is a good one. But a problem encountered me while updating my dialog as in the article. The problem was that I use the “edt1” which is the File Name edit box control to change it’s position. But in t ...Show All
myNameIsRon Can't run NMAKE from command line
All: Very new to VC++. I just installed VC++ 2005 Expresss Edition Beta 2 on a Window 2000. It was activated as instructed. From the command line I entered: nmake and it gave back: 'nmake' is not recognized as an internal or external command, operable program or batch file. What should I do from here Should I set path to point the VC++ home Thanks PCZ Thanks, Modderrhu. After running: vcvars32.bat, it works. PCZ The solution is just ...Show All
theikell Converting Project to Use msvcprt.lib instead of msvcirt.lib
I am attempting to convert a project to use msvcprt.lib rather than msvcirt.lib. When I run nmake on the .mak file I am getting an error 'unable to open msvcirt.lib'. I have removed all references to msvcirt.lib in the .mak file. The error is actually occuring at the linking stage, so it looks like the reference is inside an embedded library. As far as I know I have successfully rebuilt all libraries used by the ap ...Show All
Sarat Gollapudi windows.h missing in VC++.NET 2005
Hi cjsoftuk! [:S]I'm really confused. windows.h is missing in VC++.NET 2K5 Express. See: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2995 -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.de/ I'm really confused. windows.h is missing in VC++.NET 2K5 Express. Can anyone explain this behaviour an ...Show All
All4Msdn VS .Net 2005, how to disable intellisense...
Hi I am really frustrated with the performance of VS .Net 2005. This is because I always see at the bottom "updating intellisense..." and it uses 60% to 70% of CPU. How to disable this updating of intellisense... Please this is making Visual studio unusable. Thanks Chandra Same here. A C++ solution with 21 projects spends minutes "Updating IntelliSense..." with the CPU pegged. I think this problem is common t ...Show All
carnage how can convert string to integer ?
Dear all one question for string to int for example string str = "10"; and then how can i convert str to int http://www.research.att.com/~bs/bs_faq2.html#int-to-string I guess you can use the same logic for double Dear all sorry can i asked one more question for conver how can i use any .h or method to conver double to string for example [code] double doc = 1.56; string s; cout << s << ...Show All
jsre Need help C++
Hi, I have a program written in C++. I want to create a track tool that even running in Release version, the track tool also records into a text file every line code that get executed. I need this tool because I got a customer running our program and get error which I can't reproduce. So I want to know which line code is a last executed before the error occurs. Any idea is appreciated. Thanks Why don't drop your customer an in ...Show All
lexxmt *.asmx not recognized?
WIth VC++2005 Beta, I am genererating a testing ASP.NET Web Service dll. I am using IIS5.1 on XP, when typing URL 'HTTP://localhost/MyTest/Mytest.asmx" into IE, the page comes back with "<% WebService Class=MyTest.MyTestClass %>" It is not showing any methods within MyTestClass. When doing "Add Web Refernece" to a project to test this dll, I got this same thing. Also says, ".....asmx not recoginzed as a known document typ ...Show All
Emac80 Failure to rebuild after .hpp files are modified
I've just installed the released version of Vsiual C++ 2005 Express after being a beta user for months. I used the uninstall tool and the installation went smoothly, but I find that now projects don't always get rebuilt when they should. I'm not using explicit makefiles or anything fancy, just ordinary console application Win32 projects generated by the wizard. After I modify a .hpp file that is included by a .cpp file in the project, whether o ...Show All
