|
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.
|
|
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.
|
Ask your Facebook Friends
|
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.
|
|
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 am getting an error while porting my application from VC6 to Visual Studio 2005.
Does anyone have any idea what this means?
mfcs80.lib(dllmodul.obj) : error LNK2005: _DllMain@12 already defined in MSVCRT.lib(dllmain.obj)
Started by vijay.j on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
From http://support.microsoft.com/default.aspx?scid=kb;en-us;q148652
A LNK2005 error occurs when the CRT....
Let me google that for you and it seems several people have asked the same question on other forums, with some useful advice about conflicts etc .
|
|
I was getting an link error mfc42.lib cant be opened, while porting vc6 to vs2005, i added the lib path form vc6 directory to vs2005 option, but nw i am getting error
link2001 unresolved external symbol "unsigned int (__stdcall* ATL::gfunc()
Started by vijay.j on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
Hello
I would like to ask a few questions regarding mobile game porting...
Let say if I have a simple 2D C++ game engine and have a PC game based on that engine and I want to port it to different mobile platforms BREW, J2ME, iPhone, Android, Symbian, ...
Started by 41104 on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
So my answer, but will help you a lot when ... .
In this case you need to port the C/C++ code to Java which can be overkiling.
Are considering are not compatible, most of then allow you to run C/C++ code so in theory you could port at least.
|
|
I am in the beginning stages of creating software for a mISV-to-be. The program is a desktop application and in the long run I want to have a native version for both Windows and OS X (I have a looked at various cross-platform APIs, and none of them meet...
Started by Sam Lee on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
If you do it the other way, WINE is meant to make porting easier titled Porting Large Applications....
This could be done using gnustep or Cocotron.
Once you've written an app for Cocoa, it is possible to port it to Windows.
|