Sonsivri
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
March 29, 2024, 08:05:22 08:05


Login with username, password and session length


Pages: 1 2 3 [All]
Print
Author Topic: PicBasic Pro v3.1.0  (Read 157435 times)
0 Members and 1 Guest are viewing this topic.
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« on: October 31, 2011, 09:42:42 09:42 »

Hi,

here is a medicine for v3.1.0

This is based on trial version (which correspond as Gold Edition).
So download and install trial version and add medicine.

Download Software (trial) : http://www.pbp3.com/downloads/PBP3_Setup.exe

For Information:
  PicBasic Pro v3 site : http://www.pbp3.com
  Download PBP : http://www.pbp3.com/download.html
  Download Ref Manual : http://www.pbp3.com/downloads/PBP_Reference_Manual.pdf
  History Versions of PBP : http://support.melabs.com/content/29-PicBasic-Pro-Version-History

What's new :
PBP 3.1 as a major upgrade due to additional assembly-libraries necessary to support Microchip's changes in memory map on their latest devices. The new libraries allow us to continue adding support for the latest 8-bit microcontrollers as they are released.
•Added support for devices: 10(L)F320, 10(L)F322, 16(L)F15313, 16(L)F15323, 16(L)F15324, 16(L)F15325, 16(L)F15344, 16(L)F15355, 16(L)F15356, 16(L)F15375, 16(L)F15376, 16(L)F15385, 16(L)F15386, 16(L)F1773, 16(L)F1776, 16(L)F1777, 16(L)F1778, 16(L)F1779, 16(L)F18324, 16(L)F18344, 16(L)F18854, 16(L)F18855, 16(L)F18856, 16(L)F18857, 16(L)F18875, 16(L)F18876, 16(L)F18877, 18(L)F24K40, 18(L)F25K40, 18(L)F26K40, 18(L)F27K40, 18(L)F45K40, 18(L)F46K40, 18(L)F47K40, 18(L)F65K40, 18(L)F66K40, 18(L)F67K40
•Added Peripheral Pin Select (PPS) initialization for HPWM, HSERIN, HSEROUT, HSERIN2 and HSEROUT2 commands on devices equipped with modern-format PPS.

Best regards.
« Last Edit: August 13, 2017, 11:00:51 11:00 by titi » Logged
alwaan
Inactive

 Muted
Offline Offline

Posts: 3

Thank You
-Given: 10
-Receive: 22


« Reply #1 on: October 31, 2011, 08:08:03 20:08 »

Hi Titi,

After successfully compiling & closing PBP3, then setting the clock forward 2 months, running a compile of the same program generates the following message:

WARNING: Failed executable integrity check for C:\PBP3\pbpx.exe
The file may be corrupt. Please reinstall the software to repair any problems.

... a reboot clears this message and follows with a successful compile.

Returning the clock to current time then starting PBP3 and trying a compile locks up the program.

... once again a reboot clears this and follows with a successful compile.

Are others experiencing this?
Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #2 on: October 31, 2011, 11:41:08 23:41 »

Why would you want to mess with the clock?

The program may monitor the file build, and if so, is reporting a posible problem.
Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
alwaan
Inactive

 Muted
Offline Offline

Posts: 3

Thank You
-Given: 10
-Receive: 22


« Reply #3 on: November 01, 2011, 05:01:37 05:01 »

Quote
Why would you want to mess with the clock?

To test if the file bypasses the 15 day limit.

Quote
The program may monitor the file build, and if so, is reporting a posible problem.

True. But just setting it forward caused the original compiler to generate:

ERROR: Trial version expired.

This was a comparison which ended up with an "integrity check" of the compiler
Logged
metal
Global Moderator
Hero Member
*****
Offline Offline

Posts: 2420

Thank You
-Given: 862
-Receive: 678


Top Topic Starter


« Reply #4 on: November 01, 2011, 05:43:23 05:43 »

Then there might be a check on CRC. But I tried what you said, and nothing happened..
« Last Edit: November 01, 2011, 07:16:24 07:16 by metal » Logged
tomywong
Active Member
***
Offline Offline

Posts: 134

Thank You
-Given: 98
-Receive: 203


« Reply #5 on: December 18, 2011, 02:36:28 02:36 »

