Tagged Questions

0
votes
1answer
46 views

How to read RSS feed using jQuery

How do I parse an RSS feed using JavaScript or jQuery?
1
vote
2answers
626 views

Best Product to Obfuscate a Mixed .NET DLL

I have a .NET DLL and application. The DLL is written in C++/CLI and it's "mixed", i.e., partially managed code and partially native. I have two goals: 1. Obfuscate all the mana …
1
vote
3answers
1k views

Visual Studio 2005 VB debugging with c++ dll - Mixed Language debugging

I have a vb project which calls functions in a dll. The dll is created in a separate vs project (portaudio), which is written in c. The dll c project compiles clean and builds th …
1
vote
2answers
278 views

Mixed Language Programming, VB and C++, noob problems with API and pointers

My problem is with understanding the finer point of mixed langage programming and accessing API's in external libraries. My skills at C++ are nonexistent and at VB, mediocre. I …
5
votes
3answers
355 views

Final managed exception handler in a mixed native/managed executable?

I have an MFC application compiled with /clr and I'm trying to implement a final handler for otherwise un-caught managed exceptions. For native exceptions, overriding CWinApp::Proc …