everytime when there are some bank holidays I try to code a little bit. So sorry for my stupid question here,but I'm not doing that every day. I want to convert an old program from PB 5.0 to PB 5.11 but the JCALG1 support is only for "unpacking". Well, that would be okay, but it seems that I ...
Sorry for reopening this thread, but I have two files using with XIncludeFile:
XIncludeFile "escapi.pbi"
;/* Extremely Simple Capture API */
Structure SimpleCapParams ;*mTargetBuf.l ; Must be at least mWidth * mHeight * SizeOf(int) of size! *mTargetBuf.l ; Must be at least mWidth * mHeight ...
I found the code to transform an image with new coordinates for the corners. Actually the picture is transformed, showed on the windows, grabed into a new image and then I want to make the outline area (grey) transparent. I tried to use the FillArea-Command ...
Quote: The best thing to do would to simply put stuff in a ZIP archive with a different extension. That'll keep out most of the newbies. Even Crysis did this, they just used a renamed ZIP archive.
That's funny. This is the way I did, but I thought it's a really bad idea. I thought ...
my first topic, so don't be too cruel to me if I'am asking trash!!!!
I'm recieving data from a controller via RS232. The controller sends me temperature data from a sensor array. The sensor array consists of 16x16 sensors.
At this time I display each sensor data with a coloured box, what I ...