Search found 1062 matches

by DGDanforth
Fri Nov 01, 2019 5:32 pm
Forum: Infrastructure
Topic: alert: we are running out of money
Replies: 3
Views: 4065

Re: alert: we are running out of money

Josef
I just donated 50 euros
Doug
by DGDanforth
Wed Feb 13, 2019 1:40 am
Forum: Discussion
Topic: Consistent import
Replies: 9
Views: 10833

Re: Consistent import

There is a module, on CPC, called WandsTracer , that can analyze import lists, and generate compile lists. A full recursive report of all imports, including the Oms modules, can be very large! However if you just ask for the compile list excluding Oms modules the report is quite reasonable. I show ...
by DGDanforth
Tue Feb 12, 2019 2:26 am
Forum: Discussion
Topic: Consistent import
Replies: 9
Views: 10833

Re: Consistent import

I see, the error position is not very specific. This is because for some reason the compiler checks for inconsistencies not during the import but only later on before creating an object file. But there is another approach that really works. Comment out all the code of your module except for the imp...
by DGDanforth
Mon Feb 11, 2019 12:36 am
Forum: Discussion
Topic: Consistent import
Replies: 9
Views: 10833

Re: Consistent import

If the imports are processed in textual order, I assume so but I have not checked it, then move the import that produces the inconsistency to the start of the import list. Then compile again and see which module produces the message now. That is the module you are looking for. - Josef "move th...
by DGDanforth
Sat Feb 09, 2019 9:42 pm
Forum: Discussion
Topic: Consistent import
Replies: 9
Views: 10833

Consistent import

Folks,

When compiling an old module I got the error message
" MyVectors.Vector is not consistently imported
"
but that does not tell me which modules are inconsistent.

It would be very nice if a list (or tree?) were presented showing
the inconsistent modules.

Doug
by DGDanforth
Fri Nov 16, 2018 2:14 am
Forum: Bugs
Topic: File discrepancy between BB and Windows
Replies: 8
Views: 7223

Re: File discrepancy between BB and Windows

Here is what I get on my Windows 10 64 bit HP laptop win32 $TRUE $FALSE $FALSE $TRUE win64 $TRUE $TRUE $FALSE $TRUE which differs from your comments for the procedures Log.String("win32"); Log.Ln; Log.Bool(Exist("C:\Windows\System32\Kernel32.dll")); Log.Ln;(* true*) Log.Bool(Exis...
by DGDanforth
Thu Nov 15, 2018 11:07 pm
Forum: Bugs
Topic: File discrepancy between BB and Windows
Replies: 8
Views: 7223

Re: File discrepancy between BB and Windows

This is a "WOW" issue, it occurs when the win32 app is running on win64 OS. you can get an answer form stackoverflow. https://stackoverflow.com/questions/95956/findnextfile-fails-on-64-bit-windows luowy Thank you luowy. File System Redirector 05/30/2018 2 minutes to read The %windir%\Syst...
by DGDanforth
Thu Nov 15, 2018 10:16 am
Forum: Bugs
Topic: File discrepancy between BB and Windows
Replies: 8
Views: 7223

Re: File discrepancy between BB and Windows

Thank you Robert for showing the "bug" is real. Doug I really do want your help. ... Windows has 10 files where as BB has only 5 files' Why the discrepancy? I can't give any help, but I notice something similar with build 1057 under Windows 10. Windows has 34 files beginning "Sys"...
by DGDanforth
Thu Nov 15, 2018 7:14 am
Forum: Bugs
Topic: File discrepancy between BB and Windows
Replies: 8
Views: 7223

Re: File discrepancy between BB and Windows

I really do want your help. Below is how the directory appears under BB File->Open and after navigating to the same location as was done with Windows Explorer. BBFiles.jpg As you can see the two views (Windows & BB) are different. Windows has 10 files where as BB has only 5 files' Why the discre...
by DGDanforth
Wed Nov 14, 2018 8:04 am
Forum: Bugs
Topic: File discrepancy between BB and Windows
Replies: 8
Views: 7223

File discrepancy between BB and Windows

I can't believe what I am seeing! Its such a glaring difference I must be doing something wrong. When I open Windows explorer to see files I am not seeing the same files as when I do an open file with BlackBox. Specifically C:/Windows/System32 and looking at files beginning with "Sys" I se...