Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Visual C++ Language | Forum profile

Forum profile page for Visual C++ Language on http://msdn.microsoft.com. This report page is the aggregated overview from a single forum: Visual C++ Language, located on the Message Board at http://msdn.microsoft.com. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "Visual C++ Language" on the Message Board at http://msdn.microsoft.com is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: MSDN Forums - Visual C++ Language (site profile, domain info microsoft.com)
Title: Visual C++ Language
Url: http://social.msdn.microsoft.com/Forums/en-US/v...
Users activity: 3 posts per thread
Forum activity: 143 active threads during last week
 

Posting activity on Visual C++ Language:

  Week Month 3 Months
Threads: 143 685 1,970
Post: 371 1,756 5,945
 

Visual C++ Language Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Brian Muth
22
user's latest post:
Help .. Is VC++ support Syamban...
Published (2009-12-21 23:35:00)
VC++ generates an executable image that can only be loaded in a Windows environment. So the answer is a pretty flat no. On the other hand, you can create a Windows environment on a Linux box using a virtualation tool like VMWare, but I don`t think that is what you are after. Whether WINE is another solution for you is a question to be asked in a Linux forum.
chong kyong kim
19
user's latest post:
Help: another constructor...
Published (2009-12-22 09:25:00)
Hi Bio Having read your article very carefully, I have tested your deas and understanding of throw-try-catch in a simple sample program.  If I am right, you have got a little thing wrong.  Have a look at the program below and give me your comments please.  I am sure that you know what I am talking about.  It is so difficult to learn from these guys in this forum.  They always give me half truth and...
Lim Bio Liong
15
user's latest post:
Help: another constructor...
Published (2009-12-22 06:32:00)
Hello Chong, Thanks, it's a pleasure and I hope it will make things a little clearer.  - Bio.
Gennady46
14
user's latest post:
VISUAL C++ HOW TO COPY A .EXE...
Published (2009-12-21 01:10:00)
Hi, I used URLDownloadToFile function, it correctly worked only for .txt and .html files. But when I tried .exe files it did copy but incorrectly. Can anyone tell me if there is such a function like CopyFromUrlToFile or something like that? Thanks in advance, G.G.
ildjarn
14
user's latest post:
Learning to create a simple...
Published (2009-12-21 23:53:00)
double a, b; if ( double ::TryParse(textBox1->Text, a) && double ::TryParse(textBox2->Text, b)) textBox3->Text = (a + b).ToString();
SimonRev
13
user's latest post:
.
Published (2009-12-21 11:58:00)
Just a little thought on etiquette, Rishi -- you had a legitimate question.  Now, it may have been one of those "kick me" type questions where you cannot believe you didn't know the answer once it was given (I have asked several like that on this forum)  However, rather than edit your post to hide the question, it would have been nicer to simply mark Dave's post as the answer.
Nikita Leontiev
12
user's latest post:
Sample control is not working in...
Published (2009-12-22 11:36:00)
Duplicate of  http://social.msdn.microsoft.com/Forums/en-US/vclanguage/thread/ee0ffdf8-587f-4068-a92a-0f82d18aa10e
davewilk
10
user's latest post:
Dll using object in static lib...
Published (2009-12-21 15:38:00)
Projects that do not use MFC can use "Standard Windows Libraries". Note that /MTd is only for debug build. For release build, use /MT.
Igor Tandetnik
10
user's latest post:
How can use CLucene for Multiple...
Published (2009-12-22 08:55:00)
Megaau wrote: >  I want to know that how can i search multiple word using CLucene library ? Why don't you ask CLucene support? http://sourcefor ge.net/projects/clucene/support -- Igor Tandetnik
Rong-Chun Zhang
10
user's latest post:
Upload to aws s3 using VC++
Published (2009-12-21 10:54:00)
Hello Megaau, I believe that the most appropriate place ask question about Amazon Web Services is Amazon Support Center, as AWS is owned by Amazon and a lot of people familiar with AWS are live there. Thanks, Rong-Chun Zhang
 

Latest active threads on Visual C++ Language::

MSDN Forums
Started 4 days, 4 hours ago (2009-12-22 11:36:00)  by Nikita Leontiev
Duplicate of http://social.msdn.microsoft.com/Forums/en-US/vcla nguage/thread/ee0ffdf8-587f-4068-a92a-0f82d18aa10e
Thread:  Show this thread (2 posts)   Thread info: Sample control is not working in IE7 Size: 261 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Sample control is not working in IE7 :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 1 week, 1 day ago (2009-12-18 06:24:00)  by davewilk
If you do clock t3; then you need a default (no-argument) constructor. If you have no user-defined constructors, a default constructor is automatically generated by the compiler. But if you do have any user-defined constructors, then you must define a default constructor if you need one. clock(unsigned int i=0) effectively gives you a default constructor thats sets tot_secs ...
Thread:  Show this thread (18 posts)   Thread info: Help: another constructor problem in C++ Size: 1,933 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help: another constructor problem in C++ :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 4 days, 7 hours ago (2009-12-22 08:55:00)  by Igor Tandetnik
Megaau wrote: > I want to know that how can i search multiple word using CLucene library ? Why don't you ask CLucene support? http://sourcefor ge.net/projects/clucene/support -- Igor Tandetnik
Thread:  Show this thread (2 posts)   Thread info: How can use CLucene for Multiple words Size: 389 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How can use CLucene for Multiple words :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 4 days, 8 hours ago (2009-12-22 08:13:00)  by Igor Tandetnik
karthiksharma wrote: > /* get the logged on user token*/ > ImpersonateLoggedOnUser(hPToken); > char* path = (char*)malloc(1024*sizeof(char)); > > /* do some use full work */ > RevertToSelf(); > if (path != NULL) > free(path); > > > > In the above code, after impersonating as a logged on user i allocated memory to path (now path is in context of the ...
Thread:  Show this thread (6 posts)   Thread info: IS memory allocation and de-allocation depends on the user context? Size: 1,023 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: IS memory allocation and de-allocation depends on the user context? :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 3 months ago (2009-09-23 13:52:00)  by Sheng Jiang 蒋晟
0 Sign In to Vote
Thread:  Show this thread (23 posts)   Thread info: CDHtmlDialog::Navigate steals focus Size: 1,527 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: CDHtmlDialog::Navigate steals focus :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 4 days, 11 hours ago (2009-12-22 05:16:00)  by Nibu Thomas
EnumPrinters
Thread:  Show this thread (3 posts)   Thread info: Enumerate all the Connected Printers And Faxes Size: 164 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Enumerate all the Connected Printers And Faxes :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 4 days, 17 hours ago (2009-12-21 23:35:00)  by Brian Muth
VC++ generates an executable image that can only be loaded in a Windows environment. So the answer is a pretty flat no. On the other hand, you can create a Windows environment on a Linux box using a virtualation tool like VMWare, but I don`t think that is what you are after. Whether WINE is another solution for you is a question to be asked in a Linux forum.
Thread:  Show this thread (3 posts)   Thread info: Help .. Is VC++ support Syamban OS ??????????????? Size: 398 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help .. Is VC++ support Syamban OS ??????????????? :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 1 week, 3 days ago (2009-12-16 11:40:00)  by «_Superman_»
Try putting a Sleep call after MCIWndClose . The close probably takes some time to close the file before which you're try to open it using CFile .
Thread:  Show this thread (4 posts)   Thread info: MCI Close leaves the file hanged on. Size: 231 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: MCI Close leaves the file hanged on. :: Visual C++ Language :: MSDN Forums"
MSDN Forums
Started 4 days, 21 hours ago (2009-12-21 18:59:00)  by Eyla7
Sorry I mention C# above by mistake and I meant C++ instead. Thank you,
Thread:  Show this thread (5 posts)   Thread info: Access data passing through the networkcard using C++ Size: 159 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Access data passing through the networkcard using C++ :: Visual C++ Language :: MSDN Forums"
 

