andreash Posted December 16, 2005 Report Posted December 16, 2005 Hi I have a problem with writing to the Fs. If i code like this: dim Elev as Integer Elev=label13.text Call FSUIPC_WRITE(&HBB2, 2, Elev, dwResult) Call FSUipC_Process(dwResult) I get everytime the error that the overload function is failed. (I use Vb.net, Thats why I cant use VarPtr) can anyone help? regards, Andreas
andreash Posted December 19, 2005 Author Report Posted December 19, 2005 dim dwRsult as Integer dim Elev as Integer dim ElevInput as Integer ElevInput=label13.text Call FSUIPC_WRITE(&HBB2, ElevInput, Elev, dwResult) Call FSUipC_Process(dwResult) This code works! Problem Sloved regards, Andreas
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now