| Thread | Last Post | Replies |
|
| HELP! ACTIVITY ON PC...ANYWAY TO TELL??? | 31 Aug 2008 16:43 GMT | 1 |
We think someone's been on our pc while we were out, is there a basic log anywhere on the pc I can have a look at to find out?
|
| Internet Explorer XML parsing error in Windows Vista | 28 Aug 2008 20:12 GMT | 3 |
I have a XML file with following content. <?xml version="1.0"?> <devices version="1.0"> <device id="S60_3rd" name="com.nokia.s60" default="no" userdeletable="no">
|
| DLL DEBUG MODE IN CPP | 28 Aug 2008 02:47 GMT | 2 |
Here's the problem. I've been developing a C++ application since 2003 using the default settings. Comes time to find all the memory leaks. I downloaded a nifty package that won't work unless I use the debug library DLLs. I get nothing but complaints from Visual Studio 2008. ...
|
| Book Recommendations | 28 Aug 2008 00:02 GMT | 1 |
All, I'm looking to get myself a book on C++/CLI, and would greatly appreciate advice from this group. I'm particularly interested in interop/mixing managed and unmanaged code, I already know standard C++
|
| (cont'd) Callback interface to communicate from native C++ -> CLi\C++ Options | 26 Aug 2008 23:20 GMT | 1 |
Sorry, some how I clicked post before I finished. Hi, I'm writing an application that has a native c++ layer, and a CLi/C++ layer above it. Above the CLi layer will be C# but that's not
|
| Help!! How can I get current visual studio version in VC project build event? | 26 Aug 2008 09:42 GMT | 1 |
Hi, guys, One question block me. I want to know current Visual Studio version, "vc80" or "vc90" in Build Event. Can I use some macro in Build Event to get it?
|
| Access denied fro GetShortPathName in Windows Vista | 25 Aug 2008 17:25 GMT | 8 |
I have a win32 application that creates a directory in Users's Application Data directory (Example: c:\users\<username>\Local Settings\Application Data\MyFolder) and writing application specific data there. Thinks are working fine. But when I use GetShortPathName to get the short ...
|
| Changing the Text In a Text Box | 25 Aug 2008 16:59 GMT | 12 |
In Visual C++ 8.0 Express I am trying to programmatically change the contents of a text box. In form1.h I find the initializing code _PAYEE->Text=L"a";. I assumed that the type of "a" in this expression is const char[] (which
|
| How to dllimport a dllexported class | 25 Aug 2008 16:49 GMT | 6 |
I have exported a class which i have written in win32 static lib app. Now i have written a wrapper class for the same. But when i am trying to compile it is giving me some linker errors. Here is the class information
|
| Indexer on generic argument | 25 Aug 2008 16:38 GMT | 6 |
why does the first Console::Write give error "indexer needs array or pointer" and the second not? generic <typename TList, typename ItemType> where TList : IList<ItemType>
|
| Vista / XP msvcrt.dll error | 25 Aug 2008 02:56 GMT | 18 |
I have a VC++ / .NET 2.0 solution built using VS 2005 SP1 under XP. Everything has been working well there over the past year. I have recently starting porting the app to Windows Vista (since it currently will not execute properly there).
|
| Overloads for iostream | 22 Aug 2008 16:37 GMT | 2 |
I thought that the << operator would act to get a whole line from a ifstream but it doesn't. It Is there an overload of << for some stream type that reads a whole text line from a file?
|
| Application Icon and resources | 21 Aug 2008 21:19 GMT | 1 |
I am new to .net stuff and to make the matter worst, I am converting from Borland to Microsoft world. So I am having real hard time figuring things out in VC++ .net. (I am using VS 2008) here is my questions:
|
| Can you import a MAKEFILE into VC++ | 19 Aug 2008 23:49 GMT | 1 |
I have some example C programs, that I would like to compile using VC++ compiler. Is there a way to import the .MAK file that these C program came with? Thanks.
|
| The Shell Function? | 19 Aug 2008 20:32 GMT | 2 |
I am using Visual C++ Express Edition converting some old Visual Basic programs to C++. I have searched everything I can think of (including the header files) but have found nothing that seems to be the equivalent of the Visual Basic
|