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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Bit of a unicode ish09 Nov 2004 16:05 GMT4
Having a bit of an ish with unicode.
Basically, I've discovered an encryption library on planetsourcecode that
does exactly what I want - it encrypts a string using a fairly (more than
just XOR) sophisticated method, using the functions in advapi32.lib, and can
C++ application creash after 1 minute09 Nov 2004 15:34 GMT1
I have a C++ MFC application which sometimes crashes exactly 1 minute after
starting the app. "sometimes" means maybe after the first start, maybe after
the tenth. The crash happens on Windows 2000 SP 4 but does not happen on
Windows XP. It happens only in release build, not in ...
Address of functions in Visual C++09 Nov 2004 13:10 GMT1
This is absolutely bizarre.
All I want is a simple address of a function... simple enough right.
extern "C" int WINAPI _tWinMain(
..
How to add a response file to the project dependences?09 Nov 2004 10:39 GMT2
I have a VC++.Net project. Project specific defines and include paths
are saved in an external file (response file). I use the file during
compilation giving it by means of the @ compiler option that is
provided through project properties: C/C++ -> Command Line ->
ftLastAccessTime isn't really Last Access Time ?09 Nov 2004 08:34 GMT1
My customer has asked for an email notification when a file has been sitting
in a directory for too long without being accessed.
Using FindFirstFile and FindNextFile the ftLastAccessTime IS NOT UPDATED if
a file is opened using notepad or InternetExplorer.   The LastAccessTime IS
getting a stack trace from a c++ exception09 Nov 2004 07:48 GMT1
Anyone know how to get a stack trace from a C++ exception? I'm using
unmanaged C++.
finding the typedef of unmanaged type in managed c++09 Nov 2004 07:46 GMT1
Hi,
I'm trying to use the __typeof operator to find the size of
CRYPTPROTECT_PROMPTSTRUCT in managed c++:
DWORD somesize = Marshal::SizeOf(__typeof(CRYPTPROTECT_PROMPTSTRUCT));
invoke http within VC++09 Nov 2004 06:30 GMT3
Hi, all,
   Anyone know how to issue a http request from VC or have a sample?
Thanks!!
Regards,
print compilation options08 Nov 2004 20:40 GMT1
Is there any way to get VS to print the compilation settings that it is
invoking as it is calling all the compiler tools, for instance
instead of
Compiling...
'CorBindToRuntimeEx' and STAThread attribute08 Nov 2004 20:04 GMT1
I am using ‘CorBindToRuntimeEx’ To create a runtime host and execute an
assembly:
hr = CorBindToRuntimeEx(. . .)
hr = spICorRuntimeHost->CurrentDomain(&spUnk);
generating static library08 Nov 2004 16:02 GMT3
(using 2005 beta 1 SDK)
what tool is used to link static libraries?
I am trying to create a static library, but when I run
link /out:"project1.lib" project1.obj
upgrade of .NET framework08 Nov 2004 12:59 GMT1
I downloaded SQLExpress from Microsoft and .NET Framework 2.0 Beta too. I
removed previous version of .NET Framework and installed the new one
according to the instructions on the web. But, I can not open one single
existing project in .NET visual studio any more. The obvious ...
Problem accessing a c# soap service from an atl/mfc client using SSL08 Nov 2004 11:16 GMT1
I have some problems accessing a soap service made in c# using an
ATL/MFC client over SSL. I have tried both CSoapMSXMLInetClient and
CSoapWininetClient as template arguments with my stub class.
The service is returning with the error code: -2147467259. I have not
"Round-robin" way of multithreading08 Nov 2004 08:28 GMT1
I was checking .NET multithreading lately, and my book mentions that the
 thread scheduler provides quantoms of a time to each thread in "round
robin" fashion.
Is there any on line reference about it? I suppose it is just a circular
Difference between background thread and foreground thread08 Nov 2004 08:26 GMT1
In .NET, what happens when a background thread and a foreground thread
have the same priority (e.g. Normal). Do they share the same processor time?
Signature

Ioannis Vranos

Pages: 1 2 3 4 5 6 7 8 9 10 October, 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.