Jump to content

Updated to 3.3 and get compile errors


jasonlg3d
 Share

Recommended Posts

I just upgraded to 3.3 hoping to get my program to run in Vista and now i get compile errors. They all seem to be related to functions that used to take a const char as a parameter. Could some one give me a hand?

C++ by the way.

example:

AU3_MouseClick( "right", x, y, 1, 0 ); // This line yields the compile error below

C:\Documents and Settings\groundsj\My Documents\My Programs\test.h : error C2664: 'AU3_MouseClick' : cannot convert parameter 1 from 'char [6]' to 'const unsigned short *'

Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...