mmaier Posted December 13, 2014 Report Posted December 13, 2014 Hi all, what i have: Windows 8.1, FSX, PMDG 737NGX, Saitek X52, Plan-G, ASN, FSUIPC4 and WideFS both lisenzed, used all without any Problem and now with Problem Ms Visual Basic 2010 Expresswhat i bee: German, retierd (74), Hobby Powerbuilder Programmerwhat i will do: Write a little Program to test my Saite-X52 in real live of FSX and for this i use FSUIPC4 on one PC with two MonitorsProgram Status: Visual Basic 2010 Express and use of UIPC_SDK_VisualBasic-FSUIPC.bas I have read all specified Manuals Connect to FSX.exe or WideClient.exe OK Error: "AccessViolation" at the first "CopyMemory" Questions: 1. What is the returnValue (m_pView) of MapViewofFile, is he variable when YES what Range ? I'm know about the Slots-Range of 0xD000 to 0xFFFF are the fixed in Segment 0000 independent of the Size of Memory (RAM) ? 2. Is there a Trace of FSUIPC.bas available ? (maybe in the drawer) 3. Q3 i hope no, after an answer for Q1RegardsManfred Maier
Pete Dowson Posted December 13, 2014 Report Posted December 13, 2014 Program Status: Visual Basic 2010 Express and use of UIPC_SDK_VisualBasic-FSUIPC.bas I have read all specified Manuals Connect to FSX.exe or WideClient.exe OK Error: "AccessViolation" at the first "CopyMemory" Doesn't Visual Basic 2010 Express come with any debugging tools, so you can find the error yourself? 1. What is the returnValue (m_pView) of MapViewofFile, is he variable when YES what Range ? It is the address in your process memory of the file mapped file. don't you have any reference information for Windows APIs? They are all available on-line! I'm know about the Slots-Range of 0xD000 to 0xFFFF are the fixed in Segment 0000 independent of the Size of Memory (RAM) ? Do NOT confuse FSUIPC offsets, which are really just tokens representing data, with addresses. They are NOT addresses in anything in your process! They are just data references as documented in the lists. 2. Is there a Trace of FSUIPC.bas available ? (maybe in the drawer) You use your debugger! The sources for all the parts which go into your program are provided in the ZIP. 3. Q3 i hope no, after an answer for Q1 Sorry, this question makes no sense and isn't even a question. Pete
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