all groups > visual c libraries > september 2003
Question for VB using MFC
Posted by Eric at 9/26/2003 4:35:37 PM
Hi,
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
file replace to PutFile. Because I... more >>
Afx Thread sleep?
Posted by Shellszie1 NO[at]SPAM hotmail.com at 9/26/2003 2:19:15 AM
Hi,
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
AfxThread? If anyone has any clue how to make my newly cre... more >>
samples of TAPI API in C#
Posted by MM at 9/25/2003 10:46:06 AM
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
... more >>
iostream
Posted by nitro at 9/25/2003 12:09:36 AM
Is there a way in VS.NET 2003 to use the old isotream.h
headers instead of the new iostream headers.
... more >>
Check out this correction pack from the MS
Posted by Paul Joseph at 9/24/2003 4:16:33 AM
MS Partner
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to continue keeping ... more >>
unhandled exception in _CrtIsValidHeapPointer
Posted by Aravindakumar at 9/24/2003 1:04:24 AM
i am using a static library dll , for the static library i
am passing a reference of STL list( list of STL string )
which fills the list. when i clear the list in the client
side i am getting unhandled exception in
_CrtIsValidHeapPointer in dbgheap.c( the exception
occuring only in debug... more >>
GlobalMemoryStatus( ) function
Posted by Mahesh at 9/18/2003 5:45:43 PM
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
this information true?
2. GlobalMemoryStatusEx ( ) is not getting compiled from
VC++ 6.0 ... more >>
VC6 exe, VC71 dll
Posted by Thomas Sondergaard at 9/18/2003 12:10:45 PM
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 when I free me... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
question
Posted by John at 9/15/2003 3:22:25 PM
1. Can you perform selection or conditioning without using
any selection mechanism in c++? Can you perform such
things in any other programming language? Under what
conditions can this work in either case?
2. Write a C++ function myExponent(int base, int exponent)
that takes 2 intergers and... more >>
unresolved external symbol ___security_cookie
Posted by Olivier Lechenne at 9/15/2003 2:30:28 PM
I am converting some projects from VS 6.0 to VS .NET 2003 and I get a linker
error
error LNK2001: unresolved external symbol ___security_cookie or
error LNK2001: unresolved external symbol ___security_cookie
Does anybody knows where does this symbol comes from? Is it because I am
using a wr... more >>
problem static linking MFC C++
Posted by Tim Mulholland at 9/12/2003 12:22:03 PM
I am trying to "wrap" an MFC C++ class in Managed C++.
I am getting a System.NullReferenceException everytime i try to execute a
function.
I don't ahve a clue if i'm doing it right, but i'm trying very hard :)
Here is my code for the MFC/C++ Class:
class ActLib
{
public:
ActL... more >>
security/obfuscation question
Posted by Tim Mulholland at 9/10/2003 12:40:02 PM
Hello all,
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.
We've looked at... more >>
consuming vs6 static library in .net2003 unmanaged client
Posted by Aravindakumar at 9/10/2003 7:40:16 AM
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
unmanaged visual studio .net 2003 environmet it gives run
time error for functi... more >>
|