windows-xp-sp2

My AVD creator window is missing setting RAM option

筅森魡賤 提交于 2019-12-12 06:58:47
问题 I am new to Android.I have made a HelloWorld application and want to run it in Android emulator.But the emulator is not showing anything apart from the text 'Android'. I later come to know that my AVD creator window is incomplete.It is missing the setting memory option for RAM and SD card. Now, I have only 1 GB RAM and running XP SP2, so how I can get a proper window to create AVD? 回答1: I got the solution myself.I did not install anything apart from Android Developer Tools such as Open GL ES,

Execute antivirus program programmatically using delphi

混江龙づ霸主 提交于 2019-11-30 15:47:31
问题 I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files. how i can execute the antivirus program installed in the client side, when the download finish? UPDATE I need implement something similar to firefox when download a file and then execute the antivirus installed in the machine. thanks in advance. 回答1: See the nice person's answer to my other question. Looks like there are two COM interfaces

Execute antivirus program programmatically using delphi

我与影子孤独终老i 提交于 2019-11-30 15:03:21
I wrote an small app to transfer files using the indy components, now i want start the antivirus program when the transfer is finished to check the files. how i can execute the antivirus program installed in the client side, when the download finish? UPDATE I need implement something similar to firefox when download a file and then execute the antivirus installed in the machine. thanks in advance. Warren P See the nice person's answer to my other question. Looks like there are two COM interfaces you should be grabbing, one of which is documented here: IAttachmentExecute This interface is part

Compiled a C++ program in Visual Studio Professional 2013, will not work with Windows XP SP3

て烟熏妆下的殇ゞ 提交于 2019-11-29 03:04:18
I usually hate asking questions but this one has me stumped. I am creating a small game using C++ and Allegro5 in Visual Studio Professional 2013. I have used the Visual Studio 2013 – Windows XP (v120_xp) platform toolset, and made sure the Visual C++ 2013 redistributable was installed on the target machine. I am developing using Windows 8.1, the target machine is running Windows XP SP2. Whenever I attempt to run the program I receive a message stating .exe is not a valid Win32 application. Even though I am not using anything related to .NET I have made sure that was installed on the target

Compiled a C++ program in Visual Studio Professional 2013, will not work with Windows XP SP3

自闭症网瘾萝莉.ら 提交于 2019-11-27 22:04:17
问题 I usually hate asking questions but this one has me stumped. I am creating a small game using C++ and Allegro5 in Visual Studio Professional 2013. I have used the Visual Studio 2013 – Windows XP (v120_xp) platform toolset, and made sure the Visual C++ 2013 redistributable was installed on the target machine. I am developing using Windows 8.1, the target machine is running Windows XP SP2. Whenever I attempt to run the program I receive a message stating .exe is not a valid Win32 application.