Posted: Fri Jun 05, 2009 2:02 pm
Links to ProGUI are dead. 

http://www.purebasic.com
https://www.purebasic.fr/english/
lol, I did not read this message, sorry.Soner, do the examples work when compiled with the userlib or do they just crash with the dll?
Soner: was the ProGUI.dll in your windows\system32 dir? If so there's a small bug where ProGUI fetches the incorrect path to itself when it starts and the md5 check fails and shuts down. I'll fix this in the next updateI figured out why it did not work. When I use the ProGUI Userlib, everything works fine but when I am trying to use ProGUI via the DLL the program execution stops/crashes at this line:
ProGUI = OpenLibrary(#PB_Any, "ProGUI.dll")
Edit:
Quote:
Soner, do the examples work when compiled with the userlib or do they just crash with the dll?
lol, I did not read this message, sorry.
Code: Select all
Result = showRebarBand(Rebar, Toolbar, 0)
Hey man!Hey Chris,
did you fix the "bug" in the dll-version? Would be great because InstallForge is still waiting.
Oh Bugger! yep I've confirmed the bug and you're not too stupid (I am lol). Thanks for reporting this, it'll be fixed in the new releasePoshu wrote:I can't open a progui popupmenu without at least one progui "normal" menu or toolbar... Is this impossible to achive or am I just too stupid? (let's bet on the second).
Hi man! Sorry for the delay I'm currently crashing on a m8s floor because I had to move house last Friday. However, I've completed all the code for the new release, docs and almost completed updating the examples so I'll have it ready any-time nowProGUI userlib versions seems not yet to be compliant to PB 4.40 (POLINK error with unresolved external symbal 'SYS_AllocateString'). When will it be fixed? Maybe in 1.12?*can'twait*