| Thread | Last Post | Replies |
|
| Should cstom exception type have serializable attribute? | 15 Oct 2004 01:13 GMT | 1 |
I defined my own exception type as follows: public class MyException: ApplicationException { public MyExceptionn() : base()
|
| 2005 beta 'Express' editions | 14 Oct 2004 17:02 GMT | 8 |
I've had a look at the VS 2005 express editions on the MS website, does anybody know the answer to the following about them? It says that with c# you can create console applications, windows applications, and class libraries. Presumably this means these are the *only*
|
| Drag and Drop Context Menu | 14 Oct 2004 15:29 GMT | 1 |
I am new to this group, but it would be really nice if you can really help me out. I am trying to Export a file from my application to windows explorer through drag and drop using right mouse button . But once i am doing it i am getting the DragandDropContext Menu Handler, but ...
|
| Performing Post-Build Event Fails | 14 Oct 2004 14:51 GMT | 8 |
Here is the current error that im getting when building my solution. The only thing i can think of is that i needed to install visual studio 6 after visual studio .net was already installed to print out some forms that were created in vs6 causing this issue to occur. I
|
| signal RTS and port COM... | 14 Oct 2004 12:46 GMT | 3 |
i want send strings by a port COM and put the RTS signal to 1 before send, and put it to 0 after send the last caractere. A extract of my code: DWORD dwEvtMask; char *bufferS = "toto";
|
| UNICODE conversion | 14 Oct 2004 11:08 GMT | 1 |
I have a big application here that has one executable file and about 20 DLL files. Do I need to convert all the DLLs to unicode or is it enough to do it just for the exe file, where all the user interface is? Thank you,
|
| #include statement format | 14 Oct 2004 06:45 GMT | 5 |
When I generate a new class with VS.NET/C++, the #include statement that VS puts in the .cpp file to reference the .h file uses ".\" as the directory spec. My understanding of Windows directory specs indicates that this is superflous. Is there something I am missing?
|
| VC++ .NET 2003 specific compiler symbol to identify the compiler. | 14 Oct 2004 06:42 GMT | 2 |
I am developing a product , that I would like to compile in different development environments. So if I have to include any header file specific to VC++ 2003 implementation, I would
|
| How to register COM component | 14 Oct 2004 01:51 GMT | 2 |
I have created a setup project for my application which includes a non .NET managed code COM object. My COM component is automatically registered when I build my project. I'm having problems registering the COM component during installation. In
|
| VC++ linking error | 14 Oct 2004 01:50 GMT | 1 |
I get a linking error when building an openGl program under Visual C++ 6. I've set the entry point symbol to wWinMainCRTStartup as per the solution posted but still no luck The error message i get is posted below.
|
| baffled by exception | 13 Oct 2004 21:00 GMT | 20 |
Does anybody know if there is a difference between the way C# calls a COM object, and the way C++ calls a COM object? And is there anyway to make the latter emulate the former? I have a COM object which seemingly can't be instantiated using C++, but can
|
| Code to Tab through fields in application | 13 Oct 2004 20:29 GMT | 2 |
"Rookie" Jeff here, systems admin (not a C++ programmer). I'm going through our application for whom we've lost our main programmer for and I was trying to locate the code for tabbing through fields on a form. I have a problem where the Tab moves to a field that is PAST the ...
|
| reverse_iterator::base, possible bug? | 13 Oct 2004 19:22 GMT | 3 |
In playing with a reverse_iterator issue today, I realized that I could use its base() method to get at the underlying iterator. However, I realized that in the implementation shipping with VC7.1 the base() method returns "current", the internal iterator object, but that "current" ...
|
| how can i open *.html file as ascii file for manipulation? | 13 Oct 2004 14:30 GMT | 1 |
hello im trying to open html file with fstream clas (foo.open("test.html",ios::in) but with no luck , but when i try to open in this way *.txt file , i
|
| .Net Remoting and System::Activate | 13 Oct 2004 12:53 GMT | 3 |
I'm tying to build a simple Remoting thingie (techincal term). However, I can't seam to get it to compile. ChatBase is defined as a public class.. The line that kills compiling:
|