Hi there,
I've downloaded the "latest" version of this from
http://sourceforge.net/projects/dx9s/
I can compile it to a DLL, but could someone please hint to me how I can compile or turn this into a subsystem?
I have specific reasons for wanting to do this, first the pre-compiled subsystem doesn't seem to work with PB4.60 and complains about missing PureLibrary MEMORYEXTENTION. I need PB4.60 to support a very big application that is not yet ready to transition to PB5.x. (which doesn't solve the problem I am having anyway)
I need this DX9 subsystem, as the PB DirectX subsystems crashes when the device is lost (screen locks, sleeps, workstation locks), this DX9 subsystem seems to not do that.
So, the DX9SubsystemDLL44.pb holds a bunch of procedures like...
Code: Select all
ProcedureDLL _OpenWindowedScreen(WindowID,x,y,Width,Height,AutoStretch,RightOffset,BottomOffset)
......
ProcedureDLL _ClearScreen(Color)
....
They are the same procedures as the default subsystem except for the _ before the name.
How does this become compiled into a subsystem?
Cheers,
Hip