I have one app in 32 bits; my application passes a value to another application that this done in "VB", it app in VB take one value in this format: 0x65 ( hexadecimal ) and it does not admit 101 ( the equivalent one to the value 0x65 ).
the problem is that when compiling the application in 16bits gives an error "error syntaxis" in this line:
- Code: Select all Expand view
local xCommand:= 0x65
Some idea?
Tank´s