PureBASIC 4.20 DLL Vs VISTA crashs ..

Just starting out? Need help? Post your questions and find answers here.
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

PureBASIC 4.20 DLL Vs VISTA crashs ..

Post by freddix »

Hi all,

I have a .DLL I develop that work perfectly under Windows XP
Then problem is that under Windows VISTA it crash.
The only solution to fix the crash is to run it in Windows 98 compatibility mode under Windows VISTA.

Does someone have any clue from where it can came ?

Thank you.

Regards,
Fred
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Where is the code? What API a using, DirectX using? and so on

The informations to small to help you
:wink:

greetings
Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
freak
PureBasic Team
PureBasic Team
Posts: 5940
Joined: Fri Apr 25, 2003 5:21 pm
Location: Germany

Post by freak »

Please only post in the Bugs section if you are certain it is a bug.

Also read this:
http://www.purebasic.fr/english/viewtopic.php?t=4701
quidquid Latine dictum sit altum videtur
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

Post by freddix »

@ts-soft:
it's a simple calculation DLL there are no API calls, no DirectX calls ...
The most strange is that it's a group of DLL I've created and only 1 of them does not work ...

@freak:
It's a group of 21 DLLs I've created for various wrapping/calculations.
20 of them work perfectly on Windows XP and Windows VISTA
1 of them crash (at setup apparently) on Windows VISTA. If I use Compatibility mode set to Windows XP, it crash too, if I use compatibility mode set to windows 98, it work ...
Personnaly I think it's a bug ... as each 21 DLL use the same setup scheme ... and 20 of them works perfectly on each OS ...

1.PureBASIC 4.20 version
2.No TPC lib used.
3.Yes, it work on Windows XP and on Windows VISTA compatibility to 98.
4.I Agree that I miss this is a MOD want to move this thread to the QUESTION SECTION, do this.
5.It's ok with this. not a problem of that kind.
6.All users that use my DLLs report the same issue with the same DLL file.
7.I will try to make changes in the DLL setup to check if the problem is here ...
8.I can't distribute the code cos it's a commercial product.
9.PureBasic 4.x
10.Dual Boot WINDOWS XP PRO + Windows VISTA ULTIMATE
11. already done.
12.ok
User avatar
blueznl
PureBasic Expert
PureBasic Expert
Posts: 6166
Joined: Sat May 17, 2003 11:31 am
Contact:

Post by blueznl »

Show source.
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

I am currently developing a rather sizeable dll which is very complex indeed. It runs fine under Vista / XP / ...

As has already been said, we need to see some code.
I may look like a mule, but I'm not a complete ass.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

If its a commercial product and your sure you've run up against a bug you can always discreetly send code directly to Fred for review. I know he has said this before in the past.
--Kale

Image
User avatar
Rook Zimbabwe
Addict
Addict
Posts: 4322
Joined: Tue Jan 02, 2007 8:16 pm
Location: Cypress TX
Contact:

Post by Rook Zimbabwe »

He has never breathed a word of my code! 8)

But lets face it he was probably giggling his head off at it! :oops:
Binarily speaking... it takes 10 to Tango!!!

Image
http://www.bluemesapc.com/
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

:lol:
I may look like a mule, but I'm not a complete ass.
freddix
Enthusiast
Enthusiast
Posts: 100
Joined: Sun Feb 08, 2004 7:22 pm
Location: South France
Contact:

Post by freddix »

it's what I'll do.
I will send directly the code to Fred.

thank you all.
Post Reply