Just want to try it. But it already update to v3.0.4, titi do you have medicine again ?
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #6 on: December 19, 2011, 01:59:45 13:59 »

Hi,

this is new medicine for v3.0.4
(Only for sonsivri users)

Password : sonsivri

link is update on my first post too.

Best regards.

Logged
gzorzi
Newbie
*
Offline Offline

Posts: 18

Thank You
-Given: 1
-Receive: 8


« Reply #7 on: December 21, 2011, 06:58:23 18:58 »

The medicine is good, thanks for a good job.
I'd like to use the signed variable (myvariable var long) but I should use PBPL. How can I use it with pbp3?
Thanks
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #8 on: December 22, 2011, 09:47:32 09:47 »

Hi,

The documentation is not really up to date.

To use long variable in pbp do this:
  - Open Microcode Studio 5
  - Click "view", then click on "Compile and Program Option"
  - in the field "User Command Line Options" put   -n
  - the "-n" option add the support for long variable

When you compile with -n option for the first time a message informs you that the integrity of the executable is not good, it is just a warning and if you compile again the message disappear.

Remark: All PIC don't support long variables.

Best regards.
« Last Edit: April 27, 2012, 10:36:38 10:36 by titi » Logged
gzorzi
Newbie
*
Offline Offline

Posts: 18

Thank You
-Given: 1
-Receive: 8


« Reply #9 on: December 22, 2011, 06:56:54 18:56 »

Wonderful, with option -n seems I can use long variable with 18F4680.
Now, another big question.
I tried to use the ICD compile, but microcode studio isn't the plus version, so it can't run. Sure, with version is enough, but plus version will be the best.

Thanks
Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #10 on: December 22, 2011, 07:50:51 19:50 »

I tried to use the ICD compile, but microcode studio isn't the plus version, so it can't run. Sure, with version is enough, but plus version will be the best.

Thanks
The standed version of microcode studio only suports :
16F887 - 16F877A - 18F25K20 - 18F452 - 18F4520
The plus version also has a limited list of devices too.

****** thanks tim box ******

Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
bbarney
Moderator
Hero Member
*****
Offline Offline

Posts: 2430

Thank You
-Given: 405
-Receive: 545


Uhm? where did pickit put my mute button


« Reply #11 on: December 23, 2011, 12:03:06 00:03 »

You could try this IDE
http://www.norm-online.net/FineLineIDE.php
Logged

Ever wonder why Kamikaze pilot's wore helmet's ?
forter
Active Member
***
Offline Offline

Posts: 136

Thank You
-Given: 985
-Receive: 26


« Reply #12 on: December 25, 2011, 01:39:14 13:39 »

Hi, bbarney!
FineLineIDE is a good program, but  I cant select any PIC - no falling menu.
If I change PBP3 to PBP Pro, the selection of PIC works fine.
Can you explain how make it in FineLineIDE?
Logged
bbarney
Moderator
Hero Member
*****
Offline Offline

Posts: 2430

Thank You
-Given: 405
-Receive: 545


Uhm? where did pickit put my mute button


« Reply #13 on: December 25, 2011, 02:07:35 14:07 »

Hi, bbarney!
FineLineIDE is a good program, but  I cant select any PIC - no falling menu.
If I change PBP3 to PBP Pro, the selection of PIC works fine.
Can you explain how make it in FineLineIDE?

No I can't as I don't use it, I just seen the program and thought it might help
Logged

Ever wonder why Kamikaze pilot's wore helmet's ?
Redhouse
Junior Member
**
Offline Offline

Posts: 93

Thank You
-Given: 90
-Receive: 8


« Reply #14 on: January 10, 2012, 12:18:33 00:18 »

Not following, on the PBP3 webpage it says "if you have PBP3 then you have the IDE" what point am I missing?
Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #15 on: January 10, 2012, 01:46:11 01:46 »

Not following, on the PBP3 webpage it says "if you have PBP3 then you have the IDE" what point am I missing?
Pre PBP3 the IDE was a seprate program (from our good friend Tim Box), so from PBP3 the IDE is part of Picbasic pro.
Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
lm317
Junior Member
**
Offline Offline

Posts: 92

Thank You
-Given: 123
-Receive: 29


« Reply #16 on: January 10, 2012, 07:28:39 07:28 »

Hmm. Same time, Tim Box good friend of  Les(Proton author).  I know, Tim very  popular person at Proton basic forum. I thing Tim won't like his name written here. He may different nickname  and may already here Smiley
« Last Edit: January 10, 2012, 07:32:38 07:32 by lm317 » Logged
enzine
Junior Member
**
Offline Offline

Posts: 83

Thank You
-Given: 643
-Receive: 57



« Reply #17 on: January 29, 2012, 10:26:46 22:26 »

Hello friends,
links for medicine are dead. Cry
Can you please re-upload?

Thank you in advance
Logged
hosmis
Active Member
***
Offline Offline

Posts: 173

Thank You
-Given: 325
-Receive: 243


« Reply #18 on: January 29, 2012, 10:29:21 22:29 »

Hello @enzine


http://www.fileserve.com/file/zpqmRh3/Yeni kürek.rar
Logged
shh91
Newbie
*
Offline Offline

Posts: 14

Thank You
-Given: 478
-Receive: 21


« Reply #19 on: March 28, 2012, 06:53:18 18:53 »

hi
I can't use from fileserve
please re-upload on mediafire or ifile

thank you
Logged
FriendOfGhost
Junior Member
**
Offline Offline

Posts: 42

Thank You
-Given: 6
-Receive: 55


« Reply #20 on: March 28, 2012, 09:19:26 21:19 »

here you go...
http://ifile.it/a2h7v3l

Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #21 on: March 30, 2012, 01:07:48 13:07 »

Hi,

The new version of PicBasic Pro v3.0.5 is now available and fully fonctionnal.
To download, see my first post, it is up to date.

Best regards.
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #22 on: July 01, 2012, 09:39:05 09:39 »

Hi,

The new version of PicBasic Pro v3.0.6 is now available and fully fonctionnal.
To download, see my first post, it is up to date:
http://www.sonsivri.to/forum/index.php?topic=41263.msg123679#msg123679

Best regards.
Logged
lou
Junior Member
**
Offline Offline

Posts: 44

Thank You
-Given: 13
-Receive: 4


« Reply #23 on: August 12, 2012, 07:53:32 19:53 »

Help....

I've downloaded v3.0.6, installed and ran PBPX.EXE. I open PicBasic it is showing Trial Edition (blink. pbp) at the top of the screen. I then compile the example blink.pbp, it compiles. in the "results" at the bottom of the page, the  count down continues "trial version. 14 days left".   What have I done Wrong ??

Thanks, Lou
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #24 on: August 12, 2012, 09:10:30 21:10 »

Hi,

You only have to replace C:\PBP3\PBPX.EXE by this is in the rar file and replace "c:\Program Files\Mecanique\MCSX\CodeStudio.exe" or "
c:\Program Files (x86)\Mecanique\MCSX\CodeStudio.exe"  by this is in the rar file.

In fact it is a real trial version, so it is normal that the count down continues, but at the end, it never expires.
Something that I don't understand is why do you ran PBPX.EXE ?
It is more interesting to install MCSX that is the IDE (editor) for PICBasic and compile from the IDE.

Best regards.
Logged
lou
Junior Member
**
Offline Offline

Posts: 44

Thank You
-Given: 13
-Receive: 4


« Reply #25 on: August 13, 2012, 12:50:50 00:50 »

Thanks titi,

I had replaced PBPX.EXE, but I did not do the CodeStudio.exe replacement.  Why did I run the PBPX.EXE ? and why did I not replace the CodeStudio.exe ?  My only excuse is "old age brain fart".

I will try to  install MCSX later on.... thanks again, Lou
Logged
Bubu62
Newbie
*
Offline Offline

Posts: 10

Thank You
-Given: 169
-Receive: 2


« Reply #26 on: September 25, 2012, 01:54:29 13:54 »

Hi Gentlemans

I have to have a medicine to the PBP3.0.6.
If possible, please send me the PBPX.exe zip link...
Thanks
I'm sorry, my English is poor...
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #27 on: September 25, 2012, 05:25:26 17:25 »

Hi Bubu62,

Just go on my first post:

