REAL Studio linker problem
11 07 10 - 15:21
Create a new REAL Studio project and add this test method to the window:Sub Test(x as shell)
dim c as BevelButton
c.Enabled = true
End Sub
Now build your application.
You will see that the shell plugin code is added to the binary. But the AppearancePack is not included.
So REAL Studio detects, that this method is not needed and marks Bevelbutton for not to be included.
But it forgets to mark shell class here to be not included.
So the application size is bigger than needed.
Please add yourself to Feedback 12735
No comments