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...
#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!!!")