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++ / August 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
pdb file oversize29 Aug 2004 19:09 GMT1
In my project, once the pdb file increases up to 65kB, my project cannot be linked successfully. VC Shows that LINK : fatal error LNK1201: error writing to program database "my_project.pdb"; check for insufficient disk space. Of coz, my hard disk has enough disk space (>1GB). I ...
creating array of objects ??29 Aug 2004 10:34 GMT3
to create an array of 2 objects (e.g. of type '__gc class Airplane') I need
to do :
Airplane * arrAirplanes __gc[] = new Airplane* __gc[2];
arrAirplanes[0] = new Airplane("N12344");
__stdcall and name decoration28 Aug 2004 23:34 GMT1
I am wondering how it is that all of the windows base dlls, like
kernel32.dll specify that all of their functions are __stdcall and yet the
exported names from the dll are not decorated with the preceeding underscore
and following @ parameter byte count.
HOWTO:  get some of the "not included" stuff when using the Visual C++ Compiler Tookit 200327 Aug 2004 23:10 GMT5
Firstly, to get msvcrt.lib, install the .NET framework SDK. The version of
msvcrt.lib included there is the exact same one as comes with Visual Studio
.NET 2003.
There are some other things that might be usefull (e.g. the debug version
Does VC++.Net support C99 standard?27 Aug 2004 23:09 GMT4
Does VC++.Net support C99 standard?
vcbuild and visual C++ compiler toolkit 200327 Aug 2004 20:33 GMT11
Is it possible to use vcbuild with the free MS compiler toolkit, as in can
someone with just the MS toolkit and no access to a copy of Visual Studio
itself use vcbuild to compile a Visual Studio .NET 2003 project?
Assuming it is possible, I can then work on getting my specific ...
CStrings and managed Code27 Aug 2004 18:54 GMT1
I have an application in which some unmanaged classes are being pulled
into a Managed Windows Form application.  The umanaged class has a
number of CString variables.
When I link the program, I get the following error:
Using vcbuild to compile/link files from MSVC.NET 7.127 Aug 2004 16:18 GMT5
(apologies for the new thread - for some reason google news doesn't
give me the option to reply to an earlier vcbuild.exe thread)
I'm trying to build a C++ project that was originally created in
MSVC.NET 7.1 by using MS C++ Toolkit 2003 and the vcbuild.exe helper
Opening LPT port in C++27 Aug 2004 12:10 GMT3
I've posted earlier a question regarding the call to GetCommState.
Here is the code for the function.
The problem is that GetCommState always returns false!!
Why?
Why does Managed DLL export so many unmanaged symbols?27 Aug 2004 05:06 GMT1
I'm trying to create a hybrid Managed/unmanaged C++ DLL that uses ATL
and wraps some of DirectShow.
When I add a reference to that Managed C++ DLL in another managed
project, I end up "polluting" my namespaces will all sorts of
managed extension does not register (regsvr32) .. please help26 Aug 2004 21:14 GMT1
In some of the development computers the COM DLLS with managed
extension turned on (even though there are no .NET projects in its add
reference) is not able to register. regsvr32 hangs up, it does not
even return a failure message. It starts registering as soon as I turn
vc++ .net 2003 ide is killing itself ?26 Aug 2004 15:13 GMT4
I am starting up Visual C++ .net 2003.  When I load any project,
it dies with the following error message:
Runtime Error !
Program:  ...Microsoft Visual Studio .NET 2003\Common7\IDE\devenv.exe
Debugger error: symbol file could not be found26 Aug 2004 04:57 GMT2
I would appreciate if somebody could assist me with an error message I
am getting from the Microsoft WinDbg 6.3 debugging tool. I am not
familiar with it, since I have just downloaded it. However, I did check
the compiler (cl.exe) and linker (link.exe) documentation for the
How can I access an URL through the code26 Aug 2004 04:46 GMT2
In my program, I should be able to access URL using the code in VC++/VB.
I would appreciate if anybody can provide a sample code.
--
ssunderk
how to build a Visual C++ import library26 Aug 2004 01:19 GMT1
I am looking for a way to build a Visual C++ import library for a .DLL I
dont have source code to.
How can I do that?
Pages: 1 2 3 4 5 6 7 8 9 10 11 July, 2004
 
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.