Hot threads for last week on Visual C++ Language::

Visual C++ Language
Started 1 week, 1 day ago (2009-12-18 06:24:00)  by davewilk
If you do clock t3; then you need a default (no-argument) constructor. If you have no user-defined constructors, a default constructor is automatically generated by the compiler. But if you do have any user-defined constructors, then you must define a default constructor if you need one. clock(unsigned int i=0) effectively gives you a default constructor thats sets tot_secs ...
Thread:  Show this thread (18 posts)   Thread info: Help: another constructor problem in C++ Size: 1,933 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help: another constructor problem in C++ :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 1 week ago (2009-12-19 12:11:00)  by Lim Bio Liong
Hello Chong, I've taken a look at your program and here are some comments : >> I assume that anything which invokes a (copy) consutrctor invokes a destructor on block exit. Comment : it is better to state generically that whenever an instance of any class is created, a constructor is always invoked. Whenever an instance (of a class) goes out of scope (rather than on block exit), the class...
Thread:  Show this thread (18 posts)   Thread info: Help: contructor and destructor in C++ Size: 2,509 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Help: contructor and destructor in C++ :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 1 week, 2 days ago (2009-12-17 11:38:00)  by El Majdouli Kamal
Hello! One simple solution is to redesign GetPluginDescription like this : void Herp::GetPluginDescription(char * buf, int maxsize=64); void Herp::GetPluginDescription(char * buf, int maxsize) { snprintf(buf, maxsize, "%s, %s" , name, author); } Regards
Thread:  Show this thread (9 posts)   Thread info: Good practices: returning address of local or temporary variable
workarounds Size: 566 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Good practices: returning address of local or temporary variable
workarounds :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 1 week ago (2009-12-19 02:55:00)  by dumitru.pisarciuc
and be sure that benchmarking the release version, the array and the loops are not excluded by compiler (with full optimization) Marked As Answer by Amare1982 4 hours 38 minutes ago
Thread:  Show this thread (8 posts)   Thread info: C++ Vector vs Array (Time) Size: 681 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: C++ Vector vs Array (Time) :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 1 week ago (2009-12-19 15:13:00)  by SimonRev
Well those manipulators are used to change the default formatting of floating/double values when displayed with one of the iostream classes. Because sometimes people need to display data in either a fixed point or scientific format they are needed. As to how they are used, I would have to look it up. Personally I don't care for iostreams for most of my data formatting. To me it feels like ...
Thread:  Show this thread (8 posts)   Thread info: Fixed and Scientific [query] .. Size: 756 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Fixed and Scientific [query] .. :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 1 week, 1 day ago (2009-12-18 01:15:00)  by Scott McPhillips
void MYTRACE(LPCTSTR lpszFormat, ...) { va_list args; va_start(args, lpszFormat); TCHAR szBuffer[512]; int nBuf = _vsnprintf(szBuffer, 512, lpszFormat, args); va_end(args); } It's called variable argument lists. _vsnprintf accepts variable arguments (...) The MSDN page for _vsnprintf has an example of forwarding the parameters from your own variable argument function.
Thread:  Show this thread (7 posts)   Thread info: Forwarding discreet parameters Size: 469 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Forwarding discreet parameters :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 5 days, 4 hours ago (2009-12-21 12:05:00)  by Geert van Horrik
What makes you think that MFC is not required? The reason why it is working when you select "Use MFC in a static library" is because it is linked into the dll itself. If you use "shared library", the library needs to be on the target computer as well. Selecting "shared" is only nice if you have multiple binaries using MFC, and you don't want them all to grow appr. 1 mb in size because of ...
Thread:  Show this thread (7 posts)   Thread info: Why would a non-MFC DLL need to be compiled to “Use MFC in a Static
Library” in order to reference it in VB? Size: 828 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why would a non-MFC DLL need to be compiled to “Use MFC in a Static
Library” in order to... :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 1 week, 1 day ago (2009-12-18 16:14:00)  by jinzai
Sounds like your environment settings are not valid when you are using NMAKE like that. iirc, there is a file called cvars.bat, or something like that for this purpose. Marked As Answer by Ahlyis 16 hours 18 minutes ago
Thread:  Show this thread (6 posts)   Thread info: How to use NMAKE from MSVC++ 1.52 - Getting fatal error C1083: Cannot open
include file Size: 718 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: How to use NMAKE from MSVC++ 1.52 - Getting fatal error C1083: Cannot open
include file :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 4 days, 8 hours ago (2009-12-22 08:13:00)  by Igor Tandetnik
karthiksharma wrote: > /* get the logged on user token*/ > ImpersonateLoggedOnUser(hPToken); > char* path = (char*)malloc(1024*sizeof(char)); > > /* do some use full work */ > RevertToSelf(); > if (path != NULL) > free(path); > > > > In the above code, after impersonating as a logged on user i allocated memory to path (now path is in context of the ...
Thread:  Show this thread (6 posts)   Thread info: IS memory allocation and de-allocation depends on the user context? Size: 1,023 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: IS memory allocation and de-allocation depends on the user context? :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 5 days, 2 hours ago (2009-12-21 13:39:00)  by CPPPerson
Hi, I will try to keep the question simple and in simple terms. Please don't be offended if I oversimplify, I just want this to be clear. I have a static lib (uses MFC in static lib, runtime library /MTd). It has an object in it that uses MFC. Call this A. In the same solution, I have a dynamic dll (Uses MFC in a shared dll, runtime library /MDd). This dll has a class (object) B. Now, B needs ...
Thread:  Show this thread (6 posts)   Thread info: Dll using object in static lib (C++) Size: 1,102 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Dll using object in static lib (C++) :: Visual C++ Language :: MSDN Forums"

This page was found by:   ClassesAllowedInStream  atlcom.h ClassesAllowedInStream  ClassesAllowedInStream error