View previous topic :: View next topic |
Author |
Message |
Thomas
Joined: 18 Feb 2005 Posts: 56 Location: Gummersbach, Germany
|
Posted: Mon Feb 12, 2024 8:51 am Post subject: |
|
|
Paul, Robert,
The make32.bat batch procedure, contained in
https://cloud7.steinmueller.com/s/bjijadF8CdF6TMC
and started in a DOS command box, shall involve LESdb32.dll, the 32 bit version of the dll, instead of LESdb.dll. Both dll versions, LESdb32.dll and LESdb64.dll can be found at the same web address.
The exception is shown at
https://cloud7.steinmueller.com/s/gKHdNnX7iiXrnjY
Can we possibly improve our communication by a web-based meeting with e.g. MS Teams? _________________ Thomas |
|
Back to top |
|
|
PaulLaidler Site Admin
Joined: 21 Feb 2005 Posts: 8018 Location: Salford, UK
|
Posted: Mon Feb 12, 2024 9:07 am Post subject: |
|
|
Thomas
I am not able to test the 32 bit version because you have not provided LESdb.dll and I can't find a download for it on the Internet. I expect that it will just confirm your own experience and I don't see how that will help with your 64 bit development.
One detail that I would point out to you is that the PATH is to be passed as a null terminated string i.e. "path"//char(0). However, this change is unlikely to solve your problem.
After that I don't see how I can help you further (either here or with Team viewer). |
|
Back to top |
|
|
Robert
Joined: 29 Nov 2006 Posts: 450 Location: Manchester
|
Posted: Mon Feb 12, 2024 9:55 am Post subject: |
|
|
Have you tried asking sdbg64 to ignore that exception? To do this you should edit sdbg64.ini. On my machine the file is at %appdata%\sdbg64.ini (which resolves to C:\Users\Robert\AppData\Roaming\sdbg64.ini).
To ignore the exception add (anywhere):
IgnoreException-1=E06D7363 |
|
Back to top |
|
|
Thomas
Joined: 18 Feb 2005 Posts: 56 Location: Gummersbach, Germany
|
Posted: Fri Feb 16, 2024 1:17 pm Post subject: No exception anymore. |
|
|
Hi Robert,
Great! I just added the recommended instruction and sdbg64 works perfectly.
Initially, when reading your message, I was sceptical.
Thank you and Paul for your support. It will make development much easier for us if we need not create both, 32 bit and 64 bit binary code. _________________ Thomas |
|
Back to top |
|
|
|