IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Visual C++ Discussion :

Réinstallation Nero et Visual C++ / Problème de dll


Sujet :

Visual C++

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé Avatar de sly078
    Inscrit en
    Avril 2008
    Messages
    116
    Détails du profil
    Informations forums :
    Inscription : Avril 2008
    Messages : 116
    Par défaut Réinstallation Nero et Visual C++ / Problème de dll
    Bonjour,

    Je travaille toujours sur l'utilisation du SDK de Nero (voir http://www.developpez.net/forums/d66...ueryinterface/). J'ai changé de poste et donc réinstallé Visual Studio et Nero 9. Sur l'ancien PC j'avais à la fois Nero 6 et Nero 9. Mon programme (en fait l'exemple d'application fourni avec le SDK) compile correctement mais à l'exécution j'ai :
    IEffectEnumeratorPtr CreateInstance failed
    Error initializing NeroVisionAPI project object! NVAPIExemple will now quit!
    Je sais donc d'où vient l'erreur :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    // enum transition effects and fillin effect combobox
    NeroVisionAPI::IEffectEnumeratorPtr efEnum;
    {
    	if (FAILED(efEnum.CreateInstance(__uuidof(NeroVisionAPI::EffectEnumerator))))	
    	{
    		MessageBox("IEffectEnumeratorPtr CreateInstance failed");
    		return TRUE;
    	}
    Lorsque j'exécute en mode Debug, le programme charge tout un tas de dll de Windows et de Nero. En comparant la sortie debug des deux PC je vois que c'est au moment de charger NeroVisionAPI.dll que ça passe pas. Et ce qui est étrange c'est que sur l'ancien PC, l'application allait chercher cette dll dans Nero 6 au lieu de Nero 9 ou du NeroVisionAPI.dll du SDK...

    Dans mon projet, j'inclus les répertoires du SDK et dans le code j'ai :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    #import "C:\Program Files\Nero\Nero 9\Nero Vision\NeroVisionAPI.dll"
    Ce que je ne comprends pas c'est que nulle part sur l'ancien PC je ne disais d'aller chercher quoi que ce soit en rapport avec Nero 6...

    Que puis-je faire pour accéder correctement à NeroVisionAPI.dll ?

    Merci,

    Sly

  2. #2
    Membre confirmé Avatar de sly078
    Inscrit en
    Avril 2008
    Messages
    116
    Détails du profil
    Informations forums :
    Inscription : Avril 2008
    Messages : 116
    Par défaut
    Bon, je poste la sortie debug des deux PC en espérant que ça donnera des idées et envie de répondre à quelqu'un. Avec le vieux PC, l'initialisation du programme fonctionne et j'ai (sortie complète) :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    'NVAPIExample.exe' : Chargé 'C:\Documents and Settings\invite\Mes documents\Visual Studio 2008\Projects\NVAPIExample2\Debug\NVAPIExample.exe', Les symboles ont été chargés.
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\ntdll.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\kernel32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\user32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\gdi32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\comdlg32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\advapi32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\rpcrt4.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\secur32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\comctl32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\shell32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\msvcrt.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\shlwapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\winspool.drv'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\ole32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\oleaut32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\version.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\imm32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\EntAPI.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\psapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\netapi32.dll'
    'NVAPIExample.exe' : Déchargé 'C:\WINDOWS\system32\EntAPI.dll'
    'NVAPIExample.exe' : Déchargé 'C:\WINDOWS\system32\netapi32.dll'
    'NVAPIExample.exe' : Déchargé 'C:\WINDOWS\system32\psapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\uxtheme.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\msctf.dll'
    'NVAPIExample.exe' : Chargé 'D:\Program Files\Nero\Nero 9\Nero Express\NeroAPI.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\msvcp80.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\msvcr80.dll'
    'NVAPIExample.exe' : Chargé 'D:\Program Files\Nero\Nero 9\Nero Express\NeroAPIEngine.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\winmm.dll'
    'NVAPIExample.exe' : Chargé 'D:\Program Files\Nero\Nero 9\Nero Express\uNewTRF.dll'
    'NVAPIExample.exe' : Chargé 'D:\Program Files\Nero\Nero 9\Nero Express\uNeroErr.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_3bf8fa05\mfc80u.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_91481303\mfc80FRA.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Fichiers communs\Nero\AdvrCntr4\AdvrCntr4.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\wininet.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\normaliz.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\iertutil.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\netapi32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\faultrep.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\userenv.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\winsta.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\wtsapi32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\setupapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\msctfime.ime'
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe : Exception Microsoft C++ : CNeroSXSError à l'emplacement mémoire 0x0012bac4..
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe : Exception Microsoft C++ : CNeroSXSError à l'emplacement mémoire 0x0012b454..
    'NVAPIExample.exe' : Chargé 'D:\Program Files\Nero\Nero 9\Nero Express\uimage.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\clbcatq.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\comres.dll'
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\NeroVisionAPI.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.GdiPlus_6595b64144ccf1df_1.0.2600.5512_x-ww_dfb54e0c\GdiPlus.dll'
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\GCCore.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\msimg32.dll'
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\MSVCP60.dll'
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\AMCDOM.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\AMCDocBase.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\GDIPainter.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\MMTools.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\quartz.dll'
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\AMCLib.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Fichiers communs\Ahead\Lib\AdvrCntr.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\dxdiagn.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\wbem\wbemprox.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\wbem\wbemcomn.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\ws2_32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\ws2help.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\xpsp2res.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\wbem\wbemsvc.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\wbem\fastprox.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\ntdsapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\dnsapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\wldap32.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\dsound.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\psapi.dll'
    'NVAPIExample.exe' : Déchargé 'C:\WINDOWS\system32\psapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\imagXpr7.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\imagX7.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\imagXR7.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\GCFX.DLL', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\NeVideoFX.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\NeVideoFX-fra.nls', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\NeVideoFX.bitmaps', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\NeVideoFXW.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\ExpressDoc.DLL', Le fichier binaire n'a pas été généré avec les informations de débogage.
    Avec le nouveau (sortie complète) :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    'NVAPIExample.exe'*: Chargé 'C:\Documents and Settings\amayer\Mes documents\Visual Studio 2008\Projects\NVAPIExample2\Debug\NVAPIExample.exe', Les symboles ont été chargés.
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\ntdll.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\kernel32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\user32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\gdi32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\comdlg32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\advapi32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\rpcrt4.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\secur32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\comctl32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\shell32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\msvcrt.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\shlwapi.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\winspool.drv'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\ole32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\oleaut32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\version.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\imm32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\comctl32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\EntAPI.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\psapi.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\netapi32.dll'
    'NVAPIExample.exe'*: Déchargé 'C:\WINDOWS\system32\EntAPI.dll'
    'NVAPIExample.exe'*: Déchargé 'C:\WINDOWS\system32\netapi32.dll'
    'NVAPIExample.exe'*: Déchargé 'C:\WINDOWS\system32\psapi.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\uxtheme.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\msctf.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\msctfime.ime'
    'NVAPIExample.exe'*: Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\NeroAPI.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\msvcp80.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.1433_x-ww_5cf844d2\msvcr80.dll'
    'NVAPIExample.exe'*: Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\NeroAPIEngine.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\winmm.dll'
    'NVAPIExample.exe'*: Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\uNewTRF.dll'
    'NVAPIExample.exe'*: Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\uNeroErr.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_3bf8fa05\mfc80u.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\WinSxS\x86_Microsoft.VC80.MFCLOC_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_91481303\mfc80FRA.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    'NVAPIExample.exe'*: Chargé 'C:\Program Files\Fichiers communs\Nero\AdvrCntr4\AdvrCntr4.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\wininet.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\normaliz.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\iertutil.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\netapi32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\faultrep.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\userenv.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\winsta.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\wtsapi32.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\setupapi.dll'
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe*: Exception Microsoft C++*: CNeroSXSError à l'emplacement mémoire 0x0012baa8..
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe*: Exception Microsoft C++*: CNeroSXSError à l'emplacement mémoire 0x0012b414..
    'NVAPIExample.exe'*: Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\uimage.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\clbcatq.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\comres.dll'
    'NVAPIExample.exe'*: Chargé 'C:\WINDOWS\system32\xpsp2res.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe*: Exception Microsoft C++*: long à l'emplacement mémoire 0x0012ec8c..
    Le thread 'Thread de rappel RPC' (0xfa4) s'est arrêté avec le code 0 (0x0).
    Le thread '_threadstartex' (0xb8) s'est arrêté avec le code 0 (0x0).
    'NVAPIExample.exe'*: Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\DriveLocker.dll'
    Le thread 'Thread Win32' (0x118) s'est arrêté avec le code 0 (0x0).
    Le thread 'Thread Win32' (0x544) s'est arrêté avec le code 0 (0x0).
    'NVAPIExample.exe'*: Déchargé 'C:\Program Files\Nero\Nero 9\Nero Express\uimage.dll'
    'NVAPIExample.exe'*: Déchargé 'C:\Program Files\Nero\Nero 9\Nero Express\DriveLocker.dll'
    'NVAPIExample.exe'*: Déchargé 'C:\Program Files\Nero\Nero 9\Nero Express\NeroAPI.dll'
    Le thread 'Thread Win32' (0xe20) s'est arrêté avec le code 0 (0x0).
    Le thread 'Thread de rappel RPC' (0xdf8) s'est arrêté avec le code 0 (0x0).
    Le thread 'Thread de rappel RPC' (0x1c8) s'est arrêté avec le code 0 (0x0).
    Le programme '[4032] NVAPIExample.exe: Natif' s'est arrêté avec le code 0 (0x0).
    Jusqu'à ces lignes les deux sorties sont identiques (ancien) :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\setupapi.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\msctfime.ime'
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe : Exception Microsoft C++ : CNeroSXSError à l'emplacement mémoire 0x0012bac4..
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe : Exception Microsoft C++ : CNeroSXSError à l'emplacement mémoire 0x0012b454..
    'NVAPIExample.exe' : Chargé 'D:\Program Files\Nero\Nero 9\Nero Express\uimage.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\clbcatq.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\comres.dll'
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Ahead\NeroVision\NeroVisionAPI.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    Et (nouveau) :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\setupapi.dll'
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe : Exception Microsoft C++ : CNeroSXSError à l'emplacement mémoire 0x0012baa8..
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe : Exception Microsoft C++ : CNeroSXSError à l'emplacement mémoire 0x0012b414..
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\uimage.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\clbcatq.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\comres.dll'
    'NVAPIExample.exe' : Chargé 'C:\WINDOWS\system32\xpsp2res.dll', Le fichier binaire n'a pas été généré avec les informations de débogage.
    Exception de première chance à 0x7c812aeb dans NVAPIExample.exe : Exception Microsoft C++ : long à l'emplacement mémoire 0x0012ec8c..
    Le thread 'Thread de rappel RPC' (0xfa4) s'est arrêté avec le code 0 (0x0).
    Le thread '_threadstartex' (0xb8) s'est arrêté avec le code 0 (0x0).
    'NVAPIExample.exe' : Chargé 'C:\Program Files\Nero\Nero 9\Nero Express\DriveLocker.dll'
    Je ne sais pas ce qu'est C:\WINDOWS\system32\msctfime.ime ou C:\WINDOWS\system32\xpsp2res.dll et comme je le disais, selon moi, le problème vient de NeroVisionAPI.dll...

  3. #3
    Membre confirmé Avatar de sly078
    Inscrit en
    Avril 2008
    Messages
    116
    Détails du profil
    Informations forums :
    Inscription : Avril 2008
    Messages : 116
    Par défaut
    Eureka !

    J'ai installé Nero 6 et particulièrement une version moins récente de NeroVision que celle livrée avec Nero 9 et le comportement est le même qu'avec l'ancien PC : Visual charge NeroVisionAPI.dll depuis la version moins récente de NeroVision ce qui peut s'expliquer par la fait que la dernière version du SDK de Nero contenant NeroVisionAPI se fait vieille...

    Mais comme je ne comprends toujours pas comment il se débrouille pour aller chercher cette dll, je ne met pas le sujet en résolu !

  4. #4
    Membre confirmé Avatar de sly078
    Inscrit en
    Avril 2008
    Messages
    116
    Détails du profil
    Informations forums :
    Inscription : Avril 2008
    Messages : 116
    Par défaut
    Deux mois plus tard j'y reviens. Peut-être aurai-je plus de succès.

    Je charge toujours NeroVisionAPI.dll à partir de NeroVision 3.1.0.25. C'est une version ancienne de NeroVision dans les possibilités sont bien moindres que celles de la dernière version de NeroVision livré avec Nero 9.

    J'ai plusieurs problèmes à résoudre. Le premier est toujours le même : comment forcer le chargement de NeroVisionAPI.dll (et des autres dll utilisées) à partir de nero 9 (C:\Program Files\Nero\Nero 9\Nero Vision\NeroVisionAPI.dll) ?

    La deuxième question que je me pose : si j'arrive à charger l'API à partir de la dll plus récente, pourrai-je utiliser (en tout cas y avoir accès) toutes les fonctionnalités de cette API ?

    Sly

Discussions similaires

  1. Problème débogage dll visual studio 2010 (C++)
    Par steeveness dans le forum Visual C++
    Réponses: 1
    Dernier message: 20/01/2014, 10h35
  2. [WD14] Problème avec DLL ecrite en Visual Basic
    Par SonnyB dans le forum WinDev
    Réponses: 21
    Dernier message: 07/11/2011, 15h48
  3. problème de DLL sous visual studio 2008
    Par kira09 dans le forum C++
    Réponses: 2
    Dernier message: 12/06/2008, 12h50
  4. problème execution dll
    Par semenzato dans le forum MFC
    Réponses: 15
    Dernier message: 19/12/2003, 16h40
  5. Problème de DLL.
    Par Lunedor dans le forum C++Builder
    Réponses: 2
    Dernier message: 29/11/2003, 10h17

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo