|
First
|
Prev |
Next
|
Last
Pages: 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427
R6034 ... attempt to load the C runtime library incorrectly I am trying to run a command-line utility, "UTIL", on my laptop PC running WinXP-SP2. UTIL was written in Perl, so I installed ActivePerl 5.8.8.817 from ActiveState.com. UTIL also requires a couple of CPAN modules which I installed by using "nmake", which is "make" for Win32. This is a story of: try to run ... 5 Jul 2006 05:53
Project Ideas???? Im a beginner in visual c++. I need help regarding some topics for projects. I want to what all diiferent project ideas are there?????//// ... 4 Jul 2006 11:36
ISO conformance flags I've just started using Visual Studio 7. So far so good, but I can't seem to figure out what flags will give the strictest possible ISO standard conformance. I've started using /EHsc to support exceptions, but is that all I need? What flags should I be using? ... 7 Jul 2006 19:57
error PRJ0019: A tool returned an error code from "Registering ActiveX Control" Hi Friends, I am facing the a problem while trying to build a project which tries to register an ActiveX control. The build fails showing the message error PRJ0019: A tool returned an error code from "Registering ActiveX Control". I went thru some of the mails posted on the similar topics but i couldn't get t... 4 Jul 2006 06:37
How can I change the font of afxMessageBox? in C++ - MFC I'm trying to display a formated string using afxMessageBox, so the content will appear like a table, and for it to look ok, I need to change the font. How is it possible? ... 4 Jul 2006 06:37
A Bad design? Hi, I have a class called cDataObject which have such functions as getbyte, getword etc I set it as a template class with template<class T> class cDataObject { }; afterwards, I have such a thing template<class T> class cLoader : public cDataObject<T> { public: cLoader(); }; So when I instantiat... 4 Jul 2006 06:37
unexpected eof Dear All, I'm trying to write a C++ that reads in hexadecimal characters from a text file. For this I use the >> to read in a character at a time inside a while loop that waits for eof to be reached. I'm able to read in correctly about half my text file, then the program breaks out of the while loop. I presum... 4 Jul 2006 06:37
problems between versions I recently rewrote some code to compile and link on VS2005 from VS6, call it version 1 of the program. It now compiles and links under both VS6 and VS2005. I then branched this code to version 2 and now get errors in version 2 under VS6: D:\Program Files\Microsoft Visual Studio\VC98\Include\new(34) : error C2732... 4 Jul 2006 06:37
YAOHUSHUA THE WAY Y A O H Ú S H U A FACTS SHOCKING BUT TRUE! 1. The real, original and genuine Name of our Creator in the original Hebrew Holy Scriptures is 'YAO-HOO' and that of the genuine Messiah is 'YAO-HOO-SHUA.' (accented on the syllable 'hoo') 2. Salvation is found in nobody else for there is no other ... 4 Jul 2006 06:37
GetUserNameEx() refuses to work for me. Hi everyone! I am trying to obtain the current user's SID, by using a combination of GetUserNameEx() and LookupAccountName(), however, I keep receiving the error: error LNK2019: unresolved external symbol _GetUserNameExW(a)12 referenced in function "wchar_t const * __cdecl GetCurrentUsername(void)" (?GetCurrent... 28 Jun 2006 08:56 |