| Thread | Last Post | Replies |
|
| VC++ .Net 2003 file/class removal | 15 Nov 2004 01:07 GMT | 1 |
Alright, I'm must be total moron. How in the world do you remove a file from your project in Visual C++ .Net 2003???? Can I just remove the class?
|
| quadruple precision | 14 Nov 2004 20:54 GMT | 13 |
I don't know if this is the right newsgroup but here it comes I need quadruple precision in my next project and was thinking if a quadruple type was added to Visual studio 2005 C++? Thanks Torben Laursen
|
| Having trouble with getting this to compile. | 13 Nov 2004 03:38 GMT | 5 |
The following code snippet will not compile. I get an error C2337 saying that the flags attribute is not found, however, if I remove the last namespace System from the namespace tree, then it compiles fine. What gives?
|
| Bug in resource editor | 12 Nov 2004 19:42 GMT | 1 |
When I want to work with serbian resources I change the language of the resource. The problem is that RC editor inserts macros LANG_SERBIAN_LATIN and LANG_SERBIAN_CYRILLIC but those macros don't exist, so for every new project I have to insert this in Resource Includes:
|
| How to create LIB (linker info) for third-party DLL? | 12 Nov 2004 19:04 GMT | 6 |
Is there any tool for this in VC++, to produce linker info (LIB) for the arbitrary DLL? How the VC++ environment does this when DLL is created itself in VC++, which subprogram is used?
|
| Designtime changing which column a CRecordSet binds | 12 Nov 2004 10:03 GMT | 1 |
I am transitioning to Visual Studio 2003 .NET. To get started, I am converting an existing application that I built using VS 6.0 C++ to C++ .NET. My application uses a CRecordset-derived class to bind to columns in an
|
| VS2003 Save All/Close Solution/Exiting IDE locks up | 11 Nov 2004 21:28 GMT | 3 |
I've got a MFC solution that appears to cause the VS2003 IDE to lockup when attempting any of the aforementioned actions. I've tried deleting .ncb and .aps files with no effect. Any help is appreciated. Thanks, Jeff F
|
| 7.1 IDE bug | 11 Nov 2004 20:40 GMT | 18 |
I have about 20 source files open when I start a debug session. Then all of them are closed! Why is that?? Very annonying. Project is C++, not managed. 7.1.3088.
|
| Compatibility between VC++ versions | 11 Nov 2004 19:53 GMT | 1 |
To which degree is an MFC based dll compatible between: VC++ 2002, 2003 and 2005? We use dlls delivered by different partners and vendors and it looks like a real mess to keep track of the different versions of the VC++ .NET versions
|
| Short-cut to switch between .h and .cpp file | 11 Nov 2004 13:54 GMT | 18 |
Can anyone tell me what is the short-cut to switch between a .h and .cpp file, thanks Torben Laursen ---
|
| Managed code in a regular dll | 11 Nov 2004 11:03 GMT | 1 |
I have a solution written entirely in visual basic.net and I am trying to interface it with an "old school" program. This old school program expects a "c style dll" and a function exported from that dll for it to call. I attempted to do this by creating a managed c++ project, ...
|
| .NET Security exception (???) | 10 Nov 2004 22:49 GMT | 1 |
I am writing an Obfuscator to Obfuscate managed .NET assemblies, the obfuscator works with most of the assemblies I have tried, how ever, some assemblies ( such as nunit-gui.exe ) generate the following exception ( Only with the obfuscated assemblies ) :
|
| Header files missing - Help | 10 Nov 2004 22:38 GMT | 4 |
For some time now, other teachers have had this problem. Visual C++ 6.0 was once installed on a WIN98 platform and apstring.h and graphic.h worked. However, since moving to WIN2000 and WINXP, these header files are missing. Where can I find these header files?? I have tried to ...
|
| About pipe stdio and redirect | 10 Nov 2004 16:46 GMT | 1 |
In msdn library, there is an example about "Creating a Child Process with Redirected Input and Output". now in my case, the child process whill use "printf" to write to its stdout which is redirected to my pipe. but as you know, the "printf" is
|
| VC++ IJW wrapper for c lib | 10 Nov 2004 02:19 GMT | 1 |
Hi all, I'm attempting to write my first IJW wrapper for a old syle C library that I have inherited. mylib.h contains the definitions of the library calls used within myFunction(). Unfortunately, trying to run this causes my compiler to throw back a huge number of syntax errors from ...
|