Lessons Learned Bringing 44 apps to Windows Phone

First, the LFS (Lua File System) library is not supported on WP8.  This is a 3rd party library (not written by Corona Labs) which does not compile on this platform.  So, you cannot *require* this library into your app.

We document what Lua APIs and features are supported on WP8 here…

   http://docs.coronalabs.com/daily/coronacards/wp8/support.html

I recommend that you first following our WP8 “Getting Started” guide here…

   http://docs.coronalabs.com/daily/coronacards/wp8/index.html#getting-started

This will show you how to create a WP8 Corona app project, build it, and deploy it to a device or emulator.  Once you are comfortable with this, I recommend that you have a looking at our porting guide here…

   http://docs.coronalabs.com/daily/coronacards/wp8/portapp.html

I hope this helps!

First port to Windows Phone done!

The review was very fast, only a few hours!

“Best Find The Pair 4 Kids” is now available on Windows Phone Store

Thanks very much for sharing Scott!

I created a few file system methods that I needed to port my game to windows phone. Here is a link to the code if your interested:

https://forums.coronalabs.com/topic/57371-has-anyone-written-lfs-substitute-code-for-wp/

Thank you for the post.

Installed Windows 8.1, starting porting games this weekend.

Will let you know how it goes…

Hi everyone,

I have tried to bring my app to windows so i can deploy it on my windows phone,

I have done all the necessary steps highlighted in the following link 

http://scottadelman.com/2014/12/01/lessons-learned-bringing-my-corona-apps-to-window-phone/

but still cant get my app working,

i get this error:

The thread 0xde8 has exited with code 0 (0x0).

Runtime error

module ‘lfs’ not found:

no field package.preload[‘lfs’]

no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\lfs.lua’

no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\lfs.lua’

no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\lfs.lua’

no file ‘.\lfs.lua’

no file ‘!\lua\lfs.lua’

no file ‘!\lua\lfs\init.lua’

no file ‘!\lfs.lua’

no file ‘!\lfs\init.lua’

no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\lfs.dll’

no file ‘.\lfs.dll’

no file ‘C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\lfs.dll’

no file ‘.\lfs.dll’

no file ‘!\lfs.dll’

no file ‘!\loadall.dll’

stack traceback:

[C]: in function ‘require’

?: in function ‘require’

C:\Data\Programs{D7C4DBDC-44FD-40DF-9DDC-3615142304A7}\Install\Assets\Corona\main.lua:13: in main chunk

The thread 0xd54 has exited with code 0 (0x0).

please help :frowning:

thanks

First, the LFS (Lua File System) library is not supported on WP8.  This is a 3rd party library (not written by Corona Labs) which does not compile on this platform.  So, you cannot *require* this library into your app.

We document what Lua APIs and features are supported on WP8 here…

   http://docs.coronalabs.com/daily/coronacards/wp8/support.html

I recommend that you first following our WP8 “Getting Started” guide here…

   http://docs.coronalabs.com/daily/coronacards/wp8/index.html#getting-started

This will show you how to create a WP8 Corona app project, build it, and deploy it to a device or emulator.  Once you are comfortable with this, I recommend that you have a looking at our porting guide here…

   http://docs.coronalabs.com/daily/coronacards/wp8/portapp.html

I hope this helps!

First port to Windows Phone done!

The review was very fast, only a few hours!

“Best Find The Pair 4 Kids” is now available on Windows Phone Store

Thank you Scott.

I created a few file system methods that I needed to port my game to windows phone. Here is a link to the code if your interested:

https://forums.coronalabs.com/topic/57371-has-anyone-written-lfs-substitute-code-for-wp/

Thank you Scott.