View Single Post
Old 01-30-2004, 01:20 PM   #1 (permalink)
paul
Registered User
 
Join Date: Feb 2003
Location: NS, Canada
Posts: 15
paul is on a distinguished road
invalid conversion

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.
paul is offline   Reply With Quote