Hi,
I have a problem with the following scenario:
1) custom java class that uses a 3rd party library that
makes use of java.awt class (PaintEvent)
1a) my custom classes were written in java 1.5 and i set the
IDE's jdk to 1.5. I am using Powerbuilder 10.5.2 using the
most current EBF.
2) creation of the ejb proxy objects is successful.
3) but when i go to deploy my application making use of the
proxy objects, Powerbuilder returns back an error for the
following stubs:
mfa105.pbl(paintevent).9: Error C0031: Syntax error
mfa105.pbl(dialogtype).7: Error C0031: Syntax error
if i remove the stubs for these 2 objects, i can get around
the syntax error, but then i get a new set of syntax errors
from objects that used the original 2.
Does anyone know how to fix this?