Winblitz???

Blitz3D Forums/Blitz3D Programming/Winblitz???

Bnesiba(Posted 2006) [#1]
i downloaded winblitz3d, but when i run the "demos" they cant find any of the funciton that they use, and when i look at the file they are including, it doesnt have any of the functions needed..

all i got was 1 .bb file, WBBStyles.bb, all the demos include it, and it doesnt do anything.


Pepsi(Posted 2006) [#2]
place the Blitz3D_GUI_DLL.decls file found in the winblitz3d_v1.0 directory into your userlib directory.

then place the blitz3d_gui_dll.dll in the example directory you want to test out.

------
Edit: ah... you dont have the Blitz3D_GUI_DLL.decls and blitz3d_gui_dll.dll files?


Kev(Posted 2006) [#3]
like Coyote said, copy .decls and .dll to the required locations.