| Thread | Last Post | Replies |
|
| consuming a web service called through a DLL | 31 Mar 2005 23:47 GMT | 7 |
Hello all and thank you in advance. We have several old applications in Cobol, Centura, etc that needs to be converted to .NET In order to save time our plan is to create web services and call them creating DLLs using C++ to be used by the old applications. We have the simple "HELLO ...
|
| New versions of VC++ still stuck with function prototypes? | 31 Mar 2005 22:34 GMT | 26 |
Given that VS2005 has made an effort to clean up the syntax of VC++ (in C++/CLI), is there any future plans to do away with function protos, ala C#/VB? What are they needed for these days?
|
| Optimization in Vis C++ Standard edition? Or must buy Professiona | 31 Mar 2005 20:33 GMT | 1 |
Ive got Vis C++ 2003 standard edition. I want to optimize my application for speed (use the /O2 directive). The "optimization" field in my Project Properties window shows /O2 (in my Release build) but it is dimmed out. I cannot change it.
|
| Line Segment ActiveX Control | 31 Mar 2005 20:20 GMT | 7 |
Does anyone know of a downloadable Line ActiveX control which allows me to plot straight lines on a VC++.NET form? Thanks Jack
|
| how does one post to this group? | 31 Mar 2005 17:17 GMT | 1 |
None of those words in the message. Been nice if the editor would have highlighted anything "offensive" so how did you get yours through? - Robert -
|
| pass values to a Dll | 31 Mar 2005 09:31 GMT | 1 |
I am new to VC++. I want to use the values in a Dll (values are assigned to variables in the program and this vaule should be made use in the dll). Is it possible? I have already tried declaring the variables as extern _declspec (dllimport) in the dll. This doesn't
|
| Migration | 31 Mar 2005 08:20 GMT | 2 |
I got a *.lib files and some header files from a thrid party which is developed using ANSI C. I am now trying to create a managed C++ application and import those libraries. I added the lib file in the linker option and include those header files inside the program. Everything ...
|
| getting handles from radio buttons | 30 Mar 2005 23:51 GMT | 1 |
I've got a Windows Forms Application project where I'm using 2 radial buttons. I want to poll whether the radial button has been pressed or not. Here's one way I think it could work, using the Checked property : bool r1=System::Windows::Forms::RadioButton::get_Checked;
|
| how does one post to this group? | 30 Mar 2005 20:42 GMT | 2 |
I wonder if a "reply" can get through?... Well my serious request still won't even go through as a "reply" but this simple reply did?! - Robert -
|
| How to change caption of window, using AfxMessageBox().. | 30 Mar 2005 20:25 GMT | 3 |
Hye, I am Jigar Mehta, currently, I am using AfxMessageBox where I need to change the caption of the messagebox using that function only... What I get is,
|
| EXE will not start | 30 Mar 2005 19:24 GMT | 6 |
I compiled a program using VC++ pro. I use "depends.exe" to determine what DLLs the program is linking. Then I use the Install Shield that comes with VC++ to create a setup file. I run the setup file on my pc(XP) and it works great. My problem is that when I try to install it
|
| C++ .NET basic questions | 30 Mar 2005 19:20 GMT | 3 |
If there is a site someone can point me to that answers such basic questions, rather than taking up support's time posting answers, please let me know. I've developed C# .NET, unmanaged C++, and MFC applications. I have not
|
| TrackBar 'Validating' Event Hander doesn't match Delegate? | 30 Mar 2005 17:00 GMT | 1 |
I am trying to add a 'Validating' event handler to a TrackBar. Code: .. this->tbKeyboards->Validating += new System::EventHandler(this,
|
| line graph plotting using vc++ | 30 Mar 2005 14:59 GMT | 1 |
May i know how can i plot line graph using VC++? Apparently i have a list of data to b plot into a line graph... how can i do that in VC++? thanks alot --
|
| mschart | 30 Mar 2005 14:58 GMT | 1 |
i understand that i m able to use mschart to plot a line graph. i got list of values (jus one column) to b plotted into a line graph. how ca i do it using mschart in visual c++?? thanks in advanced for the help given..
|