question

Leeseongyong avatar image
Leeseongyong asked

XPlatCppSdk Window SDK Only x64?? how to Build win32?? ,XPlatCppSdk window VS Only x64??

,

how to 32 build???

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
jital avatar image
jital answered

Hello,

According to the XPlat GitHub, the SDK supports both Win32 and x64. More specific instructions are available in the Windows quickstart. If you are having a specific error, could you please provide more information and screenshots if possible?

3 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Leeseongyong avatar image Leeseongyong commented ·

but.... project file only x64...

0 Likes 0 ·
Andy avatar image Andy ♦♦ Leeseongyong commented ·

There is sometimes some confusion surrounding Win32, x64, and x86. To be clear Win32 refers to the Windows API, not a specific architecture. We have a Win32 flavor of the XPlatCppSDK that builds for the x64 architecture. If you wanted something that built for a 32-bit architecture (x86), you'd need to pick up the source and make any changes yourself. We also have supported Xbox and Linux flavors that are also x64.

0 Likes 0 ·
Leeseongyong avatar image Leeseongyong Andy ♦♦ commented ·

Then Should I build as x86?

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.