hey all, i am sorry - this was my bad. i used the x86 compiler on a 64 bit dll.
sorry no mistake of the compiler.
Search found 11 matches
- Sat Jul 07, 2018 7:46 pm
- Forum: Coding Questions
- Topic: Bug? POLink error
- Replies: 9
- Views: 2073
- Sat Jul 07, 2018 6:59 pm
- Forum: Coding Questions
- Topic: Bug? POLink error
- Replies: 9
- Views: 2073
Re: Bug? POLink error
same problem, regular updated windows 10
crashes (beta version) when trying to resolve symbols from a dll. old version works fine
crashes (beta version) when trying to resolve symbols from a dll. old version works fine
- Thu Feb 01, 2018 2:23 pm
- Forum: Feature Requests and Wishlists
- Topic: sqlite - fts5 missing
- Replies: 3
- Views: 1675
Re: sqlite - fts5 missing
it is an extension that is not compiles into the sqlite lib of pb. you compile fts3/4 into the lib so please compile fts5 into it!!! easier to use and faster then the previous fts3/4.
this should NOT be in "Feature Requests and Wishlists"!!
this should NOT be in "Feature Requests and Wishlists"!!
- Thu Feb 01, 2018 11:44 am
- Forum: Feature Requests and Wishlists
- Topic: sqlite - fts5 missing
- Replies: 3
- Views: 1675
sqlite - fts5 missing
sqlite is missing the functionality of fts5. the documentation does not claim that there is any restriction regarding fts5. fts5 is easier to use and faster then fts4/fts3.
please enable.
thank you
please enable.
thank you
- Thu Feb 01, 2018 11:35 am
- Forum: Announcement
- Topic: PureBasic 5.62 released !
- Replies: 59
- Views: 39181
Re: PureBasic 5.62 beta 2 is available for testing
please enable sqlite for fts5
it is faster and easier to use then fts4 and fts3 that are compiles into the library
thank you
it is faster and easier to use then fts4 and fts3 that are compiles into the library
thank you
- Thu Feb 01, 2018 9:32 am
- Forum: Coding Questions
- Topic: reading emails from outlook/thunderbird databases
- Replies: 0
- Views: 1039
reading emails from outlook/thunderbird databases
hi,
does anyone know or even have a short demo on how to read emails from outlook/thunderbird databases?
does anyone know or even have a short demo on how to read emails from outlook/thunderbird databases?
- Mon Jan 29, 2018 1:36 pm
- Forum: Coding Questions
- Topic: bitmap copy to/get from canvas
- Replies: 4
- Views: 1490
Re: bitmap copy to/get from canvas
thanx chi, that really helped me.
- Sun Jan 28, 2018 6:19 pm
- Forum: Coding Questions
- Topic: bitmap copy to/get from canvas
- Replies: 4
- Views: 1490
Re: bitmap copy to/get from canvas
thanks for your reply.
i am an absolute beginner and have kind of problems to understand.
i need a static bitmap, that i can draw to with regular, old gdi and then i must put this bitmap onto the canvas. how do i do that.
procedure to use:
make bitmap (x)
draw to that bitmap (x) with old gdi ...
i am an absolute beginner and have kind of problems to understand.
i need a static bitmap, that i can draw to with regular, old gdi and then i must put this bitmap onto the canvas. how do i do that.
procedure to use:
make bitmap (x)
draw to that bitmap (x) with old gdi ...
- Sun Jan 28, 2018 1:16 pm
- Forum: Coding Questions
- Topic: bitmap copy to/get from canvas
- Replies: 4
- Views: 1490
bitmap copy to/get from canvas
hi,
how can i copy to or get a bitmap from/to the canvas? i try that for a long time now and can not get it to work.
i do not want to use image.
EnableExplicit
#NrVideoPages = 2
#FullScr = 0
#CustScr = 1
Global.i Dim grBitmap(2) ; HBITMAP
Global.i maxX, maxY, bitPixel, WinMaxY, WinMaxX ...
how can i copy to or get a bitmap from/to the canvas? i try that for a long time now and can not get it to work.
i do not want to use image.
EnableExplicit
#NrVideoPages = 2
#FullScr = 0
#CustScr = 1
Global.i Dim grBitmap(2) ; HBITMAP
Global.i maxX, maxY, bitPixel, WinMaxY, WinMaxX ...
- Fri Jul 24, 2015 5:34 pm
- Forum: Tricks 'n' Tips
- Topic: [Windows] 2DDrawing commands with AntiAliasing through GDI+
- Replies: 72
- Views: 55786
Re: [Windows] 2DDrawing commands with AntiAliasing through G
hi,
i tried that and it works the first time, but ever other time using like arc, line, ellipse etc gSetOrigin seems to get reset - all lines etc will start left, top corner.
how does one do the transforms/translations for something like that?
is there a way to set the coordinate system to x,y ...
i tried that and it works the first time, but ever other time using like arc, line, ellipse etc gSetOrigin seems to get reset - all lines etc will start left, top corner.
how does one do the transforms/translations for something like that?
is there a way to set the coordinate system to x,y ...
- Fri Jul 24, 2015 4:04 pm
- Forum: Tricks 'n' Tips
- Topic: [Windows] 2DDrawing commands with AntiAliasing through GDI+
- Replies: 72
- Views: 55786
Re: [Windows] 2DDrawing commands with AntiAliasing through G
this is a really neat library!
as i learn to use it, can anybody may be tell me how the following is done:
1.) i have a world of 0..1000 pixels
2.) the origin should be 500,500, so that one can draw negative values
3.) the coordinate system should be cartesian
how is this done?
as i learn to use it, can anybody may be tell me how the following is done:
1.) i have a world of 0..1000 pixels
2.) the origin should be 500,500, so that one can draw negative values
3.) the coordinate system should be cartesian
how is this done?