Hello,
I have ported a Project from FireFly 3.10 to 3.70 (and from PB 9 to PB 10).
In FireFly 3.10 I used the WinApi, now I use the Jose Roca Includes.
Now I get an Error compiling one of the DLL's (It's a custom control) "ERROR 598 Method or property Name expected.
The include-file for the referenced object is correctly included.
When I try to compile the created Main.bas in PB direct I get an Error by referencing the 'IStream' Object in GDIplus.inc.
Here is also the file 'Objidl.inc', where IStream is declared, correctly included at the top of GDIplus.inc.
What do I wrong?
> I get an Error by referencing the 'IStream' Object in GDIplus.inc.
Too vague. We need to see the code that causes the error. Be aware that in the code and includes for PB 9 we had to use workarounds because of the lack of unicode support and it needs to be changed to work with the includes for PB 10.
Sorry, I found the error. There were different Folders for the WinApi in FF and PB defined.
Christian