Unmanaged Code
Forum Post

Code Coverage for unmanaged code compiled with MSVC 7.1

Hi, Any idea about how can I do code coverage for an unmanaged code compiled with MSVC 7.1? Thanks.
Forum Post

Odd Problem with Unmanaged Code

Hi, I have a dll written in C# that works well when i use it in .net environment. i need to load it from unmanaged code. according to MSDN documents i have used "REGASM /tlb.... " and "GACUTIL /i .....
Forum Post

Odd Problem with Unmanaged Code

Hi, I have a dll written in C# that works well when i use it in .net environment. i need to load it from unmanaged code. according to MSDN documents i have used "REGASM /tlb.... " and "GACUTIL /i...
Forum Post

Re: Assemblies. Maybe a more technically minded person can answer this

If your assemblies are all managed code than the garbage collection in .Net should take care deallocating objects itself. The garbage collection has three levels 0,1,2. Typically I have had no...
Forum Post

Re: Unmanaged Code

Tx, my problem is that the type is unknown as it is dynamic so I want the objects stored as OBJECT so that I can typecast them when I retrieve them from the list. What I want to do is as follows :...
Forum Post

Re: Unmanaged Code

Read these articles on unsafe code (C# pointers etc ... ) http://www.c-sharpcorner.com/Code/2004/Oct/WritingUnsafeCode.asp http://www.codersource.net/csharp_unsafe_code.html
Forum Post

Re: Unmanaged Code

This message was edited by suburbanmt at 2006-2-13 11:5:33 The problem is that the application i'm developing is quite dependent on performance, so using an arraylist for the job wouldn't be that...
Forum Post

Re: Unmanaged Code

I am not sure there is a way, but if there were, it is probably extremely dangerous. So there probably isn't. The thing is that the Framework cannot keep track of references stored in unmanaged code...
Forum Post

Unmanaged Code

Hi, I have a linked list which is built using unmanaged code. Is there a way in which I can store a non-primitive object such as a class instance? What i want is to be able to store an instance...
Forum Post

unmanaged code

Hi Everybody, How r u? I have some doubts. plz calrify it. wt is COM and DCOM,Difference b/w these two. wt is unmanaged code? how can we include unmanaged component in .net? is there...
Forum Post

Re: learn to program unmanaged code in visual studio 2003 .net

Thanks a lot. I've read some of your other posts Stober and you seem very expeienced. Do you have a good book recommendation for writing unmanage code in the .net environment? Also, any clue why...
Forum Post

learn to program unmanaged code in visual studio 2003 .net

First of all this web site is awesome. Secondly (and I'm really asking) why are there so many C++ newbie message boards? Thirdly, I have visual studio 2003 .net but I don't desire to write...
Forum Post

Using XML Schemas in C++ Unmanaged Code

Hi I am trying to use a "from" schema and a "to" schema to transform an XML stream in unmanaged C++ using the MSXML3/MSXML4 DLLs. Does anyone know how to do this? Thanks, Royce
Forum Post

Timers in unmanaged code

I am looking for a way to implement a one minute timer using unmanaged code in VC++ .net. Can anybody give me any advice? Is it possible to use "SetTimer" from win32/mfc? Thank you very much.
Forum Post

Using managed dll in unmanaged code

Is it possible to use a managed dll in unmanaged code like a normal dll? Or how is it possible? Thanks.
Forum Post

Re: code c# with C++

I think that: if you write managed C++ _gc function() __value and stuff like it then you are able to get C# work with C++ 's managed dll easily: /r:foo.dll or /r:foo.exe in c sharp compiler but...
Forum Post

Re: creating activex ccontrols/dlls

: Can anyone tell me how to create an activex control using vb.net? I would really appreciate any information that anyone could point me to. Microsoft continually points me to using visual c++ and...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.