Re: Running exe on Windows Server 2008 R2 Standard
- Posted by cp Apr 07, 2014
- 1635 views
I had the same problem,
my solution was to copy the interpreter/compiler to win 2008 and then compile or exec it there.
So I've taken your advice and moved everything to win2008R2 instance. I'm running the program with the interpreter to make sure everything runs before compiling. However now I've run into another problem. I'm using the words.e library (poke2,peek2 etc..) provided by Bernie Ryan/Rolf Schroeder. Unfortunatly this library produces a machine exception and crashes. It seems that the assembler code used is not compatible. Since I don't know assembler I cannot fix it. Perhaps if Bernie or Rolf are still following this forum they could weigh in on what changes would be needed to make words.e compatible.
As a side note. Since poke2 and peek2 are now part of 4.x does anyone know if 4.x will have same issue with those functions on win2008R2?