Please test my new tool (pbdev)

Developed or developing a new product in PureBasic? Tell the world about it.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ebknoppert.

Forgot one.
F2 in a module will show the procedures list and even custom bookmarks.
The format of a bookmark is:
;#bm Hello
Or
;#bm Hello
To let it jump in, in the dialog.
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ebknoppert.

(The 2nd ;#bm Hello had more spaces, these are lost on the forum )


http://www.hellobasic.com
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ebknoppert.

Libmain should now work too.
I can not test this with the demo..

Remarks added to some of the code like the main module.
If you reset to dll generation, the main module will show the dll code.
Just (re)open main then.


http://www.hellobasic.com
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by ebknoppert.

PBDev can now add resources to your exe.
It's in developing stage, i'm posting this for testing purposes!
So if this doesn't work out, this part is removed again.

One problem though.
You'll need to place RC.EXE and it's helper RCDLL.DLL into the PBDev directory.

Tested with:
Microsoft (R) Windows Resource Compiler Version 4.00
Copyright (C) Microsoft Corp. 1985-1993. All rights reserved.

And (From VB6):
Microsoft (R) Windows 32 Resource Compiler, Version 5.00.1641.1 - Build 1641


This can also be the Borland resourcecompiler but i can't recommend it: brcc32.exe
Borland Resource Compiler Version 5.40

You can obtain the freeware borland package including this resourcecompiler right here:
ftp://ftpd.borland.com/download/bcppbui ... etools.exe

This new feature is been tested on W98, please test this for me on NT if you can.

PS, a small help is added...



http://www.hellobasic.com
Post Reply