L'exemple VC 2005 : Il ne fonctionne pas (k8061)

Bonjour,

L’exemple fourni dans le vista pack pour Visual C++ 2005 ne s’exécute pas (L’application n’as pas pu s’initialiser correctement), (Je suis sous windows xp sp2).

j’ai donc essayé de recompiler, en installant VC2005 et toutes les bonnes librairies. Il compile, crée un .exe : mais exactement le même problème.

Le débugger annonce un problème à l’initialisation de la DLL.

Si quelqun peut m’aider je le remercie !

Please see the thread: [forum.vellemanprojects.eu/t/k8055d-dll-visual-basic-net-2008/1126/1)

Your example is not working, the error message is useless.

In my own compilation, .lib & dll are associated with the project and are in the same folder. Its compiling, but can’t be lauch.

“L’application n’a pas pu s’initialiser correctement”.

In two case .dll is next to the program.

I firstly try to work with Visual Studio 2k8, in C++/CLI, and I had the same error when lauching my program.

Debugger is talking about ntdll.dll and kernel32.dll in both case ( your VC2005 example and my experience with Visual Studio 2k8 in C++/CLI ).

[b][Les frames ci-dessous sont peut-être incorrects et/ou manquants, aucun symbole chargé pour ntdll.dll]	[/b]

and many lines like that :
ntdll.dll!7c974ed1()

In the second one(C++/CLi on 2k8), If i remove the call of your functions, the program works !