Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

239
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!