Hello.. Iam trying to Unpack CShell, Already made a loadlib with C++ Code: HINSTANCE CShell = LoadLibraryA("CShell.dll"); But all I ge when i run this EXE is C Runtime ERROR : "R6034 An application has made an attempt to load the C runtime library incorrectly Already googled this tihng, what i got is I have to generate a Manifest file for CShell.dll and include it with my loadlib. Does anyone got anyidea what is going on?