microsoft / Chakra-Samples

Repository for Chakra JavaScript engine related samples.
MIT License
216 stars 84 forks source link

Need Chakra Sample for C# #2

Closed pallammadhukar closed 9 years ago

pallammadhukar commented 9 years ago

Hi Team,

I am sorry for posting this as an issue. I am posting here because I don't have other option.

I am a C# developer, I read article about Chakra Engine which will be available to c# developers from Windows 10 development. I am very excited to run JavaScript using C#. I am eagerly waiting to run my JavaScript applications in windows 10.

Please don't mine, I know I have posted it in wrong place, because I don't have other option to contact you.

Thanks, Pallam Madhukar Windows Developer.

liminzhu commented 9 years ago

Thank you for opening this issue Pallam! We are actively working on a C# sample for hosting Chakra on an Universal Windows App. In the meantime, there is a C# sample for Win32 platform, which may be helpful for you.

Thanks, Limin Zhu [MSFT]

pallammadhukar commented 9 years ago

Thank you liminzhu, I have tried to run the win32 sample, and getting chakra.dll not found. Please can you help me to find chakra.dll.

Thanks, Pallam Madhukar

liminzhu commented 9 years ago

What version of Windows are you using Pallam? I'd suggest you using the latest Windows 10 Preview and Visual Studio RC. Chakra.dll is a system component that comes with Windows and you don't have to worry about locating it.

Thanks, Limin Zhu [MSFT]

liminzhu commented 9 years ago

Hi Pallam,

You can now find the C# sample for Universal Windows Apps here :). Feel free to post any feedback.

Thanks, Limin Zhu [MSFT]