|
|
#1 |
|
Junior Member
Join Date: May 2006
Posts: 17
|
System::Call on Transmeta Processor
I have an install program that uses a DLL to validate a serial number.
If calling the validation function returns -1 then the Validation failed. The validation is successfull if the return value equals 1. The setup program correctly validates the serials in almost all the computers, though when I try to install it on a laptop that has a Transmeta Crusoe processor, the validation fails :P I'm focusing on the processor because I havent found anyother incompatibilities with systems where the installation was successfull. This is not a top priority issue but I'm curious on why the setup behaves this way!
|
|
|
|
|
|
#2 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
What exactly does that System::Call do? Can you provide access to a machine running with a Transmeta processor?
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
|
|
#3 |
|
Junior Member
Join Date: May 2006
Posts: 17
|
Well the System::Call invokes a DLL function in order to validate the user typed serial number:
code: Has to providing access I'm unable to do so because the refered computer is a client's computer. :P I have also made an executable file wich invokes the function in order to evaluate if the error was being caused by my function. The validation worked perfectly on the transmeta computer!
|
|
|
|
|
|
#4 |
|
M.I.A.
[NSIS Dev, Mod] Join Date: Oct 2001
Location: Israel
Posts: 11,343
|
Well, there's nothing much I can do if all the information I have is that it might be caused by System not functioning properly on a Transmeta. All I can do is offer you send him a DLL that creates a debug log with detailed information about the function parameters and the steps it takes to produce the results and have him send you that log.
NSIS FAQ | NSIS Home Page | Donate $ "I hear and I forget. I see and I remember. I do and I understand." -- Confucius |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|