| Thread | Last Post | Replies |
|
| Callback functions in c++ with managed extensions | 23 Feb 2007 17:26 GMT | 7 |
This may seem like a Shell question, but I believe it belongs here. I'm trying to make a wrapper class for the SHBrowseForFolder function. This function provides for a callback to your code for certain situations. I've done this in c# but can't seem to get it to work here.
|
| I am a fresh Visual C++ .NET Developer. Convert char[1024] to System::String | 22 Feb 2007 21:55 GMT | 3 |
I am a fresh Visual C++ .NET Developer. Can you kindly guide me for How to Convert char[1024] to System::String I am using windows forms and trying to set a text value referencing the method className() of an object of class HetConvert (my own) this
|
| CLI compilation problem | 22 Feb 2007 16:53 GMT | 2 |
I have a strange issue. I'm pretty sure it's just some strage configuration issue. I have a solution with a couple CLI projects, and a couple unmanged c++ projects. When I clean, and rebuild the build breaks. During this build I see it copying the files it has a
|
| VC2005 C++/CLI VB.NET byref unmanaged interop | 22 Feb 2007 16:21 GMT | 3 |
Hi. Just joined this group and I don't think this had been addressed before.. I have a VB.NET class library assembly "xyz.dll" that I want to access from some unmanaged code in an MFC DLL (contained in a cpp file
|
| RC2104 error on #ifdef | 22 Feb 2007 16:18 GMT | 10 |
In a C++ MFC application I need to conditionally #include one of two additional resource files in my main resource file because different forms of the application have different names. I would also like to edit the main resource file with the IDE's resource editor and save it ...
|
| ERROR 5553 | 22 Feb 2007 15:35 GMT | 1 |
Error: Mail could not be sent using the account "Tim Burke" Explanation: relaying denied Error: 5553 Sometimes the error comes up, and sometimes it doesn't and I can send emails.
|
| How to use VS2005 ClassLibrary in old MFC project? | 22 Feb 2007 13:41 GMT | 1 |
I've got a third party class library that i want to use in an 'old' MFC project (actually i need it in a Borland C++ builder project, but if i can use it in MFC i propably can convert it to Borland.) Because i only need 3 methods of the third party dll i want to create a C++
|
| How do I return a NULL reference? | 21 Feb 2007 17:26 GMT | 5 |
Forgive me if this is a dumb question. It seems like such a simple thing that I shouldn't have to ask, but alas, I can't seem to figure it out. I'm porting some C++ code to MC++ and I have a function that formerly returned either a valid pointer, or NULL. In MC++, how do I return ...
|
| MsBuild, .NET 2.0 and C++ not building correctly | 21 Feb 2007 16:27 GMT | 1 |
I've just converted all of my managed and unmanaged c++ to .NET 2.0. Now I'm trying to add these solutions to the MsBuild script and for some reason it seems as though the post build events are happening. I had these solutions formaly being built under nant, and they built
|
| Screen Saver Fails to Start | 21 Feb 2007 14:56 GMT | 4 |
Hopefully my solution will help others. I have a MacBook Pro on which I am running WindowsXP Home Edition. It is running totally separate from the Mac OS. I have to reboot to switch between OS's. After running my system for about 3 months successfully with a combination Microsoft ...
|
| Drawing in Windows Vista..... | 21 Feb 2007 10:30 GMT | 3 |
will anybody tell me, why drawing is slow in windows vista as compared to windows vista..... i m running an application of moving a rectangle,....... i observed that rectangle drawing is slow in windows vista.........
|
| String^, const char*, std::string, and c_str( ) | 21 Feb 2007 02:03 GMT | 3 |
I am porting Managed C++ code from VS2003 to VS2005. Therefore adopting the new C++/CLI syntax rather than /clr:oldSyntax. Much of our managed code is concerned with interfacing to native C++ code (ie. wrappers etc). In Managed C++ there was an automatic conversion between
|
| abstract sealed & literal | 20 Feb 2007 17:32 GMT | 18 |
ref struct XXX abstract sealed { literal int A = 5; };
|
| SetFocus() | 20 Feb 2007 15:45 GMT | 4 |
I use a CDialog with several controls and I want to set the focus in one of them , a CEdit, when an instance is created. The trouble is that I can get a pointer to the CEdit window, say p, but if I use the code
|
| import emails | 20 Feb 2007 14:15 GMT | 1 |
I am trying to import emails from a webserver. This code retrieves only 1 email. I also would like to save them into an xml file? thanks N Request =
|