<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.fr.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>30 Nov 2018 13:38:02 Z</lastBuildDate><pubDate>28 Sep 2017 11:59:51 Z</pubDate><description>Coucou,&#13;
&#13;
[code:wl]&#13;
EAction est une Enumération&#13;
	Mail&#13;
	TapeALaPorte&#13;
FIN&#13;
ERappeur est une Enumération&#13;
	Booba&#13;
	PNL&#13;
FIN&#13;
&#13;
DynamicDispath est une Classe&#13;
FIN&#13;
&#13;
PROCEDURE Constructeur()&#13;
PROCEDURE Destructeur()&#13;
&#13;
PROCEDURE PUBLIC GLOBAL _Envoie(_eEAction est un EAction, _eERappeur est un ERappeur)&#13;
	Trace(_eEAction..Nom, _eERappeur..Nom)&#13;
&#13;
PROCEDURE PUBLIC GLOBAL _Envoie(_eERappeur est un ERappeur, _eEAction est un EAction)&#13;
	Trace(_eERappeur..Nom, _eEAction..Nom)&#13;
&#13;
[/code]&#13;
&#13;
[code:wl]&#13;
&#13;
DynamicDispath::_Envoie(DynamicDispath.EAction.Mail, DynamicDispath.ERappeur.PNL)&#13;
DynamicDispath::_Envoie(DynamicDispath.ERappeur.Booba, DynamicDispath.EAction.TapeALaPorte)&#13;
 &#13;
// Trace&#13;
 //	Mail PNL&#13;
//	Booba TapeALaPorte&#13;
&#13;
ThreadExécute(DonneGUID(guidBrut),threadNormal, DynamicDispath::_Envoie,DynamicDispath.EAction.Mail, DynamicDispath.ERappeur.PNL)&#13;
// ThreadExécute(donneguid(guidBrut),threadNormal, DynamicDispath::_Envoie,DynamicDispath.ERappeur.Booba, DynamicDispath.EAction.TapeALaPorte)&#13;
// 	Exception : Le passage du paramètre 1 a provoqué une erreur. &#13;
//	 Un élément de type 'DynamicDispath.ERappeur' ne peut pas être converti vers le type 'DynamicDispath.EAction'.&#13;
&#13;
TâcheParallèleExécute(DynamicDispath::_Envoie, (DynamicDispath.EAction.Mail, DynamicDispath.ERappeur.PNL))&#13;
TâcheParallèleExécute(DynamicDispath::_Envoie, (DynamicDispath.ERappeur.Booba, DynamicDispath.EAction.TapeALaPorte))&#13;
&#13;
//Le passage du paramètre 1 a provoqué une erreur.&#13;
//Un élément de type 'DynamicDispath.ERappeur' ne peut pas être converti vers le type 'DynamicDispath.EAction'.&#13;
//&#13;
//**********************************************&#13;
//&#13;
//----- Informations techniques -----&#13;
//&#13;
//Que s'est-il passé ?&#13;
//Le passage du paramètre 1 a provoqué une erreur.&#13;
//Un élément de type 'DynamicDispath.ERappeur' ne peut pas être converti vers le type 'DynamicDispath.EAction'.&#13;
//&#13;
//Code erreur : 1021&#13;
//Niveau : erreur fatale&#13;
//&#13;
//Dump de l'erreur du module 'wd210vm64.dll' (21.0.317.0).&#13;
//Identifiant des informations détaillées (.err) : 1021&#13;
//Informations de débogage :&#13;
//UEL = 138&#13;
//Erreur hors execution&#13;
&#13;
[/code]&#13;
&#13;
https://www.youtube.com/watch?v=NaR2l0JXQas&#13;
&#13;
--&#13;
Charly CanDo.&#13;
Ratatouille en Provence ;-)&#13;
&#13;
Je suis disponible pour du débuggage, optimisation ou réécritures de code.</description><ttl>30</ttl><generator>WEBDEV</generator><language>fr_FR</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210118-bug-threadexecute-tacheparalleleexecute-webminaire-dynamic-dispatch/read.awp</link><title>[BUG] ThreadExécute et TâcheParallèleExécute - Webminaire Dynamic dispatch ^^</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>Charly CANDO</author><category>pcsoft.fr.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210118-bug-threadexecute-tacheparalleleexecute-webminaire-dynamic-dispatch-222328/read.awp</comments><pubDate>30 Nov 2018 13:38:02 Z</pubDate><description>Coucou,&#13;
&#13;
Le même probléme et toujours existant en version 23.53k si le code est dans un composant interne : &#13;
[code:text]&#13;
01F…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210118-bug-threadexecute-tacheparalleleexecute-webminaire-dynamic-dispatch-222328/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210118-bug-threadexecute-tacheparalleleexecute-webminaire-dynamic-dispatch-222328/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.fr.windev/210118-bug-threadexecute-tacheparalleleexecute-webminaire-dynamic-dispatch/read.awp">[BUG] ThreadExécute et TâcheParallèleExécute - Webminaire Dynamic dispatch ^^</source><title>Re: [BUG] ThreadExécute et TâcheParallèleExécute - Webminaire Dynamic dispatch ^^</title></item></channel></rss>
