Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / September 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
INTERNAL ERROR & detailed error quotes23 Sep 2003 16:08 GMT1
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 GMT1
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 error22 Sep 2003 22:33 GMT1
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
loop22 Sep 2003 20:57 GMT3
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 error22 Sep 2003 20:48 GMT1
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 migration22 Sep 2003 16:47 GMT2
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 GMT1
I get an unexpected complaint from the compiler:
--------------------------
enum E {e0,e1};
template <class tx ,E ty> struct A;
Beep function22 Sep 2003 11:04 GMT1
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 files22 Sep 2003 09:36 GMT4
What is the best way of accessing info from ini files from VC++ (in VS.NET).
Error calling _AppDomain->CreateInstanceFrom method22 Sep 2003 03:46 GMT1
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 Project21 Sep 2003 03:58 GMT6
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() error20 Sep 2003 01:32 GMT1
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
Switch19 Sep 2003 21:13 GMT2
What am I Doing incorect? My choice value is 2, but for
some reason cout is not printing the message?
switch (choice)
{
Problem Creating Window19 Sep 2003 16:28 GMT3
When I create a window as follows
aWnd->hWnd = CreateWindowEx(WS_EX_CLIENTEDGE, strClassName, strWindowName,
dwStyle, 10, 10,
40,40,
Transparent Brush19 Sep 2003 10:09 GMT1
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
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 August, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.