| Thread | Last Post | Replies |
|
| INTERNAL ERROR & detailed error quotes | 23 Sep 2003 16:08 GMT | 1 |
Oh, I forgot to list the error messages; I would be delighted if someone could explain how to deduce which line number in which file is the one that the VC compiler cannot handle. Actually I'm using C#, but the only post I could find about INTERNAL ERROR had an annotation
|
| Mix MSVCRT.DLL and MSVCPRT.DLL ? | 23 Sep 2003 15:59 GMT | 1 |
I know it's not a good idea to use both msvcrt.lib and msvcrtd.lib in your project, and the same goes for msvcprt.lib and msvcprtd.lib. But is it ok to use both msvcrt.lib and msvcprt.lib? Or both msvcrtd.lib and msvcprtd.lib?
|
| cause of msvcrtd.dll error | 22 Sep 2003 22:33 GMT | 1 |
I have an application which can run in windows 2000 professional, but it always gives me "msvcrtd.dll not found error" in the other with same operating system. I don't
|
| loop | 22 Sep 2003 20:57 GMT | 3 |
I have I do while ((choice==1)||(choice==2)||(choice==3)); loop where I am sking a user to enter appropriate value 1,2,3. If user enters incorrect value I want then to see the main menu.
|
| C3767 error | 22 Sep 2003 20:48 GMT | 1 |
I received this error while compiling OSE 6.0 with MSVC7.1 (it compiles with MSVC7.0). otcbitset.cc ../include\OTC\collctn\strgactn.hh(45) : error
|
| .NET migration | 22 Sep 2003 16:47 GMT | 2 |
I have the C++ exe created with Microsoft Visual Studio 6.0. Now have ported the code to Microsoft Visual Studio 7.0. to compile with /clr extension ON; as the exe uses some managed code components. The project compiles fine in both Debug and Release version. It also
|
| VC71 bug ? (partial template spezialization) | 22 Sep 2003 15:03 GMT | 1 |
I get an unexpected complaint from the compiler: -------------------------- enum E {e0,e1}; template <class tx ,E ty> struct A;
|
| Beep function | 22 Sep 2003 11:04 GMT | 1 |
I need function that generates simple tone with frequency 1562.5 HZ to be played on the audio device for duration 1920 microseconds. i can not use the Beep function since it has the following
|
| ini files | 22 Sep 2003 09:36 GMT | 4 |
What is the best way of accessing info from ini files from VC++ (in VS.NET).
|
| Error calling _AppDomain->CreateInstanceFrom method | 22 Sep 2003 03:46 GMT | 1 |
hResult = pDefaultDomain->CreateInstanceFrom( pAppDomain-
>m_bstrLoadAssemblyName, pAppDomain->m_bstrManagedClass, &pObjectHandle ) This call gives the E_ACCESSDENIED return value. I have
|
| How to use ISAXXMLReader in ATL Server Web Service Project | 21 Sep 2003 03:58 GMT | 6 |
In my current ATL server project, I have to parse the input in the client application's request to find out the different combination of parameters, instead of using SOAP. For this reason, I am not using ATL server
|
| ifstream::tellg() error | 20 Sep 2003 01:32 GMT | 1 |
I am reading in image files in a program and I read in the header in ascii mode and the data in binary mode. The problem is, sometimes tellg() gives me a completely incorrect result and sometimes it is just fine. It is
|
| Switch | 19 Sep 2003 21:13 GMT | 2 |
What am I Doing incorect? My choice value is 2, but for some reason cout is not printing the message? switch (choice) {
|
| Problem Creating Window | 19 Sep 2003 16:28 GMT | 3 |
When I create a window as follows aWnd->hWnd = CreateWindowEx(WS_EX_CLIENTEDGE, strClassName, strWindowName, dwStyle, 10, 10, 40,40,
|
| Transparent Brush | 19 Sep 2003 10:09 GMT | 1 |
Is there anyway to make a transparent brush with C++? For example I want to make a brush that has a color of red with a 50% tranparency. Thanks Marcus de Leon
|