| Thread | Last Post | Replies |
|
| Call COM Object by VC++ | 21 Mar 2007 04:50 GMT | 1 |
I am a NewBie in Visual C++. I would like to know how to call a "Active X Dll" COM Library created by VB 6.0 At this moment, i am using a simple hello world console program and a customized VB 6 COM as the client.
|
| Automating VS2005 builds | 21 Mar 2007 02:48 GMT | 3 |
I am working on a largish project (about 40 modules). I have created a solution that builds all 40 modules/projects. However, I want to be able to automate the build process - and kick it off without having to start the IDE etc.
|
| WndProc Help | 21 Mar 2007 01:36 GMT | 3 |
I am trying to override WndProc like I would in this VB.NET sub. How do I do it? <System.Security.Permissions.PermissionSetAttribute(System.Security.Permissi ons.SecurityAction.Demand, Name:="FullTrust")> _
|
| ListView/Process Questions | 20 Mar 2007 21:20 GMT | 1 |
In C++.NET 2003 Windows Forms App I fill a ListView control with process name & second column is the Process ID. I would like to kill the selected process, which is simple in VB.NET or C#,
|
| Previous Existance (Managed C++.NET 2003) | 20 Mar 2007 18:18 GMT | 5 |
Can anyone convert this to managed C++.NET 2003? Private Function PrevInstance() As Boolean If UBound(System.Diagnostics.Process.GetProcessesByName(System.Diagnostics.Proc
|
| VS2005 SP1 crashes | 20 Mar 2007 14:15 GMT | 1 |
After VS2005 SP1 crashes enough times, it stops offering to send crash dumps to Microsoft. But it doesn't stop crashing. When VS2005 SP1 reloads a project after a crash, it still displays a reminder "ha ha, you forgot to spend 30 minutes doing an Analyse in
|
| Return ref struct | 20 Mar 2007 14:13 GMT | 2 |
Why is the following code doesn't work? public ref struct MyType { .................
|
| Experts please: defining DllMain in static library | 20 Mar 2007 05:54 GMT | 1 |
Is it possible to define DllMain in a static library for use in dlls? The reason is that I am defining a platform abstraction for being loaded as a shared library and I figured the simplest way is to implement DllMain in a static library, which then calls mydllmain.
|
| A VC2005 bug report | 20 Mar 2007 04:47 GMT | 12 |
I don't know where else to report bugs, so maybe someone from Microsoft is reading this group Application crashed on a library thread. The stack is below (most recent at top).
|
| sizeof() on members | 20 Mar 2007 02:02 GMT | 3 |
I am trying to migrate code to MSVS 2005. I found some code trying to take sizeof a member in a nested struct, see below. I know the typedef is wacky, probably a C coder who did not know C++ well. Now, to me, neither sizeof() looks right, I thought there were restrictions on ...
|
| How to write a program to track the value of a certain variable at run-time using debug features??? | 19 Mar 2007 22:35 GMT | 6 |
I'm totally new to the group and I would like to learn from you. Thank you in advance! I need to write a program to track whether a mathematical function has changed during run-time or not. The program should work with any
|
| Question about showing a form from unmanaged code | 19 Mar 2007 21:30 GMT | 3 |
hi.. Group Some unmanaged code invokes my code to show a form. If I use ShowDialog() to show the form, form shows but main application stops running. If I use Show() to show the form, main application runs but
|
| Equivalent to CSharp's IS and AS | 19 Mar 2007 21:29 GMT | 1 |
What is the equivalent construction in managed C++ to CSharp's IS and AS keywords? Thanks.
|
| DLL Loading errors after installing Service Pack 1 of Visual Studio. | 18 Mar 2007 11:03 GMT | 3 |
Hello thezre, I recently installed the SP1 of visual studio, just before releasing a new version of my application. And I never though that this SP1 could change something fondamental in the final executables and DLLS, but it happened.
|
| C++/CLI redistribution | 17 Mar 2007 05:11 GMT | 1 |
I'm trying to deploy an application written in C++, C++/CLI and C# on pc's that do not have VC2005 installed. I am having issues with assemblies loading, in particular the C++/CLI one and am getting FileLoadException when it tries to load the dll. I know I can get
|