First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
IJolietDiscMaster->AddData returning STG_E_INVALIDFUNCTION
Hi there, I am attempting to add a previously created IStorage container to an IJolietDiscMaster interface, although the file appears to have been created correctly and no errors were returned during it's creation, nor the streams that were added to it, unfortunately it returns STG_E_INVALIDFUNCTION. C... 12 Oct 2007 05:49
VC++ 6.0 To .NET
I'm new to the MS Visual Studio world. I've just inherited a project that was written entirely in VC++ 6.0. Should I make the move to VC+ +.NET and bybass VC++ 2005? Does the upgrade to .NET involve a great deal of code rewrites? What resources are out there to help with this migration? We are on Windows 2000 a... 3 Oct 2007 18:50
Error LNK2028 unresolved token / LNK2019 Unrevolved external symbol
I'm trying to understand an error when compiling a C++ form project : Error LNK2028 unresolved token... Error LNK2019 Unrevolved external symbol ... Here is how to understand/reproduce my problem with VS2005 : 1- Create a C++ win32 console application with the defaults parameters 2- In the header section ad... 14 Sep 2007 16:43
STL Vector - pass by reference?
Hi, In an earlier thread entitled "STL vector - which style of for() loop?" I had a function that could populate a vector (with a variable number of strings) and pass it back to the caller, but people pointed out this would create a "copy" of the vector and it may be better to pass by reference. Doug Harriso... 16 Aug 2007 07:53
_CrtIsValidHeapPointer Assertion in C++/CLI Application Debug mode.
Art wrote: Hi, I am getting _CrtIsValidHeapPointer Assertion in C++/CLI Application Debug mode in VS 2005. Expression: _CrtIsValidHeapPointer(pUserData) ****************************** It is breaking in dgbheap.c. Here are steps: 1) I created application in VS2005 : Project ty... 22 Jun 2007 01:31
error C2679: binary '<<' : no operator found which takes a right-handoperand of type 'std::string' (or there is no acceptable conversion)
aarthi28(a)gmail.com wrote: I have written this code, and at the end, I am trying to write a vector of strings into a text file. However, my program is nor compiling, and it gives me the following error when I try to write to the file: error C2679: binary '<<' : no operator found which takes a right-ha... 19 Jun 2007 05:18
MSMQ
I'm trying to get MSMQ working in Visual C++ 6.0 without using COM. However, whenever I include the file mq.h, I get a ton of errors: c:\program files\microsoft visual studio\vc98\include\mq.h(139) : error C2146: syntax error : missing ';' before identifier 'prop' c:\program files\microsoft visual studio\vc98\inc... 27 Jun 2007 04:27
The procedure entry point _ftol2_sse could not be located in m
Thanks for advice. Problem was in that the setup project detected decency on same system file. That files was included in installation and installed under XP which need msvcrt.dll from Vista. Thanks for WinDbg. "Alexander Nickolov" wrote: You should first try to track down the reason you are linkin... 12 Jun 2007 06:17
The procedure entry point _ftol2_sse could not be located in msvcr
Hello, I'm working under Windows Vista Ultimate and I'm using VC 2005 SP1 for Vista. When I build an application with setting bellow I can't starts it under Windows XP. I get this message “The procedure entry point _ftol2_sse could not be located in the dynamic linked library msvcrt.dll”. Problem is in that ... 11 Jun 2007 13:10
Vista event template data from resource dll
Hi, I've noticed event templates on Vista are stored as binary resources of type WEVT_TEMPLATE in the resource dll of the publisher. Is there any possibility to extract those resources from the dll and decode them in a readable, structured manner ? (i.e. an XML string or XML object) LucianM ... 1 Jun 2007 10:43
First  |  Prev |  Next  |  Last
Pages: 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35