Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Forums > General Discussion

Vista - probleme vith visual 2005

Reply
 
Old 08-26-2008   #1 (permalink)


Vista 32 bit familial premium
 
 

probleme vith visual 2005

Hello,

I must devellope a programme with visual 2005 and I must ensure that it operates under vista.
My program is working properly when I execute from visual, but when I use just the executable, the program crashes.
Apparently, the error would be in the file glee.c but I use the last version.
There is no probleme with XP.

I work on vista 32 familial premium edition SP1, with visual 2005 SP1 for vista.

Has someone already had the same kind of probleme?
Could someone give me some advice?

My System SpecsSystem Spec
Old 08-26-2008   #2 (permalink)


Mojave Ultimate x64
 
 

Re: probleme vith visual 2005

Do you have UAC on/off? Does the app access anything that would require admin permissions?
My System SpecsSystem Spec
Old 08-26-2008   #3 (permalink)


Vista 32 bit familial premium
 
 

Re: probleme vith visual 2005

UAC is on, but the app doesn'nt access anything that would require admin permissions.
The laptop is not mine, so I wouldn't desactivate UAC but I will try it.
My System SpecsSystem Spec
Old 08-26-2008   #4 (permalink)


Vista 32 bit familial premium
 
 

Re: probleme vith visual 2005

So I turn off UAC and rebuild project but I have alwais the same probleme.
It work with visual, but not in solo.
When I debug the exe, it show me an error in the file glee.c
My System SpecsSystem Spec
Old 08-26-2008   #5 (permalink)


Mojave Ultimate x64
 
 

Re: probleme vith visual 2005

Can you post the full error message?
My System SpecsSystem Spec
Old 08-26-2008   #6 (permalink)


Vista 32 bit familial premium
 
 

Re: probleme vith visual 2005

Exception non gérée à 0x00000000 dans ayalBigEXE.exe : 0xC0000005: Violation d'accès lors de la lecture de l'emplacement 0x00000000.

sorry for french.

line 4716 in glee.c
My System SpecsSystem Spec
Old 08-27-2008   #7 (permalink)


Vista 32 bit familial premium
 
 

Re: probleme vith visual 2005

if you haven't the file glee.c it's here

Code:
#ifdef __GLEE_WGL_ARB_extensions_string
constchar * __stdcall _Lazy_wglGetExtensionsStringARB(HDC hdc)
{
if (GLeeInit()) 
return wglGetExtensionsStringARB(hdc); //<-here it is 
return (constchar *)0;
}
PFNWGLGETEXTENSIONSSTRINGARBPROC pwglGetExtensionsStringARB=_Lazy_wglGetExtensionsStringARB;
#endif 
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Visual Studio 2005 Vista General
visual C++ 2005 redistributable. Vista Games
Installing Visual Studio 2005 Std Ed, SQL Server 2005 Expr./Compac Vista installation & setup
Visual Studio 2005 Vista General
Cannot install Visual C++ 2005 Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46