| Thread | Last Post | Replies |
|
| [VS 7.1] shortcut for matching bracket in VS editor | 19 Sep 2004 08:47 GMT | 3 |
helo, I'm new to VS 7.1, searched thru help but no luck. Anyone can tell me a keyboard shortcut to go to the ending bracket when cursor is under opening bracket and vice-versa. I think there must be something like this b/c I see
|
| Header files / CPP files ? | 18 Sep 2004 20:06 GMT | 1 |
This has got to be something really simple, but I'm pretty baffled...[VC++ .NET 2003] In the header file I define the class interfaces, in the CPP file the class functions, and the
|
| LPSTR -> String : Type Incompatibility Issue | 18 Sep 2004 13:40 GMT | 2 |
Another same issue on "NullReferenceException" :- I have an (exe) executable program created in VB.NET 2003 that calls to a MFC DLL written in VC++.NET 2003. I always get an error msg "NullReferenceException: Object Reference Not Set to an Instance of an
|
| fatal error C1108: unable to find DLL: 'alink.dll' | 18 Sep 2004 12:42 GMT | 1 |
Hi, I've been trying to use Visual C++.NET, but whenever I try to build a solution I get this error message, fatal error C1108: unable to find DLL: 'alink.dll' Does anyone know what causes this error and how I can fix it?
|
| _tmain() , _tprintf(), ... --> '_t' ? | 18 Sep 2004 11:00 GMT | 2 |
why use '_tmain()' as entry point of the program in a console-application ? why is _tmain() used instead of main() ? _tprintf() instead of printf() ? why '_t' ?
|
| saving a sound file | 18 Sep 2004 06:14 GMT | 2 |
can someone tell me how to save sound files and how to use them in a program.
|
| /Fx problem in 2005 beta | 18 Sep 2004 04:28 GMT | 1 |
The /Fx option does not seem to produce any mrg file in VC++ 2005 beta. I created identical projects with 2003 and 2005 and activated the "Expand Attributed Source" option from the project property page. It works fine with 2003 but not with 2005.
|
| Sorting a linked list | 17 Sep 2004 21:01 GMT | 4 |
in my application, I defined a linked list just as follows: typedef struct _MYLIST{ int myval; void *next;
|
| C++ Code in header files | 17 Sep 2004 20:49 GMT | 3 |
Hello, If you start a new c++ .net project (windows form) the IDE shows window and generate 2 files (.cpp and .h). If I simple drag and drop button control into the form and double click the button, the IDE shows me a method "template" where I can write my code. I wonder why the ...
|
| void* and arrays | 17 Sep 2004 20:39 GMT | 1 |
I have a newbie question regarding void*. I am reposting this since I am still not clear. In native C++ you can have a function that takes a void* and you can call that function with pointer to array or any other kind for that
|
| Defining events in interfaces | 17 Sep 2004 11:31 GMT | 2 |
I'd like to know if it makes sense to define an event in an interface. Something like: public interface class MyInterface1 {
|
| Improving performance C++/C# | 17 Sep 2004 11:28 GMT | 29 |
Because of historical reasons, I have both C# and C++ managed/unmanaged code mixed together in my class library. But I prefer to port code to C# since it compiles faster and the syntax is much more readable so I can do more in less time.
|
| Intercepting 'multimedia keys' | 17 Sep 2004 11:04 GMT | 10 |
Does anyone know if it's possible (and if so, how) to intercept presses on 'multimedia keys' you find on keyboards? Curiosity more than anything. Only manufacturers seem to put their own random gubbins onto their keyboards, so presumably there isn't any kind of standard. Obviously ...
|
| Why is MS VC++ .NET SDE slow? | 17 Sep 2004 08:23 GMT | 2 |
Hello Esteemed Developers, I am using 'Microsoft Visual C++ .NET Standard' SDE at MS Windows 2000 Pro Turkish by using IBM ThinkCentre PC that has 2,66GHz P4 CPU, 512MB RAM, 120GB HDD.
|
| VS.NET 7.1 Internal compiler error on inline template method?? | 17 Sep 2004 03:38 GMT | 3 |
I have taken the liberty to cross-post this. It appeared on c.l.c++.m but the ICE is regarding VS.NET 7.1 C++ compiler. post follows: ==============================================
|