Jump to content

X86 - X64 Sürümlerini Çalıştırmak - Pasif Yapmak


WolfmanTR_
 Share

Recommended Posts

s.a ben bir aio yapıyorum, aioda X86 ve x64 olmak üzere 2'şer program var,
ben X86 sistemlerde x86bit programları aktif olsun x64bit programlar pasif olsun istiyorum,
X64 sistemlerde de x64bit programları aktif olsun x86bit programlar pasif olsun istiyorum,
Radio button kullanıyorum, eğer kodlar varsa kodları verebilirmisiniz?? Edited by bordo.klavyeliler.06
Link to comment
Share on other sites

[quote name='Kral__' date='20 April 2012 - 17:39 ' timestamp='1334936346' post='1189611']
mesela bir bölüm yaparsın x86 seçili ise x86 programların bulunduğu yeri okutturmak gibi böyle bişi mi istiyorsun
[/quote]

yok kardeş..! benim hazıladığım aioyu x86 bit te bir sistem açarsa sadece x86 programı seçilebilsin istiyorum..!
x64 bit te bir sistem açarsa sadece x64 programı seçilebilsin istiyorum..!

Link to comment
Share on other sites

o zaman dediğimi on showa koyacaksın 1 dk kod yazıyım

nBit = System.Is64BitOS();
if nBit == true then
RadioButton.SetVisible("x64", true);
else
RadioButton.SetVisible("x86", true);
end
bunu gibi

Edited by Kral__
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...