Haxe - Create a C++ Stand-alone executable
问题 I have written a haxe program that tries to communicate with a remote server. I was able to compile to the C++ target successfully. The executable runs just fine on my system. However, when I try to run the same on another windows box, it fails with the following error Error: Could not load module std@socket_init__0 I then installed haxe and hxcpp which worked like a charm. I was able to run the exe. I understand now that there is dependency on hxcpp. That still did not solve my problem as I