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++ / October 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Security vulnerability caused by MSDN page for sscanf17 Oct 2005 14:52 GMT1
Page
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_crt
_sscanf.2c_.swscanf.asp

says:
> Security Note   When reading a string with sscanf, always specify a width
How can a .rc file be converted to .resx?17 Oct 2005 09:22 GMT4
Not sure if this question was posted before.
When I loaded an app.rc file from VC++ 6.0 to VC .NET 2003, I can see
all screens in resource view. But when I right-clicked and did 'add a
class' and tried to attached a class to a dialog or screen, I found out
Link error17 Oct 2005 08:58 GMT1
I have the ff link errors. Anyone know which libs are required?
error LNK2019: unresolved external symbol __beginthreadex referenced in
function "public: int __thiscall CWinThread::CreateThread(unsigned
long,unsigned int,struct _SECURITY_ATTRIBUTES *)"
unable to start debuging16 Oct 2005 21:13 GMT2
I have WinXP Home Edition and VC++ 2002. I have execute command: Debug->Start
without debbuging or Debug->Start and VC++ send messages:
Access is denied. Verify taht you are administrator or a memeber "Debuger
Users" group on the machine you are trying to debug.
ArrayList interop16 Oct 2005 17:01 GMT1
I've got the following problem: I need to create a special Dll that is based
on MFC, but also includes also managed code (which works fine and isn't a
problem). The problem occurrs in the following:
struct TRANSFER {
How to read a text file with wide characters?16 Oct 2005 15:06 GMT4
I have a text file with wide characters. I use the following C++ code to read
them in. However the wide characters are not read in properly. What is wrong?
   String* path = "C:\\Documents and Settings\\kst\\BE.dat";
   try
How to add a new registry key of type string  to registry16 Oct 2005 11:38 GMT2
hai,
         i am developing an vc++ application.
         For this application i have to create a new string type key in the
registry.
Custome paper size in VB.NET16 Oct 2005 11:26 GMT1
Do anyone know how to create custom paper size for printer using VB.NET?
Do I have to use API? How to do this?
Please post some examples.
Share question16 Oct 2005 00:00 GMT1
I defined the following linked list in pure C++ (an unmanaged dll):
struct Teststruct{
   ULONG mydata;
   std::vector<CString> mystrings;
repository question15 Oct 2005 22:37 GMT2
I am using CVS as my file repository for some VC projects.
Does any one know which of the solution related files I need to store:
i.e., do I need to store the files with these extensions:
*.suo
C programming interface for .NET based Library15 Oct 2005 07:17 GMT3
We have a .NET library having .NET remoting based programming interface
developed using VC++.NET (VS 2005 Beta2).
We want to provide C interface for a legacy application. Is it possible?
If yes, what would be the best approach?
Esay Problem about "std::getline"15 Oct 2005 04:10 GMT2
i use std::getling to read a line in unicoude file to buffer,like:
WCHAR buf[100]
wifstream in;
std::getling(buf,in,100);
anonymous methods in c++/CLI14 Oct 2005 15:37 GMT2
In c# 2.0 I can do:
myButton.Click += delegate(object sender, EventArgs e)
{
    MessageBox.Show(((Button)sender).Text);
Bug fixes between versions of Visual C++ libraries14 Oct 2005 15:10 GMT1
I am looking for a list of bug fixes between MFC 6.0 and MFC 7.0 and MFC 7.1
and bug fixes between ATL 3.0, 7.0 and 7.1. When I developed using the Sun
C++ compiler there was a set of release notes that identified bug fixs and
known issues. I cannot find a similar thing for MFC ...
Update on C++/CLI14 Oct 2005 09:51 GMT3
Any late-breaking updates on C++/CLI docs or books?  I've been waiting
for Lippman's book, listed as published in September, but it looks
like it's not available.
My primary project is conversion of a VS2003 wrapper for a legacy
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 September, 2005
 
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.