Empty Assembly

Hi Folks,

We need to share some code between Delhpi and .Net and therefore we created oxygene project with a single pas file.
it compiles and works fine in delhpi, however in .Net the assembly is empty as shown in this screenshot:

What could cause this?

thnx

Michael

Hard to say without more details. What does the source file look like? What’s in it? Can you post or send us the project?

it looks like the tool you use has private/internal types as hidden by default. Disable that option and they’ll show (that or make the types/members public)