Search found 81 matches

by opicard
Nov 14, 2017 5:42
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

grindstone wrote:Only a suggestion: Replace all Integer keywords with Long (using find & replace of your IDE) and all UInteger with ULong and see if it works. I can't test it, I'm still on 32bit.
Thanks for your help!
by opicard
Nov 14, 2017 5:41
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

OK to share, but 22 000 lines too big! is there some other way to send you the code? You can also use GitHub. It's not only for source code , you can put anything in the repository if you wish (all the data that you program needs to run, for example, images, dlls and the like) Thanks for your help!
by opicard
Nov 14, 2017 5:40
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

Ok thanks, but it works very successfully since 5 years without any error on a 32 bit windows system... see https://www.youtube.com/user/Picolclav Really? That is a FreeBASIC program using a webcam? My usb webcam images were too slow and I had to rely on the laptop's inbuilt camera for fastest resp...
by opicard
Nov 14, 2017 5:39
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

[quote="fxm"]Size of Integers and Pointers is 32 bits in 32-bit mode and 64 bits in 64-bit mode. More details about non-functioning in 64-bit would be welcome. Sometimes a real bug (such as accessing out of its allocated memory) can even be inconsequential in 32-bit and cause a crash in 64...
by opicard
Nov 14, 2017 5:38
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

@opicard, you've at least twice stated "Escapi Dll", which I assume to be 32bit, this then means: the "Escapi Dll" would have to be converted and re-compiled to 64bit, before anything else is looked at ... (if the source is still available). or a different library (64bit), with ...
by opicard
Nov 14, 2017 5:38
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

you've at least twice stated "Escapi Dll", which I assume to be 32bit, this then means: [...] The DLL is 64-bits, just have a look at the download. So none of the suggested actions are necessary. Note that a an 64-bit application wouldn't even compile when a 32-bit DLL is used (except whe...
by opicard
Nov 14, 2017 5:36
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

caseih wrote:Deleted.
Thanks for you help
by opicard
Nov 14, 2017 5:35
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

I fixed and tested the 64-bit version with 3 cameras here are the download: AI_64b_fixed.zip In escapi.bi (I wrote it many years ago for 32-bit) you have to replace all integer with long and in the *bas file you have to replace CPtr(integer ptr,lpImage) with CPtr( ulong ptr,lpImage) thats all :-) J...
by opicard
Nov 14, 2017 4:50
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

Interesting project. Your code worked ok on my old Windows 7 32bit machine. Unfortunately my recent windows 10 64bit machine keeps locking up my FreeBasic folders and files and I haven't been able to figure out why and how to fix it to test your code but it seems the solution to your problem has be...
by opicard
Nov 13, 2017 19:34
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

you've at least twice stated "Escapi Dll", which I assume to be 32bit, this then means: [...] The DLL is 64-bits, just have a look at the download. So none of the suggested actions are necessary. Note that a an 64-bit application wouldn't even compile when a 32-bit DLL is used (except whe...
by opicard
Nov 13, 2017 16:02
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

When you say, "same result" do you mean a crash? Please be specific. There are lots of definitions of "it doesn't work." You said something about a pink screen before. Sorry , Same result: First: pink screen instead of camera, and, after loop, message Windows closing the job! I ...
by opicard
Nov 13, 2017 14:30
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

grindstone wrote:Only a suggestion: Replace all Integer keywords with Long (using find & replace of your IDE) and all UInteger with ULong and see if it works. I can't test it, I'm still on 32bit.
Thanks but... same result...
by opicard
Nov 13, 2017 10:50
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

OK to share, but 22 000 lines too big! is there some other way to send you the code? Wow, that's really a lot of code and probably makes finding the issue quite time consuming. I can't promise that I or other forum members will be able to find the issue(s) in a reasonable amount of time we'd like t...
by opicard
Nov 13, 2017 6:58
Forum: Windows
Topic: virus?
Replies: 4
Views: 1895

Re: virus?

Ah, necroposting; isn't it great :) i have had the specific crash before I think, but I was not coding at the time and as far as I could tell no file on my hard drive was replaced with NULL chars. It only happened once and I'm pretty damn certain I'm not infected :) it looked like it was a serious ...
by opicard
Nov 13, 2017 6:51
Forum: Beginners
Topic: 32 to 64
Replies: 38
Views: 5213

Re: 32 to 64

Ok thanks, but it works very successfully since 5 years without any error on a 32 bit windows system... see https://www.youtube.com/user/Picolclav Really? That is a FreeBASIC program using a webcam? My usb webcam images were too slow and I had to rely on the laptop's inbuilt camera for fastest resp...