Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

240
Vistas
In a JS method, the native DLL method is called. The DLL execution returns, and the the method remaining js code sometimes does not execute?

I have a JS methods , just like :

function jsmethods(){
  
  //execute js code
  int i = 0;
  i++;

  //call dlls
  let controller = document.getElementById("ocxControllerId");
  let nativeRes = controller.nativeMethods("some args");
  
  //continue execute js code
  let res = {"nativeResult":nativeRes};
  return res;
 }

activeX dll's logic maybe:

native nativeRes nativeMethods(){
  show a windows, and this windows have a ok button;
  wait user enter ok button;
  //I can watched after this moment js engine contine execute other js code
  if(user enter ok button){
  // after this moment js engine stop execute js other code
     while(1){
       get hardware statue
       if(statues == value){
          break;
       }
     }
 }
  return nativeRes;
}

when I call jsmethdos(),sometimes when native code finished(from the logs),the jsmethods not contine execute remaining js code, and this moment js engine can excute other js methods.I use Vue framwork.

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda