PDA

View Full Version : error loading kernel plugin


mdabbs
08-21-2002, 06:30 AM
I've tried to compile and load the simple sample plugin offered here on the forum, I think by DMut. I can get it to complile just fine, and I've installed it, but OP now complains on startup with a msg and in the debug Diag window that it can't load the plugin. The msg from Diag is:

02/08/21 12:43:50 Can't load plug-in SAMPLE1.DLL, error C000026C.

Has anyone ran into this before that can offer any insight? I compiled the plugin using Visual C++ version 6.0 but I did not use the makefile, I rebuilt the project by hand. That leads me to believe that there is a setting in the project that is wrong but I'm not sure where to look, and this error code doesn't help at all.

Any help would be greatly appreciated.

-Mike

There are only 10 types of people in this world: Those who understand binary, and those who don't.

rbsoft
08-21-2002, 09:08 AM
Hi mdabbs,
I think the object alignment must be set to byte. Did you check the alignment?

cu B.

mdabbs
08-21-2002, 09:34 AM
I'll try that and see. Thanks for the reply.

mdabbs
08-21-2002, 10:23 AM
That didn't help. :(

Danil
08-21-2002, 10:44 AM
I sent the thread to the programmers, so they will shed some light on this problem...

Danil
08-22-2002, 11:29 AM
mdabbs, what exact plug-in did you download?

mdabbs
08-22-2002, 11:53 AM
It was the 'simple' one referenced here:

http://www.outpostfirewall.com/forum/showthread.php?s=&threadid=3002

I did not use the makefile included with the system as it did not like certain locations and headers. I created a new project and workspace and, using the latest Win2kDDK headers, was able to compile the dll. I used the install.c file provided with the OP SDK by adding a link to the sample.dll and commenting out the others. I had to add a registry key setting to get OP to recognize that it *should* load the plugin, but then I get the error whenever OP is launched.

I can pack up the entire pproject if it would help. I'm not sure if it would be enough as Win2kDDK and OP DDK headers are also referenced, which would be harder to package.

Thank you for the replies. I'm very interested in getting this simple one to work so I can build on it with other ideas.

-Mike

There are only 10 types of people in this world: Those who understand binary, and those who don't.

Danil
08-25-2002, 10:36 AM
http://www.outpostfirewall.com/forum/showthread.php?s=&threadid=3002 There I found:

"IT IS UNOFFICIAL AND UNSUPPORTED BY AGNITUM, PROVIDED BY ME "AS IS"."

So, let's wait for Dmut's comments.

Dmut
08-25-2002, 08:50 PM
Sorry, it's unsupported by me also. ;)
I written it long time ago, so , mey be it's doesn't compatible with current version OP.
mdabbs, try blockpost sources, they should work ok.