| Thread | Last Post | Replies |
|
| embed IL-code in C++ | 30 Mar 2004 02:38 GMT | 2 |
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 GMT | 4 |
When compiling the following program in release mode I get as output: 22 #include <iostream>
|
| Finding Path to Source Files | 29 Mar 2004 22:36 GMT | 5 |
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.
|
| Remote | 29 Mar 2004 20:30 GMT | 4 |
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++ programming | 29 Mar 2004 20:15 GMT | 8 |
(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 point | 29 Mar 2004 19:19 GMT | 1 |
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 pointers | 29 Mar 2004 15:59 GMT | 6 |
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 GMT | 1 |
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 type | 29 Mar 2004 10:53 GMT | 7 |
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 procedure | 29 Mar 2004 09:36 GMT | 4 |
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++/.NET | 29 Mar 2004 08:01 GMT | 1 |
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 reboot | 28 Mar 2004 22:28 GMT | 4 |
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 GMT | 1 |
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 strtok | 28 Mar 2004 17:05 GMT | 1 |
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 GMT | 2 |
Is there any free SSH API to use with C++?
|