Click here to Skip to main content
15,887,985 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
What all tools are available for porting Windows-based Active X control which uses DirectX, to Linux platform? I have explored to some extent and zeroed onto two options - WineLib and JAVA. Which one is better choice? Are there any other options available?
Posted
Comments
Emilio Garavaglia 12-Feb-11 3:04am    
Wine is the porting of the windows API to Linux. Java is a programming language.

Since ActiveX is three/four abstraction layers above windows, with Wine it should work (but performance may be a problem, and also some not supported windows APIs!
Java may mean a complete rewrite of the active X. That may be a longer task, but not necessarily difficult.

1 solution

Java is better because its more portable.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900