http://www.sonsivri.to/forum/index.php?topic=41263.msg123679#msg123679

At the bottom of the message, you have a file "link.txt" in attachment, just click on the link and click on open (or down the file and
open it with notepad or double click on it) and follow instructions.

Best regards.
« Last Edit: September 26, 2012, 04:25:35 16:25 by titi » Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #28 on: May 04, 2013, 01:54:37 13:54 »

Hi,

The new version of PicBasic Pro v3.0.7.1 is now available and fully fonctionnal.
To download, see my first post, it is up to date.

http://www.sonsivri.to/forum/index.php?topic=41263.msg123679#msg123679

Best regards.
Logged
9thwonder
Newbie
*
Offline Offline

Posts: 26

Thank You
-Given: 5
-Receive: 11


« Reply #29 on: May 08, 2013, 04:23:47 04:23 »

Hi titi,
pbp3 works well but after few minutes microcode studio gives error massage and shuts down.showing send error to microsoft. what to do?
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #30 on: May 08, 2013, 07:58:55 07:58 »

Hi 9thwonder,

I have not seen this problem on my PC (Windows 7 64 bit).
You can try to use the original CodeStudio.exe (it has only the icone "Buy PICBasic" removed).
You need to have MPLAB 8.90 installed.
If the problem don't disappears, try a fresh install (remove all previous version).
Be carefull in the new version, PBP3 is not yet in c:\PBP3 but in c:\Program Files\PBP3 or c:\Program Files (x86)\PBP3.

Is someboby has the same problem ?

Best regards.
Logged
gzorzi
Newbie
*
Offline Offline

Posts: 18

Thank You
-Given: 1
-Receive: 8


« Reply #31 on: May 20, 2013, 01:26:28 13:26 »

I tried to use original microcodestudio plus with cracked PICBASIC PRO, but I see "Buy PicBasic".
PicBasic Pro activation is OK, it give me status activated.
Any idea?
Thanks
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #32 on: May 20, 2013, 10:48:31 22:48 »

Hi Gzorzi,

if you have no problem of windows crash, use the modified microcode studio exe, and you will not have the icone "Buy PicBasic".
9thwonder seams have a problem and I ask him to test with the original microcode studio exe, but "Buy PicBasic" is not pretty, but all works well.

Best regards.
Logged
gzorzi
Newbie
*
Offline Offline

Posts: 18

Thank You
-Given: 1
-Receive: 8


« Reply #33 on: May 21, 2013, 07:20:21 07:20 »

I bought the original microcode studio plus because I need to use ICD with PIC18F4620. But The original one didn't recognise as verificated your meLabsReg modification. If I use your CodeStudio it will work but it doesn't have ICD for PIC18F4620.
Logged
solutions
Hero Member
*****
Offline Offline

Posts: 1823

Thank You
-Given: 655
-Receive: 900



« Reply #34 on: May 22, 2013, 02:34:51 02:34 »

Thanks for sharing what you have, and we don't, gzorzi.
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #35 on: May 22, 2013, 07:28:44 19:28 »

Hi Gzorzi,

PicBasic 3.0 comes with a special edition of Microcode v5.
The ICD for MicroCode Studio supports the following PIC microcontroller devices:
  16F887
  16F877A
  18F25K20
  18F452
  18F4520

With a full Microcode Studio v5, it is possible to adapt PicBasic 3.0 to work with this version.
But I haven't, so I can't do anything.

Best regards.

Logged
pickit2
Moderator
Hero Member
*****
Offline Offline

Posts: 4639

Thank You
-Given: 823
-Receive: 4194


There is no evidence that I muted SoNsIvRi


« Reply #36 on: May 22, 2013, 09:46:13 21:46 »

I bought the original microcode studio plus because I need to use ICD with PIC18F4620. But The original one didn't recognise as verificated your meLabsReg modification. If I use your CodeStudio it will work but it doesn't have ICD for PIC18F4620.
so your bought MSPlus supports the Pic18F4620? yes or no..
If I remember even the full version had a very limited list of device support. same list as titi
http://www.sonsivri.to/forum/index.php?topic=41263.msg125381#msg125381
Logged

