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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
embed IL-code in C++30 Mar 2004 02:38 GMT2
is it possible to embed il-code in C++ ?
(much like the _asm directive used in unmanaged C++).
If not, other ways to execute il-instructions ?
thnx
Bug in VC7.1?29 Mar 2004 23:11 GMT4
When compiling the following program in release mode I get
as output:
22
#include <iostream>
Finding Path to Source Files29 Mar 2004 22:36 GMT5
How can you find the location on the drive of your source files in Visual
Studio v7.1?
With v6.0 it was easy: Just right-click on a file name (or white space in
the editor), and select Properties.
Remote29 Mar 2004 20:30 GMT4
folks :
a) i am attempting to translate the following C# code into C++.  the
compiler complains about System.Runtime.Remoting.Channels.Tcp saying Tcp is
not part of the Channels namespace. Is there something special I have to do?
VC++ .NET 2002: Which Wizard/Template to Use to Get a Regular DLL and a non-MFC DLL of native C++ programming29 Mar 2004 20:15 GMT8
(1) In MSDN, there are lots of technical information about VC++ 6.0 programming of Regular DLLs, Extension DLLs and non-MFC DLLs, and some technical articles about mixed MC++ and native C++ DLLs.  I did not see the technical information about getting a regular DLL and a non-MFC ...
Can't find the DLL entry point29 Mar 2004 19:19 GMT1
I use the C++.NET to write a dll and call the dll using VB6
VC++ Code
BOOL APIENTRY DllMain( HANDLE hModule,
                      DWORD  ul_reason_for_call,
Need for function pointers29 Mar 2004 15:59 GMT6
I have been trying to understand function pointers for a while but not able to figure out why we really need a function pointer. I understand what it does but why do we need them, why cant we call the function itself
Sorry for the naive question but I am lost
Thanks.
Build an enterprise application for a customer with aprox. 100 Clients ???29 Mar 2004 11:11 GMT1
HI!!!
If you would happen to get the chance to build an enterprise application
for a customer with aprox. 100 Clients (.and increasing) which technology
and architecture would you choose. The security policy is pretty strong
call static method of template type29 Mar 2004 10:53 GMT7
is there a workaround for T::Parse (other than Convert::ChangeType) in the
following simplified template:
 template<class T>
 T GetConfig(String* key, T defaultValue)
Webservice call from extended stored procedure29 Mar 2004 09:36 GMT4
I'm trying to write an extended stored procedure that will call a webservice
First I wrote a console application and made the call
localhost::WsXpService* xsp = new localhost::WsXpService()
String* s = String::Copy(xsp->WsXpMethod2())
Using ScriptControl in C++/.NET29 Mar 2004 08:01 GMT1
I'm trying to use the MS ScriptControl in a C++/.NET application. However the Run() method that normally receives a string (function name) and a SAFEARRAY, is imported as System::Object __gc* Run( System::String __gc*, System::Object __gc*(__gc*) __gc[] )
How do I create and feed ...
Slow compile until reboot28 Mar 2004 22:28 GMT4
I compile a large application.  It's my full time job.
This c++ "native binary" application takes approx 22 minutes to build
(release build).
Occasionally, it will compile much slower.  It will take approx. 1.5 hours
fwrite() equivalent ?28 Mar 2004 18:41 GMT1
using .NET classes, how can you write a  'myobject' to a file with one
command, as in C :
   struct MyStruct
   {
Bug in RTL sscanf and strtok28 Mar 2004 17:05 GMT1
I tried to submit this as a bug, but the web page failed to work. I am using visual C++ 6 SP5. I am running on a Window ME machine with 128 megs, gigs of disk, PentiumII 400. I was developing code to parse text delimited by commas. It worked fine as long as none of the fields ...
SSH API for C++?27 Mar 2004 23:39 GMT2
Is there any free SSH API to use with C++?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 February, 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.