| Thread | Last Post | Replies |
|
| debug/release exe is not working... | 10 Sep 2007 08:16 GMT | 4 |
I have devloped an application in vc++ 2005. I can debug this application. And I can see the output also while debugging (F5, F10, F11). But, I could not run this application (debug/release exe) by double click on the exe.
|
| SXS: Unable to resolve storage root for assembly direectory... | 10 Sep 2007 04:39 GMT | 4 |
I am getting the following in a VC++ EXE (using VS2005) that links several C++ DLLs and uses MFC and ATL, when I try to start it under the debugger: ------- 'Exactus.UX.Studio.v1.exe': Loaded 'C:\WINDOWS\system32\advapi32.dll', No
|
| mixing manged and unmanaged C++ & boxing enums | 08 Sep 2007 15:48 GMT | 2 |
I am working in VS2005 (.Net 2.0). I have a unmanaged C++ class that will be used by C#, once I get to that point. I would like to throw a System::ApplicationException from the unmanaged code, is there any problems with this?
|
| Memory Limit in Unmanged C++ | 07 Sep 2007 11:17 GMT | 4 |
How do i get the amount of memory left for an application to allocate? We have an application that badly needs redesign because the current design can under certain circumstances run out of memory. Until we can redesign it we need to add protections to prevent a crash. I would ...
|
| "project creation failed" error | 07 Sep 2007 04:55 GMT | 5 |
I have Visual C++ 2005 express edition, I downloaded it from the microsoft website. I am using it for school. I started an assignment in the lab at my school, and for the asssignment I had to create 3 projects under one solution. They were created no problem, each with just a few ...
|
| Windows service with timer on VISTA is not working | 06 Sep 2007 22:42 GMT | 2 |
I've written one simple windows service using .NET 2003 with Timer. When I install the service on Win XP it works as expected, but on Vista I can see the service getting installed but Timer is not working. Please HELP.
|
| String::Format problem | 06 Sep 2007 08:05 GMT | 6 |
I spent many hours on this, googling around and experimenting, and still nothing. I wrote an umanaged program (actually various classes), while I was developing them I used command line to test it.
|
| __event? | 05 Sep 2007 18:19 GMT | 6 |
Anybody here using __event? Could you please discuss any potential issues with it other than portability? Priyesh
|
| Very Stuck Newbie | 05 Sep 2007 18:06 GMT | 1 |
Hope your well? Hope no one minds helping out a Newbie? Im going mad with this. I`ve done a bit of work in Visual Basic but now moving over to Microsoft C++. Here is my Problem: I have 2 Forms. One Called `Images` and one Called `Main` On the Main Screen
|
| vc redistributable - best practices | 05 Sep 2007 18:04 GMT | 3 |
I have a C++/CLI app with dependencies on ATL/CRT ( no MFC ). 1. If I install vcredist_x86 ( SDK\v2.0 ), everything on the clean target machine works fine. Problem: redistributable executable is too big ( as I don't need MFC &
|
| .suo file | 05 Sep 2007 09:56 GMT | 2 |
I am wondering what is the function of .suo file? If I want to share source codes with other people, for example, using CVS or something similar, does this file mandatory to check-in? Do other people need this file to make a same build and setup the same working environment as ...
|
| how do i check the network connection status | 05 Sep 2007 01:47 GMT | 1 |
I am using VC++ 2005. When using WinXP this is with SP2 installed. I want to detect network status if it's in connecting or disconnecting. i try to use the function of "connect" in "winsock2.h" and connect with DNS Server and Gateway to judge connection status. but the ...
|
| Comments on Methods/Properties for C++/CLI are not visible in the Assembly's Metadata | 05 Sep 2007 01:31 GMT | 1 |
I am creating a C++/CLI project which will be consumber by C# application. I have added comments for my properties/Methods in my C++/CLI project using .net XML tags, but when i reference this project in my C#
|
| LNK1104 libcimt.lb | 03 Sep 2007 18:23 GMT | 1 |
I wrote a DLL with a dependency of a lib library which is NOT mine. So i can't do any change inside. How can i still compile my library ? I have the LNK1104 error : can't open file 'libcimt.lib'.
|
| Conversion from legancy VS C++ Version 6 | 02 Sep 2007 16:54 GMT | 2 |
I been handed the job of converting a large 1998 application so it will compile. There needs to be some minor chages to the code that is driving this project. There are some embedded Crystal Reports that use the API and engine on a SQL database. Has anybody done a similar ...
|