Lib package compilation error

cfbsoftware
Posts: 204
Joined: Wed Sep 18, 2013 10:06 pm
Contact:

Re: Link to a posting / insert a bitmap

Post by cfbsoftware »

Robert wrote: PS 1 - Is it possible to make a link to a particular posting, not just to a general topic?
Do you mean like this?

http://forum.blackboxframework.org/view ... 2418#p2375

You can get the relevant parameters from your browser's address bar when you click on the post you are interested in linking to.
PS 2 - How do you insert a bitmap (.png) into a posting?
1. Click on the Upload Attachment Tab:
Capture2.PNG
Capture2.PNG (8.77 KiB) Viewed 4245 times
2. Browse to your image and then click the button Add the file
3. Click on the Place inline button
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: Lib package compilation error

Post by Robert »

Josef Templ wrote:
Robert wrote:The original post on this subject on the Community forum also identified that the interface to WinApi.Polygon was also changed in a way that broke backward compatibility.
As far as I see the situation is different in WinApi.Polygon. Here, the change serves to align
the BB definition with the Microsoft definition, where it is defined that there is an array of POINT and not a single POINT.
There are multiple changes of this kind.

The change in 'RegisterHotKey' is may be another case for discussion.
It now uses SET instead of INTEGER.

- Josef
We have kept this change (WinApi.Polygon) even though we knew it broke back compatibility. Did we do this deliberately, or accidently? I can't remember if we clearly decided that this change was a good idea.

It may have advantages, but it also causes problems.
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: Lib package compilation error

Post by Josef Templ »

It was changed deliberately.
Incompatibilities are detected by the compiler.
Fixes in client modules are trivial and simplify the code.
Post Reply