I have looked into this further and it is not loading the GSTNet.dll file.

It is not listed as being loaded in the log file so I assume it isn't being loaded.

I wrote a test plugin dll to validate the dll loading and that loads just fine so I assume it is somthing with the dll or the version I have of it.

Extract from log...

Code:

...
DI Microsoft PC-joystick driver 4 axes 12 buttons initialized
Mouse found
Joystick found
SB X-Fi Audio [7C00] opened
NVIDIA GeForce 7950 GX2 pure T&L device 1ff9 detected
D3D device NVIDIA GeForce 7950 GX2 1ff9 selected..
PATH C:\Projects\code\
ClassTest.dll opened
Compiling TEST.C.... .... . ..
Running TEST.C.
4 objects
...



ClassTest is my test dll file. The functions I defined in ClassTest work perfectly. The dll files (both my test one and the GSTNet one) reside in the acknex_plugins folder of my 3DGS install.

Any ideas??

Cheers

MACRO