| Thread | Last Post | Replies |
|
| DLL Troubles | 25 Feb 2005 17:40 GMT | 4 |
I'm trying to write two managed C++ .DLL files for use in a project, and am running into some trouble that I'm not sure if it's something I'm doing wrong (this is my first time trying this) or if it's something VS .NET 2k3 is doing to me. My problems are this:
|
| I am so frusterated with how slow MSVC is | 25 Feb 2005 05:26 GMT | 12 |
I can't tell you how frusterated I and my coworkers are with "MSVC 7.1 .net 2003" (what am I supposed to call this thing anyway?). Compiling and linking take twice as long with "MSVC 7.1 .net 2003" than with MSVC 6. My coworkers are angry at "MSVC .net 7.1 2003" and they're angry ...
|
| #pragma unmanaged | 24 Feb 2005 22:07 GMT | 4 |
I am working on a mixed native/managed project involving DirectShow and am trying to decide how the modules should be partitioned. I am trying to understand the true affect of #pragma unmanaged in a managed project. From my research it seems that, assuming there are no ...
|
| Possible template parser bug | 24 Feb 2005 20:22 GMT | 4 |
this is a cut down version of some some template meta stuff that I have: /////////////////////////////////////////////////////// template< typename TL, typename TR >
|
| CAtlHttpClient and authentication | 24 Feb 2005 15:19 GMT | 1 |
Bonjour I use CAtlHttpClient to send parameters to a Linksys router by HTTP protocol (SNMP not activated by default). HTTP is password protected. I use Ethereal/WinPCap to trace exchange beetween PC and router.
|
| Grid | 24 Feb 2005 14:08 GMT | 2 |
????........... ?I?i?H?b??dialog ???[?@??grid ?r ?? ?Y?}??custom control ?r ?? ?????????D?r ........... ?N?Y???b???@??dialog ?????@??button pop up ???G?? dialog,
|
| Holding a file as a resource in a C++ .exe | 24 Feb 2005 12:23 GMT | 4 |
Many apologies if this is the wrong group; if anyone can suggest a better one please do. I need to write a very small C++ (Win32, not .NET) application that will essentially do a file copy after running some code to decide where to copy
|
| MTA vs STA ApartmentStates | 24 Feb 2005 11:53 GMT | 2 |
There are MTA and STA ApartmentStates at Thread documentation in MSDN. I could not understand the explanations in MSDN. Can you kindly explain the differences and advantages of using MTA or STA? MTA : Multi Threading
|
| Unable to use command line parameters | 24 Feb 2005 11:19 GMT | 1 |
This is the first time I am using managed cpp. However, I am unable to find how to get the command line parameters to the main function in both the console and the Application version. The IDE allows me to set command line values in Project Properties>Debug option.
|
| low speed logaritmith calculation | 24 Feb 2005 11:18 GMT | 5 |
In my application I am displaying bipmap image I am using the log10() function, but it takes very long time to display the image, the pixel array size is 1272x1003 pixels.
|
| "MSDN Events: Developer Community Seminars" not available for international users? | 23 Feb 2005 20:25 GMT | 1 |
Today I checked various MS links with *free* useful information for programmers, and will provide by the way at the end of this message for the rest of coders. :-) Anyway my question is about
|
| Query on vc++.net(Windows Forms Application) | 23 Feb 2005 19:51 GMT | 1 |
Hai, I am using vc++,net(Windows Forms application). I am able to open image on form. And i am able to draw a shape(line) on the image.
|
| Calling of dos.exe | 23 Feb 2005 19:45 GMT | 1 |
How do we create a windows user interface to call a dos.exe file? thanks -- wayne ------------------------------------------------------------------------
|
| Compile a plugin under VC++ win32 | 23 Feb 2005 19:14 GMT | 4 |
I've downloaded desquirr from sourceforge But it has no .vcproj file, it was initially compiled with Borland C++ 5.5. But as the type is a plugin (ple)
|
| Local variable addresses changing | 23 Feb 2005 19:03 GMT | 2 |
I have some weird behavior in a very large (500,000 line) program that I boiled down to a few lines: TCSensorMode::ProcessMeasurement() {
|