Click here to Skip to main content
15,884,237 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all.

i develop a app that works just fine im windows environment but i am facing a problem with some clients that use other OS.
is there a tool to convert vb.net code to flex code once that flex allow us to compile code in several outputs? If not Flex, other that is so versatile as flex?

Thanks in advanced, José Peixoto
Posted
Updated 17-Oct-12 5:21am
v2
Comments
[no name] 17-Oct-12 10:26am    
I doubt it.
bbirajdar 17-Oct-12 10:31am    
Why tool? Let a flex developer earn some bread and beer....Hire a flex guy...
ZurdoDev 17-Oct-12 10:32am    
I doubt it. They are very different.
dezmobil 17-Oct-12 10:50am    
the problem is that write the entire code in flex, starting from Zero, it will take a long time.
I was thinking to convert to C# and from there to Flex or another that may be converted to flex...

Any way... it was worth it to try

Thanks!
dezmobil 17-Oct-12 11:20am    
in alternative, is there any other programing language that allows to compile in different outputs and that is compatible with vb.net (i.e. that can be converted from vb.net)

I'm not a professional as you can see but i am willing to learn and to improve. This solution is a shortcut that will allow me to evolve later to other programing languages once that i will have ways to compare

If you're talking about converting a Windows Forms application to Flex, there is no conversion tool. The two application types are very different from each other.

You'll have to rewrite the application in Flex, by hand.

Though, Ensemble puts out a Visual Studio plugin called Tofino, that allows you to write and debug front-end code in Flex. Since Flex does not target the .NET Framework, you cannot directly convert code from VB.NET Flex like you can going from VB.NET to C#.
 
Share this answer
 
thanks. it was helpfull.
I knew that it wasn't easy but you alreadyy helped me.

I'll explore Tofino... or, if nothing else works, rewrite the app in flex

thanks once again
 
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