Appdata an Vista

Started by Randem, August 17, 2008, 08:58:05 AM

Previous topic - Next topic

Randem

Ooopps, Sorry...
 
Try this in the IDE
 
? Hex(Abs(Int(Val(11.5)) - CDbl(11.5)))
 
then  
 
? Hex(Abs(Int(Val(11.5))) - CDbl(11.5))

sacramento

The version Windows is in Portuguese language,not in Spanish!

sacramento


Randem

Ok, got it. You have a Spanish version of Windows (or at least the code page) and it does something strange in that conversion.
 

sacramento


Randem

Ok, that is where the problem is. Try this:
 
? LCase(Hex(Int(Val(11.5))))

sacramento

Hi:
 
The value returned is 73

Randem

Try this for me. In the VB IDE place a break point in your application just to run this statement. In the immediate window type
 
? LCase(Hex(Val(Int(11.5))))
 
Then let me know what gets shown.

sacramento

Hi:
The results...YOu can try with CR10...I had make the test with CR10 and the problem remain.
 
Thanks

Randem

I cannot reproduce your issue here. I am attaching the script I generated from your vbp file and another exe. Replace the one you have with this one and re-run InnoScript. Post the results.
 
I get the error because I don't have CR 11 loaded but the output of that line is different for me.
 
 
InnoScript exe dated 8/24/2008
InnoScript.zip (293.5 k)

sacramento

Hi Randem:
 
See if is the attached file

Randem

That's not the vbp file. The Visual Basic Project File. The one you open to code in VB...

sacramento

Hi Randem:
 
Sory the delay...today i'm out all day too,but i leave here the .vbp file ok?
 
THanks

Randem

Where is the .vbp file? I need to see the contents for I believe the problem is there.

Randem

Can't find anything without that .vbp file.
 
I will go to sleep now, it's 2:27am...