Support #3603
closedDselpoy Examples On Linux Server
0%
Description
Hi
I am C++Builder Programmer.
I downloaded the Wt 3.3.3 binary files, CMake and Visual C 2005 Express.
First I upload compiled examples files like charts.wt.exe + all DLLs to my website which hosted in linux server. When I call the file charts.wt.exe from the browser the browser give me download file option instead of run the file.
Can you please help me if what I did is right I have windows XP on my cmputer
Updated by Alex V about 10 years ago
A linux server does not run windows executables.
First, you either need to compile the code to run in linux.
the recommended way to do that is compile your application in a linux VM or on your server.
you could also try to cross compile it for linux from windows.
You need to run the executable on the server and then visit your server from a browser.
I suggest you read the Wt tutorials and attempt to get the examples running on your local machine first.
Updated by Koen Deforche about 10 years ago
- Status changed from New to Resolved
- Assignee set to Koen Deforche
Updated by Koen Deforche about 10 years ago
- Status changed from Resolved to Closed