vote up 1 vote down star

Hi,

I really hope someone can be of help to me because this problem has me totally stuck and frustrated.

Yesterday I installed a fresh and shiney new Windows 7 x64 onto a development box.

I got VS2008 installed, Tortoise SVN, did a checkout, compiled my currently project, all fine and dandy.

But when I go to run (either F5 in VS or just running the exe from the shell) I get a dialog box that looks like this:

Sadness

So I fiddle around and can't see an obvious problem. I bust out depends.exe, thinking maybe there's a dll missing, and I get this:

Eeek

So I play, finding different versions of gpsvc.dll and ishims.dll and putting them in with the .exe, No luck.

If I do a profile in depends (which follows the Output window of vs), I get this:

..
Loaded "c:\windows\syswow64\ADVAPI32.DLL" at address 0x75F20000 by thread 1.  Successfully hooked module.

Loaded "c:\windows\syswow64\LPK.DLL" at address 0x76B20000 by thread 1.  Successfully hooked module.

Loaded "c:\windows\syswow64\USP10.DLL" at address 0x761C0000 by thread 1.  Successfully hooked module.

Loaded "c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a\MSVCR90.DLL" at address 0x70570000 by thread 1.  Successfully hooked module.

Loaded "c:\users\ali\desktop\repository\development\trunk\spree\bin\debug\OPENLDAP.DLL" at address 0x001E0000 by thread 1.  Successfully hooked module.

Exited "c:\users\ali\desktop\repository\development\trunk\spree\bin\debug\SPREE.EXE" (process 0x5D4) with code -1073741701 (0xC000007B) by thread 1.

So it seems openldap.dll is the last thing to get loaded before it all goes wrong. I require this dll because I use cURL within the application to do a little JSON communicating...

I've tried playing with moving files and trying differing dlls, but honestly I'm acting a little blind here. Can someone please help or point me in the right direction?

It should be noted these dlls and setup work fine in Windows Vista x64 and x86 - is this a Windows 7 thing?

Massive thanks in advance, I might still have some hair left after this is done.


Edit

I've now realised curl.exe dies in exactly the same way with openldap.dll - I guess some windows 7 issue? Can you/does anyone have a curl without the dependency on openldap? Is there another lightweight C/C++ library out there that'll let me fetch a document over http and do the odd http POST ?

Thanks

flag

80% accept rate
1  
ali, have you considered submitting this as a bug report to Microsoft Connect? it might be an "oops" on M$ part. – ShaChris23 Oct 21 at 5:37
I could do if it does indeed turn out to be a true bug. Chances are it's an 'oops' on my part though ;) – Ali Parr Oct 21 at 5:38
true...i just find it funny that it worked on Vista but not Windows 7, you know? But anyway..good luck! – ShaChris23 Oct 21 at 5:40
Have you asked on the OpenLDAP or curl lists? – gbjbaanb Oct 23 at 12:35

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.