Hi,
I have make one dll and with two global variable.
VideoBootStrap EPOC_bootstrap = {
"epoc\0\0\0", "EPOC system",
EPOC_Available, EPOC_CreateDevice
};
/* Available video drivers */
static VideoBootStrap *bootstrap[] = {
&EPOC_bootstrap,
NULL
}
bootstrap show 2 values but bootstrap[0]'s all memeber are 0xffffffff.
After that, I make it one static link library, then everything become okay.
What's wrong in dll?
Lin



