I am trying to get away from VB and write some windows programs in C++. I am using DEV-CPP, and sometimes when I try to compile code that was written in another IDE, I get this error:
Code:
invalid conversion from 'void*' to .....
I tried a google search but all that was in the first three pages was people who had the same problem. I was wondering if anyone knew how to fix it. Thanks.