Jump to content

How To Convert 32bit To 64Bit Help!!!!


Recommended Posts

Im Using WinXP 32bit  - My scripts Use  _Readmemory Then Show Text on Gui. After I Complied That Script  with 32Bit  and

All Win32bit OS  WOrked.

But With win74 64bit It SHow Gui Only, It Not Show Text  Of _readMemory Func

I choose X64bit CheckBox When Use Aut2EXE complie - then Open With Win7 64bit , Its Same Show Gui - And Not Show The Text Of ReadMemory Func

Now . How i Can Convert My Script To Work With 64Bit

Im A New -Please Help Me.!

Link to comment
Share on other sites

  • Moderators

Please stop with the Bold Print when you post on here.  Bold is meant to emphasize something specific.

 

Looks like you have 3 options.

1.  Compile your script to 32 bit only.

2.  Use 64 bit functions.

3.  Convert this mystery "memory" functions to accept 64bit integers.

Here's the question you should really ask yourself.

Why do I need my executable to be 64bit and NOT 32bit.

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Link to comment
Share on other sites

Please stop with the Bold Print when you post on here.  Bold is meant to emphasize something specific.

 

Looks like you have 3 options.

1.  Compile your script to 32 bit only.

2.  Use 64 bit functions.

3.  Convert this mystery "memory" functions to accept 64bit integers.

Here's the question you should really ask yourself.

Why do I need my executable to be 64bit and NOT 32bit.

 

I need Convert To 64bit for My Friend Use .. Their Install Win7 64bit.. while i dont understand about :  how To Play My script on 64bit

Please Tell Me How To Complie My script for Play on win7 64 bit.!

thank You! very much.!

Edited by nguyenvanhieu01
Link to comment
Share on other sites

If you could give us some more information what your script does we could be able to provide a solution.

My UDFs and Tutorials:

Spoiler

UDFs:
Active Directory (NEW 2022-02-19 - Version 1.6.1.0) - Download - General Help & Support - Example Scripts - Wiki
ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts
OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki
OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download
Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki
PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki
Task Scheduler (NEW 2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki

Standard UDFs:
Excel - Example Scripts - Wiki
Word - Wiki

Tutorials:
ADO - Wiki
WebDriver - Wiki

 

Link to comment
Share on other sites

  • 3 weeks later...

The first question I would have at this point is:

Have you tried running the 32-bit version of your program on your friend's 64-bit PC? Most 32-bit programs will work without issue in 64-bit environments (unless, that it, they interact with other applications and in the 64-bit environment those applications happen to be 64-bit).

Once this has been confirmed as still not working, the next question I would ask is:

Have you have tried to run it on a 32-bit copy of Windows 7? In other words, it could be an issue with Windows 7 compatibility (UAC is the first that springs to mind, but the list of possibilities is quite extensive!), rather than an architecture issue.

If the answer to the first question is that it still doesn't work, and the answer to the second is that it does work under 32-bit Windows 7 (or, for that matter, even if this doesn't work either), please consider posting your code (at least the _readmemory function and any functions it calls) so that we can walk through the code line-by-line to find where the incompatibility might be.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...