Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
3k views

C# - Set Custom Path to Referenced DLL's?

I've got a C# project (call it "MainProj") which references several other DLL projects. By adding these projects to MainProj's references, it will build them and copy their resulting DLL's to ...
2
votes
4answers
233 views

DelayLoading a DLL and the associated .lib file

I am attempting to delay load wintrust.dll and crypt32.dll in my application (these are used to perform digital signature/publisher checks in a DLL). I am using VS2008. After adding these two DLLs as ...
1
vote
0answers
92 views

Using unmanaged code to check for presence of .net runtime

I want to create a mixed managed/unmanaged DLL that can be loaded by rundll32, and which checks for the presence of the .Net runtime library before attempting to run any managed code, thusly: using ...
1
vote
1answer
171 views

Delay-loading TestCaseSource in NUnit

I have some NUnit tests which uses a TestCaseSource function. Unfortunately, the TestCaseSource function that I need takes a long time to initialize, because it scans a folder tree recursively to find ...
1
vote
6answers
559 views

Disable automatic DLL loading in C++

My scenario is as follows: my application depends on a certain DLL (I use it's lib during linkage). However, when my application executes, I want to explicitly load that DLL using LoadLibrary. ...
0
votes
0answers
101 views

Delay Load DLL : “Exception 0xC06D007E: Module not found” when application started multiple times

I have a case of an intermittent crash in my application where we use Delay Load DLL. There are a few different call-stacks where we have seen the crash, but it always crashes when raising ...
0
votes
0answers
41 views

Delay-loaded dll compiled on Win7 can't be loaded on XP

I'm using VC++ 2010. A.dll depends on B.dll, and set B.dll as delay-load in A's project setting. Build them on Win7 x64 bit OS. It's ok to load the B.dll on win7 OS, it fails to load B.dll on XP x64 ...
0
votes
1answer
423 views

Unable to locate SHCreateItemFromParsingName (SHELL32.dll)

Good afternoon all, I want to set up voice recognition macro's to run on my P.C (Windows XP Professional SP3) so I installed Windows Speech recognition Macros. However when I click on it, it states: ...