| Thread | Last Post | Replies |
|
| Managed Code and Unmanaged Code Inter-Process Communication for Wi | 21 Jun 2006 17:34 GMT | 1 |
I have an ActiveX control that is hosted by a C# webbrowser control. The activex is written in C++ and I need a way to communicate between the activex and other c# applications or c++ applications for multithreading. Can someone give me some hints?
|
| String data not properly read from Windows Registry | 21 Jun 2006 05:43 GMT | 3 |
i have made a Key under the HKEY_LOCAL_MACHINE\Software\My Toolbar\Setting. i have placed some values under the Setting key. i m trying to access the values under that key and want to map them to
|
| MOVDQA generated for unaligned address | 20 Jun 2006 21:08 GMT | 1 |
Using Visual Studio 2005 C++ compiler, I am getting a MOVDQA(in x64 mode) generated on an unaligned stack address. I actually have a debug screen shot showing RSP being set correctly at the start of the function. Here is the code:
|
| Can we link libraries built with AMD64 SDK into vc8 win64 project? | 20 Jun 2006 16:38 GMT | 3 |
We have several 64-bit libraries here built with vc7, AMD64 SDK. I'm wondering if it is OK to link them into vc8 win64 project. What are potential issues? Thank you,
|
| LoadLibrary question | 19 Jun 2006 18:09 GMT | 6 |
Could anyone please let me know if it is possible to load a library which has been built with a /MD compiler witch into an exe which has been build with a /ML compiler switch using 'LoadLibrary'? I am sure that it can be done, but I want to know what will be the
|
| differences in code, please explain | 19 Jun 2006 16:42 GMT | 5 |
can anyone explain to me why vc++ managed use this s= gcnew Socket( AddressFamily::InterNetwork,SocketType::Stream,ProtocolType::Tcp );
|
| Get Server variables from within a COM | 19 Jun 2006 07:58 GMT | 2 |
I've a web application written in ASP.Net. I'm calling a COM component from it. Is there any way I can get the Server variables or Session variables of that web application from within this COM. Regards
|
| Software controlled Microscope | 17 Jun 2006 21:08 GMT | 1 |
I am involved in a project that requires software control of a microscope. Particularly of interest, we would like to be able to control the 'beam' of the microscope on and off in the matter of ms using software written in VC++. However, as I am no software developer,
|
| MFC source code | 17 Jun 2006 20:55 GMT | 1 |
I recently attempted to install VC++ 6.0 SP6, but decided to reinstall the original program from scratch, after my program began to crash during debugging. Now when I try to debug my application, it won't let me step into MFC functions, which makes it pretty much impossible to
|
| LNK1104: 'LIBCD.lib' Error when compiling NVIDIA's SDK with Visual Studio 2005 | 17 Jun 2006 20:53 GMT | 1 |
I'm trying to compile the source code for the demos that comes with NVIDIA's SDK using Visual Studio 2005, however whenever I try to build them I get a large number of unresolved external errors or "LNK1104: cannot open file 'LibCD.lib'" I'm currently trying to get 'gpgpu_fluid'
|
| Compilation problems with vc++ | 17 Jun 2006 17:00 GMT | 1 |
This is the compilation errors which I am getting when I compiling the code with VC++ 6.0. The same code is getting compiled in Linux OS. I would like to know how this compiler error can be eliminated? d:\vasant\mysys\encoder\events.cpp(40) : error C2511: 'Register' :
|
| confused by some vc++.net documentation | 17 Jun 2006 10:17 GMT | 2 |
i found this extract regarding vc++.net express edition from MS. Quote: Make certain that you edit the Text property and not the (Name) property beneath the Design category, which also displays the value
|
| pass a value from unmanaged code to managed code | 17 Jun 2006 07:36 GMT | 4 |
Im very new to coding in C++ so use to coding in C#. My question is how to pass some values (string) from unmanaged code to managed code. I have two source files on a win32 console application one I used #pramga managed to change to managed code but I need to get the values from ...
|
| Debug information in the .dll and .exe | 16 Jun 2006 16:21 GMT | 5 |
I am trying to port a program from Visual Studio C++ 6 to Visual Studio 2005. The program I am trying to port over interacts with another program call UI. UI opens up the .exe reads in the DOS header, Windows NT header and the debuging symbols that used to be in the .exe but are ...
|
| DLL dependencies | 16 Jun 2006 16:11 GMT | 2 |
How can I get a list of DLL dependencies from an EXE? I have some older VC++ 6.0 apps and I need to compare DLL dependencies vs. re-writes/re-compilations in VC++ 7.1. Thanks
|