Note: I stoped Muteing bad members OK I now put thier account in sleep mode
Nicolina1988
Junior Member
**
Offline Offline

Posts: 54

Thank You
-Given: 28
-Receive: 85


« Reply #37 on: August 25, 2014, 12:58:37 12:58 »

Does anybody know where we can find a full list of supported PIC chips in 3.0.7.1?
Logged
Checksum8
Active Member
***
Offline Offline

Posts: 126

Thank You
-Given: 123
-Receive: 100


« Reply #38 on: August 25, 2014, 03:30:29 15:30 »

Try this

http://pbp3.com/devicelist.html
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #39 on: June 07, 2016, 05:40:35 17:40 »

Hi,

The new version of PicBasic Pro v3.0.9 is now available and fully fonctional.
To download, see my first post, it is up to date.

http://www.sonsivri.to/forum/index.php?topic=41263.msg123679#msg123679

Best regards.

« Last Edit: April 02, 2017, 06:46:53 18:46 by titi » Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #40 on: April 02, 2017, 06:46:43 18:46 »

Hi,

The new version of PicBasic Pro v3.0.10 is now available and fully fonctional.
To download, see my first post, it is up to date.

http://www.sonsivri.to/forum/index.php?topic=41263.msg123679#msg123679

Best regards.


Logged
SMW_Electronics
Inactive

Offline Offline

Posts: 2

Thank You
-Given: 22
-Receive: 0


« Reply #41 on: August 12, 2017, 09:54:05 09:54 »

new ver 3.1.0 released , does this medicine still work ?

regards
Logged
SMW_Electronics
Inactive

Offline Offline

Posts: 2

Thank You
-Given: 22
-Receive: 0


« Reply #42 on: August 13, 2017, 04:08:03 04:08 »

FIX FOR 3.0.8 - 3.0.10 does not appear to work on 3.1.0 ,
the activation window continues to come up after activation / medicine was applied   
the compile or program wont continue until the activation window is manually closed , this did not occur previously
when a compile is done it shows trial version , with remaining days in results

New medicine required  ?

regards
   
Logged
titi
Active Member
***
Offline Offline

Posts: 229

Thank You
-Given: 3679
-Receive: 834



« Reply #43 on: August 13, 2017, 10:54:42 10:54 »

Hi,

The protection has changed from previous versions.
The new medicine is now available.

The new version of PicBasic Pro v3.1.0 is now available and fully functional.
To download, see my first post, it is up to date.

http://www.sonsivri.to/forum/index.php?topic=41263.msg123679#msg123679

Best regards.
Logged
magician
Newbie
*
Offline Offline

Posts: 13

Thank You
-Given: 25
-Receive: 3


« Reply #44 on: September 05, 2017, 04:53:22 04:53 »

I want to confirm that version 3.1.0 is ok. Microcode Studio reports in title bar as Trial Edition 2017.4.12.0
Logged
towlerg
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 474
-Receive: 104

What is this for?


« Reply #45 on: September 05, 2017, 12:46:40 12:46 »

I'm pretty sure the "Trial Edition" refers to the IDE which is not patched and which has a paid for version with extra features.
Logged

Win 7 Ult x64 SP1 on HP2570p
tumbleweed
Newbie
*
Offline Offline

Posts: 34

Thank You
-Given: 57
-Receive: 41


« Reply #46 on: January 06, 2018, 12:03:55 12:03 »

Has anyone tried this with version 3.1.1?

Does the reg patch from 3.1.0 work with it?
Logged
jvcastel
Newbie
*
Offline Offline

Posts: 16

Thank You
-Given: 21
-Receive: 7


« Reply #47 on: August 24, 2018, 01:53:54 01:53 »

Hello, Could you please upload the medicine again? Current links are no longer valid. Thanks!
Logged
HackAndCrack
Senior Member
****
Offline Offline

Posts: 294

Thank You
-Given: 175
-Receive: 800


« Reply #48 on: August 24, 2018, 10:33:43 10:33 »

Hello, Could you please upload the medicine again? Current links are no longer valid. Thanks!

Here is keygen.

http://www.sonsivri.to/forum/index.php?topic=64940.25

Here is MicroCode Studio Plus for PBP.

