probleme vith visual 2005

riou

New Member
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 Computer

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 Computer

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 Computer

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 Computer

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

Code:
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]#ifdef[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] __GLEE_WGL_ARB_extensions_string[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]const[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]char[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] * [/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]__stdcall[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] _Lazy_wglGetExtensionsStringARB(HDC hdc)[/SIZE]
[SIZE=2]{[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]if[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] (GLeeInit()) [/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]return[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] wglGetExtensionsStringARB(hdc); //<-here it is [/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]return[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] ([/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]const[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]char[/COLOR][/SIZE][/COLOR][/SIZE][SIZE=2] *)0;[/SIZE]
[SIZE=2]}[/SIZE]
[SIZE=2]PFNWGLGETEXTENSIONSSTRINGARBPROC pwglGetExtensionsStringARB=_Lazy_wglGetExtensionsStringARB;[/SIZE]
[SIZE=2][COLOR=#0000ff][SIZE=2][COLOR=#0000ff]#endif[/COLOR][/SIZE][/COLOR][/SIZE]
 

My Computer

Back
Top