Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
FunWithNumbers88
Posted - 07/29/2011 : 3:27:20 PM Origin Ver. and Service Release (Select Help-->About Origin): 8.51 Operating System: Windows 7
I've included Origin.h, which itself includes File.h and stdio.h, but I still get the error:
Member function Folder::MakeActive not defined or does not have matching prototype Member function stdioFile::open not defined or does not have matching prototype
Wtf? How do I fix this? I'm not sure where all these externed files are kept, so it could be that even though Origin.h includes them, there is no actual functionality underneath.
22s!
2 L A T E S T R E P L I E S (Newest First)
FunWithNumbers88
Posted - 08/01/2011 : 12:09:32 PM Yea I fixed it. It was a silly mistake 'O' instead of 'o'.
I got mixed up because a tutorial I was reading used the wrong activation method...I searched the Wiki for the correct version.
22s!
Penn
Posted - 07/31/2011 : 10:05:34 PM Hi,
I am afraid that neither of the mentioned functions exists in Origin C. Maybe you can refer to Folder::Activate method and File::Open(pay attention to the capital letter "O") method.