Oui c'est un problème de compatibilité. Autodesk a profondément modifié le cœur d'AutoCAD avec la version 2013, ceci oblige à recompiler les projets .NET.   VpLayerLisp.zip contient deux DLLs (VpLayerLisp.dll et VpLayerLisp_19.dll). Place VpLayerLisp_19.dll dans le même répertoire que VpLayerLisp.dll. Remplace : (command "_NETLOAD" "vplayerlisp.dll") par : (if (< 18 (atoi (getvar 'acadver))) (command "_netload" "vplayerlisp_19.dll") (command "_netload" "vplayerlisp.dll") ) Ainsi GEF 3.10