If this was compiled to an exe, is it a Basic app, or C app?
Code: Select all
MessageBox_(0,"Click OK to make folder C:\Test","Info",0)
CreateDirectory_("C:\Test",0)
PB - Registered PureBasic Coder
Code: Select all
MessageBox_(0,"Click OK to make folder C:\Test","Info",0)
CreateDirectory_("C:\Test",0)
Well, there is no basic keyword in it only api calls.If you compile it with PureBasic, its a PureBasic application.
If you would write it in ASM, the result would be much smaller.