| Thread | Last Post | Replies |
|
| Static unmanaged initialization | 08 Jan 2006 15:12 GMT | 3 |
I get a _CrtIsValidHeapPointer assertion when trying to have a unmanaged static object linked to my managed project. I have tried to reduce the problem to a very simple case: One unmanaged .cpp file (compiled with "No Common language Runtime
|
| What Does "DTE" Stand For | 08 Jan 2006 14:39 GMT | 4 |
Regarding extensibility, e.g. EnvDTE what does "DTE" stand for?
 Signature Greg McPherran www.McPherran.com
|
| Java/C# | 08 Jan 2006 10:22 GMT | 1 |
This post is not for any comparison but resently I was searching for jobs and what I get the impression is that 95% of the jobs that are asking C# are contract or related kind but in Java only 45% are contract kind of jobs and rest are 9 to 5 kind regular hire jobs. Now these %s ...
|
| computing md5 hash | 07 Jan 2006 12:42 GMT | 6 |
Working in pure vc++ 2k5 (complete unmanaged), I want to compute md5 hash of a given file. Any standard windows api available? Any links? Thanks, Ab.
|
| Mixed mode woes (hopefully I simply dont get it ) | 07 Jan 2006 12:31 GMT | 7 |
I have a mixed mode C++ dll, mostly it is unmanaged code that currently communicates with a remote server over DCOM. I am trying to plug in the new IPCChannel remoting provider to replace the DCOM (the replacment server is in C#). (I cant CLR enable the whole dll, and just use ...
|
| nested struct array not supported in .net 1.1 managed c++? | 07 Jan 2006 11:32 GMT | 2 |
I am having this problem in a managed c++ DLL which mixes managed and unmanaged C/C++ code. I tried to assign value to a struct array nested in another struct. but I can only write to the first element in array, not the others.
|
| get IP address by code | 06 Jan 2006 17:40 GMT | 5 |
hi, i tried migrating my VB.net code to get the computers IP address to C++ and it doesnt work, so im wonderign if anyone knows how to do it in C++.net...thanks
|
| Integrating driver development with the Visual Studio 8.0 build environment | 06 Jan 2006 14:28 GMT | 4 |
I don't suppose that we have made any progress--since I last asked this question about a year ago--towards integrating driver development into the Visual Studio 8.0 build environment. The new compiler is stricter/does a much better job at spotting compile time errors than the ...
|
| .Net object in labview | 06 Jan 2006 13:14 GMT | 3 |
In labview 7.1 and 8.0 the .NET controls are introduced. I found several examples on how to use a .NET object in labview (calculator, Event callback for data watcher)) But now I want to create my own .NET object in visual studio but i don't know where to start...
|
| debugging mixed mode assembly | 06 Jan 2006 11:42 GMT | 4 |
I'm still in the process of transiting from MFC/VC6 to vs2005, and a lot of things are very alien to me. So hope you could bear with me if my question sounds stupid. Basically I have native codes written in VC6 which I want to encapsulate in a managed assembly using C++/CLI so ...
|
| Mixed Mode C++ Problem | 06 Jan 2006 09:00 GMT | 4 |
Hey all, I have been working on a project which consists of Native C++ code and managed C# code. In order for the managed C# code to be able to access the native layer I wrap some objects using Managed C++ Mixed Mode.
|
| Fade transition of a picture | 06 Jan 2006 04:11 GMT | 2 |
if you open the link below and click on "Show Me" and then "Toggle Transition" Button you will see a wonderfull fade in / fade out transition of 2 pictures. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/filter/refere nce/filters/fade.asp
|
| odd declaration error | 06 Jan 2006 04:05 GMT | 7 |
i added a from called "Splash" to my project and am trying to get it to show up on a formload event...but it gives a buildtime error on the line below static Splash * frm = new Splash(); c:\Documents and Settings\User\Desktop\Final_Project\Final
|
| system services development | 05 Jan 2006 21:15 GMT | 2 |
i am making an Interprocess application, between 2 or more computers. what is the best way to do it. this is all i need: to Send command to client app, to Query for status of client app.
|
| .tlb file question | 05 Jan 2006 17:47 GMT | 5 |
i used regasm to make my vb.net control a tlb file...how can i add it to like my c++ form? i used regasm and made it to a .tlb file but when i try to add it to the toolbox it gives an error....what am i doing wrong?
|