Search found 14 matches

by coffeebean
Wed Aug 18, 2004 1:23 pm
Forum: Coding Questions
Topic: Help with ASProtect & PB
Replies: 12
Views: 3208

Thanks 4 all your help.... did that work for you... it didn't work for me. :roll:

I protected the exe with 30 days trial and 42 executes. (using trial version of asprotect also).

It returned -1 days, -1 executes and the hardware key was "123456789".

Im using the Demo version of PB 3.90... dont ...
by coffeebean
Wed Aug 18, 2004 11:28 am
Forum: Coding Questions
Topic: Help with ASProtect & PB
Replies: 12
Views: 3208

Hum... didn't work.. returned 0 again.

In a Blitz Boy so all these pointers are new to me....

I couldn't get this to work with Blitz either.
by coffeebean
Wed Aug 18, 2004 10:40 am
Forum: Coding Questions
Topic: Help with ASProtect & PB
Replies: 12
Views: 3208

Kind worked.. iI protected then .exe with 30 executions but it returned 4223426 to @t not 30.

If OpenLibrary(0,"asprotect.dll")

CallFunction(0,"GetTrialExecs",@t,@l)

total=@t
Else
OpenConsole()
Print("cant find asprotect.dll")
Delay(4000)
End
EndIf

r$=Str(total)
OpenConsole()
Print ...
by coffeebean
Tue Aug 17, 2004 7:33 pm
Forum: Coding Questions
Topic: Help with ASProtect & PB
Replies: 12
Views: 3208

Thanks 4 the reply.

Didn't help :( Returned value is an integer\Long
by coffeebean
Tue Aug 17, 2004 6:58 pm
Forum: Coding Questions
Topic: Help with ASProtect & PB
Replies: 12
Views: 3208

Believe me I've read those documents over and over I just dont get it.

If OpenLibrary(0,"asprotect.dll")

result=CallFunction(0,"GetTrialExecs")

Else
OpenConsole()
Print("cant find asprotect.dll")
Delay(4000)
End
EndIf

r$=Str(result)
OpenConsole()
Print(r$)
Delay(4000)
End ...
by coffeebean
Tue Aug 17, 2004 6:17 pm
Forum: Coding Questions
Topic: Help with ASProtect & PB
Replies: 12
Views: 3208

Help with ASProtect & PB

Hi, because VB6 is a bit dodgy I need to write a launcher program for a "Blitz game" that does not use VB6.
I've tried the demo of PB to see if PB can use asprotect... this is what I have done but It dont work.. probably cus i've done it wrong. I've seen a few posts about asprotect and from what I ...
by coffeebean
Sun Aug 17, 2003 1:06 pm
Forum: Coding Questions
Topic: My mouse has gone?
Replies: 11
Views: 3762

LarG - I can do that no problem but the mouse commands that i need will either only work on gadgets or only work on a screen, not both together.

This brought up on these forums.
http://forums.purebasic.com/english/viewtopic.php?t=3229&highlight=pbeventtypeleftclick

If you take a look at my Push'em ...
by coffeebean
Sun Aug 17, 2003 1:28 am
Forum: Coding Questions
Topic: My mouse has gone?
Replies: 11
Views: 3762

Hum looks like im life with PB was short lived, From digging round the docs and this fourm i have fond that there is currently no way to catch mouse clicks in a windowed screen.. Oh well, I guess i'll have to go with Blitzplus. I'll be checking back thought from time to time. :cry:
by coffeebean
Sun Aug 17, 2003 12:13 am
Forum: Coding Questions
Topic: My mouse has gone?
Replies: 11
Views: 3762

I want the cursor to move outside of the window (i dont need it stay within the screen), i just want to see the cursor, right now it just invisable.
:(
by coffeebean
Sat Aug 16, 2003 11:29 pm
Forum: Coding Questions
Topic: My mouse has gone?
Replies: 11
Views: 3762

Hummm..... nope it bugged on ShowCursor_(1) , said its not a function or not avaliable in the demo version. I Didn't find an Cursor commonds in the help text either. :?

I got the problem tracked down to ExamineMouse() in my main game loop, but without it i cannot do actions on my drawing screen ...
by coffeebean
Sat Aug 16, 2003 10:49 pm
Forum: Announcement
Topic: Converting two games.
Replies: 3
Views: 2387

Converting two games.

Will be converting Push'em from Originaly coded in BlitzPlus:

Image


Possibly be stopping dev on Alphabreed in Blitz2D to use the PB Sprite commands:

Image
by coffeebean
Sat Aug 16, 2003 10:41 pm
Forum: Coding Questions
Topic: My mouse has gone?
Replies: 11
Views: 3762

My mouse has gone?

Hi im making a windowed game and just doing some tests to get used to the new commands (Blitzbasic user), I've set up a window and inside the window ive setup a screen to draw on, the problem is that my mouse is invisable, it still works just cant see it. :?:

Heres the code no external media is ...
by coffeebean
Sat Aug 16, 2003 10:37 pm
Forum: Coding Questions
Topic: Windowed games?
Replies: 3
Views: 1669

Thanks peeps, cant get used to these command names,

hypervox - I looked at your tuts, a little basic for me, but still useful.

BTW im converting my 95% Finished Blitzplus game, Push'em, took 3 weeks to code in BP so converting it shouldn't take too long.

http://www.alphabreed.ukgamers.net ...
by coffeebean
Sat Aug 16, 2003 6:22 pm
Forum: Coding Questions
Topic: Windowed games?
Replies: 3
Views: 1669

Windowed games?

Hi, I've been a BlitzBasic user for several years and i will remain :lol: (for all bb guy here). However im not impressed with the lack of functionality in BlitzPlus. :cry:

I've downloaded the demo of PB and so far find it quite easy to get to grips with. I'm developing several windowed games, in ...