| Thread | Last Post | Replies |
|
| iostream | 29 Sep 2003 18:29 GMT | 1 |
Is there a way in VS.NET 2003 to use the old isotream.h headers instead of the new iostream headers.
|
| How to convert a string ("2001-10-09T18:04:00") to VT_DATE? | 29 Sep 2003 15:30 GMT | 1 |
I want to convert a string like: "2001-10-09T18:04:00" to VT_DATE (VT_R8), is there any existing function I could call to do this conversion? Thanks Jiong
|
| Afx Thread sleep? | 29 Sep 2003 09:14 GMT | 1 |
I have created a thread as shown below: myThread = AfxBeginThread(MyThreadProc, myCheck); But I'm trying to have this thread ("myThread") yield somehow. Is there a sleep() or yield() method that we can call specifically on an
|
| Question for VB using MFC | 28 Sep 2003 12:35 GMT | 1 |
I am a newbie for VC++. I would try to develop any COM file by VC.NET 2003 and using VB to control it. I write a testing program FTP service using ATL+MFC via lib CFtpConnection. For example "Download". I use CFtpConnection->Open function to get a remote
|
| samples of TAPI API in C# | 25 Sep 2003 10:58 GMT | 1 |
I have to develop an application which is based on TAPI API after a laborious search in msdn i have not found samples in Csharp I need help thanks
|
| GlobalMemoryStatus( ) function | 23 Sep 2003 08:33 GMT | 1 |
1. GlobalMemoryStatus( ) function is reporting Total Physical Memory only upto 2 GB. With /LARGEADDRESSAWARE option will fetch upto 4GB. But I found this might not work, if it is used in a DLL. Is
|
| VC6 exe, VC71 dll | 18 Sep 2003 15:51 GMT | 1 |
I have a version of ruby (the programming language) compiled with VC6. I am writing a .net bridge for it using magaed C++ extensions with VC71. My .net bridge is implemented as a .dll that is dynamically loaded at runtime by the ruby.exe program. I get the following error sometimes ...
|
| security/obfuscation question | 12 Sep 2003 20:06 GMT | 6 |
Our company is trying to write some code in C#/.NET that we don't want an end user to be able to see. The algorithms are not that complex, but are sensitive such that if a user could decompile them, they'd be able to bypass alot of things we don't want them to bypass.
|
| consuming vs6 static library in .net2003 unmanaged client | 10 Sep 2003 17:03 GMT | 1 |
I am using a static DLL in a client application say a console application , when the client application is executed in visual studio6.0 it's working fine when i built and executed the same client application in
|