http://www.sonsivri.to/forum/index.php?topic=64985.0
Logged
towlerg
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 474
-Receive: 104

What is this for?


« Reply #49 on: March 02, 2019, 02:12:53 14:12 »

Mod. although this post is over 150 and my post is not a reply per se, it is related.

Installed latest, 3.1.2.1 ontop of previous patched version. Although titlebar shows trial and Buy PicBasic appears on toolbar, activation manager continues to show activated and everthing seems to run ok. Will advise if 15 day trial kicks in.


Version history

    Fixed bit-compare and bank-select for banks higher than 15 in K42/K83 families
    Fixed compile error when using arrays with 10F3xx
    Fixed HPWM for 16F18313/23, 16F1769
    Changed default #CONFIG for 16(L)F15xxx family to set SOSC pins to normal I/O
    Changed default #CONFIG for 16(L)F171x family to disable ZCD on power up
    Fixed HPWM CCPTMRSx-selection for 18(L)FxxK42
    Fixed PPS and HPWM for 16F161x family
    Fixed missing SFRs in 18LFxxK42 devices






« Last Edit: March 02, 2019, 02:17:36 14:17 by towlerg » Logged

Win 7 Ult x64 SP1 on HP2570p
HackAndCrack
Senior Member
****
Offline Offline

Posts: 294

Thank You
-Given: 175
-Receive: 800


« Reply #50 on: March 02, 2019, 04:21:55 16:21 »

Mod. although this post is over 150 and my post is not a reply per se, it is related.

Installed latest, 3.1.2.1 ontop of previous patched version. Although titlebar shows trial and Buy PicBasic appears on toolbar, activation manager continues to show activated and everthing seems to run ok. Will advise if 15 day trial kicks in.

Why patch ? Keygen works fine. I just tested it. All devices are enabled.
Logged
towlerg
Senior Member
****
Offline Offline

Posts: 263

Thank You
-Given: 474
-Receive: 104

What is this for?


« Reply #51 on: March 02, 2019, 11:28:12 23:28 »

Sorry, figure of speech, all I meant to say was that I installed on top of an existing activated version, using the reg/patch/serial whatever.
Logged

Win 7 Ult x64 SP1 on HP2570p
mississippi1
Newbie
*
Offline Offline

Posts: 27

Thank You
-Given: 26
-Receive: 7


« Reply #52 on: May 05, 2020, 10:57:54 10:57 »

Hi, I yust installed PBP 3.1.2 and I could generate a serial number. But when I filled it in the reg. window together with my name and email adres The regwindow remarked that the number was not correct. What did I wrong??
Regards M
Logged
pigtail
Inactive

Offline Offline

Posts: 6

Thank You
-Given: 1
-Receive: 20


« Reply #53 on: May 27, 2020, 09:14:08 21:14 »

Hello HackAndCrack,

I am trying to use KeyGen but I am not having success; the application does not open. I've tried it on Win 10 and Win 7, both x64.
Logged
HackAndCrack
Senior Member
****
Offline Offline

Posts: 294

Thank You
-Given: 175
-Receive: 800


« Reply #54 on: May 28, 2020, 05:24:00 05:24 »

Hello HackAndCrack,

I am trying to use KeyGen but I am not having success; the application does not open. I've tried it on Win 10 and Win 7, both x64.

You need to install 1Way to use the keygen.
Logged
mitsos
Hero Member
*****
Offline Offline

Posts: 841

Thank You
-Given: 2999
-Receive: 4283


« Reply #55 on: June 28, 2022, 09:36:28 21:36 »

hi

the last version 3.1.6 is released
http://www.pbp3.com/downloads/PBP3_Setup.exe

it is working with HackandCrack keygen
http://www.sonsivri.to/forum/index.php?topic=64940.0

regards
mitsos
Logged
Pages: 1 2 3 [All]
Print
Jump to:  


DISCLAIMER
WE DONT HOST ANY ILLEGAL FILES ON THE SERVER
USE CONTACT US TO REPORT ILLEGAL FILES
ADMINISTRATORS CANNOT BE HELD RESPONSIBLE FOR USERS POSTS AND LINKS

... Copyright © 2003-2999 Sonsivri.to ...
Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines LLC | HarzeM Dilber MC