| Thread | Last Post | Replies |
|
| Debugger error: Attempted to read or write protected memory | 26 Sep 2006 20:48 GMT | 2 |
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 problem | 26 Sep 2006 19:12 GMT | 4 |
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 \O2 | 26 Sep 2006 18:11 GMT | 3 |
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 Bitmap | 25 Sep 2006 20:48 GMT | 2 |
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++ dll | 25 Sep 2006 19:20 GMT | 7 |
If I compile the following code in my managed c++ dll... public ref class foo { public:
|
| language conflicts | 25 Sep 2006 17:14 GMT | 7 |
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 Function | 25 Sep 2006 15:18 GMT | 1 |
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 exe | 25 Sep 2006 13:58 GMT | 1 |
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 GMT | 5 |
What header do I need to include to use wcscpy_s in my app? Also is there an swprintf_s type function? Thanks!
|
| Network programming | 25 Sep 2006 08:46 GMT | 2 |
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 accessible | 25 Sep 2006 08:33 GMT | 2 |
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 2003 | 25 Sep 2006 07:19 GMT | 3 |
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 Memory | 25 Sep 2006 00:51 GMT | 1 |
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 HMODULE | 24 Sep 2006 09:11 GMT | 3 |
how do you convert HWND to HMODULE or if you have the HWND how do u get its HMODULE. regards Abhishek
|
| Float consistency | 24 Sep 2006 01:31 GMT | 4 |
float nanometers(long pm) { return pm / 1000.0f; }
|