New Launchpad[1.0r2] is up...
https://launchpad-ide.com/launchpad/index.php?topic=7.0
Quote from: marksibly on Oct 28, 2024, 08:17 AMWoohoo, very nice little website, I love it!
Forums are where it's at baby...
Bye,
Mark
[feel free to delete this dribble]
Ooerr, like the quick edit...

hehehe
hehehe

lol#include "pch.h"#define BBDECL extern "C" _declspec(dllexport)
#define BBCALL _stdcall
#define BBPTRSTR const char*
#define BBPTRVOID void*
BBDECL BBPTRSTR BBCALL ReturnString(BBPTRSTR str) {
//Return our pass string.
return str;
}


Print ReturnString$("Hello you... I've just been in a DLL!!!")
hehehe

In all seriousness... Moving it to a new version may just be the idea, if any porting path is under taken, I'll probably move the project over to C++, at least then, when needing help or looking for answers, it'll be easier to get it as I'm not based on a "library within a library" setup like I am now. It is what it is, not a show stopper, there is an answer, but I cannot see it, and neither can others who know wxWidgets inside out, cut a long story short... I haven't got a fooking clue what I've done to cause that effect!
teehehehe



Include "LP_INCLUDE_DX9.bb"
;DX9 window creation constants
Const resWidth:Int = 1024
Const resHeight:Int = 768
Const resDepth:Int = 32
Const resVSync:Int = True
Const windowed:Int = True
Local result:Int = DX9_Graphics(resWidth,resHeight,resDepth,resVSync,windowed)
DX9_SetWindowTitle("DX9Lib Example")
DX9_SetEventMode(DX9_EVENT_IMMEDIATE)
DX9_SetClsColor(0,0,0)
Local font:Int = DX9_LoadFont("Terminal",30,30,False)
Repeat
DX9_Cls()
If DX9_IsKeyDown(VK_ESCAPE)
DX9_End()
EndIf
DX9_DrawText("Howdley Doodley",0,0,false,font)
DX9_Flip()
Forever


DX9_DrawText("Howdley Doodley",0,0,false,font)
DX9_DrawText(Howdley Doodley",0,0,false,font)

