|
Are there any conversion tools for porting Visual J# code to C#?
Started by Kevin Dente on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The only problem that I can see is that you... .
Have you tried Reflector + FileGenerator to dump the compiled .NET library to C# .
Worked well, but the last release was in 2004.
I've used the JLCA (Java Language Conversion Assistant) from Microsoft before .
|
|
What are the guidelines for porting a 32-bit program to a 64-bit version?
Started by Ankur on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
See also http://msdn.microsoft.com/en-us/library....
Don't assume subtracting one pointer from another yields a value that fits in an integer .
Apart from the obvious issues with calling 32-bit libraries:
Don't assume a pointer is the same size as an integer .
|
|
My app have this architecture:
struts spring dwr hibernate Now we use apache tomcat 5.5.28 . We wanna switch to Glassfish for performance.
My question are:
anyone know if there are problem for porting using this 4 framework?
anyone know a guide for porting...
Started by tommaso on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Anyone know if there are problem for porting using this 4 framework?
I didn't experiment this myself but well, porting J2EE stuff shouldn't be a problem unless you are doing....
And changing the application server won't magically solve them.
|
Ask your Facebook Friends
|
I guess that title is self-explanatory. Is there any such effort been made?
Some more info:
it's client application (gui intensive)
By porting I was thinking of cross-compiling.
Started by Daniel Mošmondor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
"Porting....
You can target that aren't available in IronPython.
Between the two, porting to Silverlight is going to be much easier.
I havent done this but it shouldnt be to difficult to port python o silverlight because you should assemblies.
|
|
Im porting a project from php to java. The project is a web-app based on php and ajax techniques with a javascript front-end. What java-frameworks would you use for something like this?
Started by Silfverstrom on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Out of all available frameworks i'd recommend two to do a check-list of your need:
Do you must... .
Just "porting" will probably not work.
How well do you know Java?
Why are you porting it?
I can't really tell based on your description rewrite.
|
|
Hi,
I am to take up the task of porting a C++ networking application code base of quite a size from Solaris to Linux platform. The code also uses third party libraries like ACE. The application when written initially was not planned for a possible porting...
Started by Prabhu. S on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
In addition:
Are you coming.
Take the port one step at a time.
Will fix compiler problems first and not try to fix them on Linux at the same time as trying to port with what David Allan Finch wrote.
|
|
I work on the task of porting a video codec written to perform on a PC, onto a mobile platform (in my case OMAP3430 MDK). Though my question is not related to a specific platform or language.
I ask for specific clues/ideas to bear in mind when porting...
Started by Can Bal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Porting....
If all you're porting is a codec, then you have a pretty well defined task that's limited in scope porting handle both? Depending on the resolution and frame rate, real time requirements, and what processor of the omap soc.
|
|
I'm currently trying to port a SIP stack library (pjSIP) to the PSP Console (using the PSPSDK toolchain), but I'm having too much trouble with the makefiles (making the proper changes and solving linking issues).
Does anyone know a good text, book or ...
Started by mrlinx on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
I did some more.
Porting is very platform specific, so I don't think you will find much general literature the PSP is, that will tell you how big the job of porting the library over is.
|
|
I'm wondering what are the things to keep in mind when porting iPod apps to iPad, considering the new CPU and capabilites? Would you have recommendations for a newbie before attempting such a task?
Started by sthg on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you don't go overboard, and make sure to stick with the existing iPhone OS design patterns—loading... .
You'll only really know in two months, when the actual device is available to test on .
You've probably got a lot fewer performance issues to worry about .
|
|
I am porting an existing site to Joomla 1.5. The menus on the existing site use rollover images and inline Javascript. How can I make the menus look the same in Joomla and use the Joomla menus, without rewriting the menu code?
Started by cdonner on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You will also need to set the module for the menu to display... .
To show a menu item as an image, edit your menu item and select an image under the Parameters (System) heading (This list automatically populates with the images in the images/stories folder) .
|