hello all friends..........
I create a form inside the Dll. But it compile is not successfully.Some Error below.
" Access violation at address 004EB784 in module 'Project1dll.dll'.Read of address 00000048"
Thanks.....
|
1
|
|
|
|
You are dereferencing a nil pointer somehow. Perhaps an object that hasn't been created? |
||
|
|
|
|
here's something i've found necessary to do this. see my example function below:
|
||
|
|
|
As well you should have a look here, it might help if your trouble is elsewhere .. Forms in dll |
|||
|
|
@Adamski: that would be too easy with004EB785. You try to solve it for004EB784– Quassnoi Aug 21 at 16:26