Do I need to change codes to move from Windows to Linux
63 views
Skip to first unread message
Ket
unread,
Nov 7, 2012, 9:03:48 PM11/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Hi,
I've developed my app under the Windows environment. But when it comes to a real world usage I have to host my app under a Linux plan. Does this cause me to change my code accordingly. If it does, it will be a makeover I guess.
Just my concern!
Thanks
Nathan Rajlich
unread,
Nov 7, 2012, 9:17:54 PM11/7/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
For the most part, no, you shouldn't have to change your code. Though
there are some subtleties that you should be aware of:
https://gist.github.com/2790533.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
It depends if your doing some OS specific operations. The main problem would be the way you defined your paths, but check that out on the link Nathan posted.