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++ / September 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Debugger error: Attempted to read or write protected memory26 Sep 2006 20:48 GMT2
I have created an C++ application with Windows Forms, ADO and SQL server
2005. Now I need to change something and started debugging the code. Then
suddenly I receive an error.
"An unhandled exception of type 'System.AccessViolationException' occurred
VS 2005 project distribution problem26 Sep 2006 19:12 GMT4
Hi, I've made som applications with VS 2005 and now I try to distribute them
to another machine. This aint working unless that machine has also got VS
2005 installed.
I get an error that looks like this (translated from swedish): "This program
\Og instead of \O226 Sep 2006 18:11 GMT3
I am porting a Visual Studio 6 project to Visual Studio 2005 and am in the
process of determining which optimisation flags to use.
The project builds a server - so "Maximize speed" is the best option.
However this option appears to have a few unpleasant side effects namely
disposing or killing a reference to a Bitmap25 Sep 2006 20:48 GMT2
I have a "Plot" button the code associated with which (when Clicked) is
as follows
private: System::Void showPic_Click(System::Object *  sender,
System::EventArgs *  e)
Exposing template instances from managed c++ dll25 Sep 2006 19:20 GMT7
If I compile the following code in my managed c++ dll...
    public ref class foo
    {
    public:
language conflicts25 Sep 2006 17:14 GMT7
I bet that if there is a FAQ list in this forum, and if you ordered these
FAQ's such that the ten most posed were considered, then this would be one
of them:
What the heck are these:
Calling Exe Function25 Sep 2006 15:18 GMT1
I am able to call the function exported by Exe from a dll file
im getting the address of the function but whille calling that function im
getting access violation Error as bellow my code
Function Exported by EXE
Calling EXE Function Getting handle to calling exe25 Sep 2006 13:58 GMT1
I am able to call the function exported by Exe from a dll file
im getting the address of the function but whille calling that function im
getting access violation Error as bellow my code
Function Exported by EXE
wcscpy_s header file?25 Sep 2006 11:59 GMT5
What header do I need to include to use wcscpy_s in my app?  Also is there
an swprintf_s type function?  Thanks!
Network programming25 Sep 2006 08:46 GMT2
Assuming I stay clear of CLR / managed code as this is intended to be
optimized for speed as a Windows service, what is the best and easiest API
for TCP and UDP network programming? I've been told I should stay away from
MFC's CSocket because it's profoundly buggy... or something ...
Error C3767: candidate function(s) not accessible25 Sep 2006 08:33 GMT2
I have a single class without any inheritance over there, and I get
that error on its constructor which is an empty function:
LabelProcessor::LabelProcessor() {
}
.NET 2005 Project using DirectX can't find _Xran and _Xlen on conversion from .NET 200325 Sep 2006 07:19 GMT3
I am converting a project that uses DirectX and worked under VS.NET 2003.
Now when I convert the project to .NET 2005, there are linker errors for
_Xran and _Xlen as follows:
dx9.lib(WinConsole.obj) : error LNK2019: unresolved external symbol "public:
Free Memory25 Sep 2006 00:51 GMT1
I am looking for some documentation or info on when memory allocated by
malloc or new and not expressly freed by the program is freed back to the
system in terms of an application, it's dll modules, and their functions.
HWND to HMODULE24 Sep 2006 09:11 GMT3
how do you convert HWND to HMODULE or if you have the HWND how do u get its
HMODULE.
regards
Abhishek
Float consistency24 Sep 2006 01:31 GMT4
float nanometers(long pm)
{
   return pm / 1000.0f;
}
Pages: 1 2 3 4 5 6 7 August, 2006
 
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.