| Thread | Last Post | Replies |
|
| Calling C++.NET code from C#.NET code | 31 Oct 2003 23:34 GMT | 1 |
I have source code for a 3rd party product. The product is written for traditional C++. There was a VS .NET Solution File that was provided for compiling the DLL. I have compiled the code using the VS .NET 2003 C++.NET and am now trying to build some demos to test the features.
|
| Export Makefile | 31 Oct 2003 22:55 GMT | 2 |
Does the new VS.Net allow an Export Makefile as the old VS6 did under 'Project | Export Makefile'? If so, where is that in VS.Net for C++? I could not find it. Thanks,
|
| How to write these functions? | 31 Oct 2003 22:25 GMT | 1 |
Hi, all I use VS .NET 2003. How to write these functions ? For example, I have tried this. But, I have got LNK2001 because of Func_1. This:
|
| Compiler error | 31 Oct 2003 21:50 GMT | 3 |
...or what am I doing wrong with the the i++ increment operator? /* compile with /clr Output (compiled with VS.NET 2003, Framework 1.1) is:
|
| Drag and Drop | 31 Oct 2003 17:34 GMT | 1 |
I want my application to show a window (named W1). When the user drag an icon from Window Explorer to window W1, my application will do certain thing on that file. How to implement the drag operation ?
|
| C1001 INTERNAL COMPILER ERROR - VC7 | 31 Oct 2003 13:54 GMT | 1 |
I'm upgrading our product from VC6 to the VC7 compiler and came across the C1001 error: fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'f:\vs70builds\3077\vc\Compiler\CxxFE\sl\P1
|
| Trouble with DataViews in VC++ | 31 Oct 2003 11:13 GMT | 1 |
this is my first post here. i'm in desparate need of resources for VC++.NET; the code in MSDN is only directed for VB/C#.. for C++ its very few and faar in between!! the web is no good either!! :'( now that my rant is over, here is my question:
|
| Howto make a TreeView readonly above item no 5 | 31 Oct 2003 01:31 GMT | 1 |
I would like this to happen: In my treeview - I have 4 main group, and about one hundred items under these four. Are there any way of making the selection under the fourth item, item number 5. How can I set everything above this "read only"? And
|
| Question about v2 managed c++ compiler | 30 Oct 2003 21:45 GMT | 1 |
When the next managed c++ syntax is implemented (in whidbey or orcas?), will it still support legacy code written in the v1 syntax (e.g. "__gc class" instead of "ref class"), or will this older code have to be
|
| how to do in vc.net---include *.h | 30 Oct 2003 16:20 GMT | 1 |
Please question, how to include *.h in vs.net 2003? thanks
|
| Help with C++ assignment | 30 Oct 2003 14:59 GMT | 1 |
I have the following assignment: For this assignment you are to design and implement a program that will be used to generate a customer billing report from item information input by a user.
|
| VC7.1 vs. VC6 C Compile time | 30 Oct 2003 13:55 GMT | 3 |
I have just migrated my project from VC6 to VC7.1. The project is mostly written in C, and some in C++ without MFC (Console application). I am on Win2k. I am not using managed code in VC7.1.
|
| But I'm not trying to run it in DOS mode! | 30 Oct 2003 13:53 GMT | 3 |
I am running XP Professional. I have an exe file written in VC++. When I try to run it it flashes a command window at me and shuts down. I created a shortcut for it so I could set it not to close the window right away and I see the message:
|
| Can someone point me in the right direction? | 30 Oct 2003 09:04 GMT | 3 |
I'm a beginner at this programming thing (C# and VB/VB.Net) but I have been given a task that I don't even knwo how to start to accomplish. I'm not asking anyone to write the code or anything, just to point me in the right direction if you can.
|
| Overriding CSoapHandler::InitializeHandler in ATL Server webservice ? | 30 Oct 2003 08:52 GMT | 2 |
I have an ATL Server Webservice created with the VS Wizard. In that service I wish to Initialize an ISAPI service (through a call to the m_spServiceProvider member) for that handler. I figure the
|