You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
I downloaded your rebar-code (rebar.zip) from the PB download section. I don't get it "talking", however. Error is "duplicate name definition: WNDCLASS".
Egbert Zijlema, journalist and programmer (zijlema at basicguru dot eu) http://zijlema.basicguru.eu *** Opinions expressed here are not necessarily untrue ***
change to wcx.
add Byval where needed
add %RB_INSERTBANDA = %WM_USER +1 , or change to %RB_INSTERTBAND
compile rebar4.bas (I made mistake and compiled rebar.bas)
Well, don't get it working, for now. Will try later.
Your "another demo" is in the old forums, so I cannot download it. Do you know its location in the new forums?
Egbert Zijlema, journalist and programmer (zijlema at basicguru dot eu) http://zijlema.basicguru.eu *** Opinions expressed here are not necessarily untrue ***
PowerBASIC and related source code. Please do not post questions or discussions, just source code.
I think that will work on old forum pages, let me try it right now...no, it doesn't work with the old forum pages. BUt it is really nice with new forums).
But Select all, paste into WordPad seems to work just ducky .(Using IE6)
"When the compiler detects a duplicate symbol name [eg in this case 'wndclass'], the error message should show, "symbol <symbol name> previously defined in file xxxxxx at line nnnnnn.""
Given that at least 99 times out of 100 a duplicated name is in an #INCLUDEd file, that would sure make it a heck of lot easier to find and rectify these problems.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment