| Thread | Last Post | Replies |
|
| Diff b/w visual c++ 6.0 visual C++.net | 16 Sep 2005 16:23 GMT | 6 |
wat is the difference b/w vc++6.0 & vc++.net? thanx, _MrM_
|
| kbhit memory leak in Visual Studio 8 Beta 2 debug bulds | 16 Sep 2005 16:22 GMT | 1 |
This code: ---snip--- #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include <stdio.h>
|
| menu item selection question...? | 16 Sep 2005 12:03 GMT | 1 |
/* menu.c, bc 5.02/tc 3, winxp */ #include <stdio.h> #include <conio.h> #define uaro 72
|
| Building from mak files using VC7.1 - How ? | 15 Sep 2005 19:50 GMT | 1 |
A quick google search did not yield anything. Anyone knows how to build a project from a mak file using VC 7.1 ? tx
|
| Newbie question...? | 15 Sep 2005 16:54 GMT | 3 |
i am vc++ newbie, i want to learn to program for win xp, win me or win 2000, where do i start...? plz help me in this regard? should i use rad apps like borland c++ builder 6 or vc++ 2005? plz give me informative analysis and advice...
|
| Accessing a webservice using VC++.Net | 15 Sep 2005 01:59 GMT | 1 |
Hi, I am trying to access a webservice using VC++.Net. When I try and add a webservice using Project/Add Webservice I get to messages: "No Web References were found on this page" and "the request failed with HTTP status 407:Proxy Access Denied" Can anybody "baby step" me
|
| compilation errors caused by cstddef and eh.h | 15 Sep 2005 00:21 GMT | 2 |
I'm compiling a DLL from (ANSI C) sources. I have set my project code generation option to compile code as C. I have also disable C++ exception handling in my proj config. However, when I attempt to build, I get the syntax errors (from cstddef)
|
| snprintf question | 14 Sep 2005 21:00 GMT | 2 |
this might be a strange question, but why is snprintf not guaranteed to nul terminate a string? i thought the whole point of those sn functions was to prevent these errors. sure, they prevent buffer overwrites, but callers can still screw up bad if
|
| Using library from C - includes ? | 14 Sep 2005 17:32 GMT | 1 |
I write program in C#. I wanted to load mp3 files to read it's size, title and others. So i downloaded id3lib from: id3lib.sourceforge.net, compiled it using Visual Studio NET (with project conversion). And i received id3libD.lib file.
|
| How to print an Excel document in C | 14 Sep 2005 13:40 GMT | 5 |
I have a C program written in Visual Studio .Net 2002. I have a text file with three fields and 2500 lines that I would like to print to an Excel document. How can this be done and what header file do I need?
|
| BrushTypeSolidColor gives transparency pattern | 13 Sep 2005 15:17 GMT | 1 |
I have a SolidBrush (GDI+) which gives a transparency pattern when I draw a polygon. The polygon gets divided into triangles with different levels of transparency even though I have set the transparency myself. How can I make it the same transparency over the whole polygon?
|
| Holding ref to managed dll from native dll | 13 Sep 2005 11:30 GMT | 3 |
I can't seem to find one spot on the net that specifies exactly what I need to do. Situation: Native dll needs to hold a static reference to a managed class in .net 2.0 (whidbey) which needs to hold a static reference to managed classes.
|
| Questions...??? | 12 Sep 2005 20:00 GMT | 1 |
my name is mujeeb. i have some questions about below mentioned program... main(){ char *c="main(){char *c=%c%s%c;printf(c,34,c,34);}" printf((c,34,c,34);}
|
| Is this a VC7.1 optimizer bug? | 12 Sep 2005 09:03 GMT | 3 |
I'm seeing a problem where with -O2 -Ob2 on, my compiled code loads the floating point value 1.0f on top of the floating point register stack (ST0), then calls some functions (which happens to call driver functions in the kernel), then later when it needs to assign the constant 1 ...
|
| How to declare enum using attribute in VC++ .Net? | 11 Sep 2005 00:24 GMT | 3 |
Using IDL, I can declare my enumeration like following, library MyAppLib { importlib("stdole32.tlb");
|