Language
Any
Platform
Any
License
Any
Hi,
Any idea about how can I do code coverage for an unmanaged code compiled with MSVC 7.1?
Thanks.
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 .....
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...
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...
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 :...
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
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...
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...
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...
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...
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...
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...
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
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.
Is it possible to use a managed dll in unmanaged code like a normal dll?
Or how is it possible?
Thanks.
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...
: 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...